Skip to content
Snippets Groups Projects
  1. Apr 13, 2012
  2. Apr 09, 2012
  3. Apr 06, 2012
  4. Apr 05, 2012
  5. Mar 28, 2012
  6. Mar 23, 2012
    • Bram Moolenaar's avatar
      updated for version 7.3.480 · 970a1b82
      Bram Moolenaar authored
      Problem:    When using ":qa" and there is a changed buffer picking the buffer
                  to jump to is not very good.
      Solution:   Consider current and other tab pages. (Hirohito Higashi)
      v7.3.480
      970a1b82
    • Bram Moolenaar's avatar
      updated for version 7.3.479 · 06ca513e
      Bram Moolenaar authored
      Problem:    When 'cursorline' is set the line number highlighting can't be set
                  separately.
      Solution:   Add "CursorLineNr". (Howard Buchholz)
      v7.3.479
      06ca513e
    • Bram Moolenaar's avatar
      updated for version 7.3.478 · 507cc8ac
      Bram Moolenaar authored
      Problem:    Memory leak using the ':rv!' command when reading dictionary or
                  list global variables i.e. with 'viminfo' containing !.
      Solution:   Free the typeval. (Dominique Pelle)
      v7.3.478
      507cc8ac
    • Bram Moolenaar's avatar
      updated for version 7.3.477 · 12b0290d
      Bram Moolenaar authored
      Problem:    Using ":echo" to output enough lines to scroll, then using "j" and
                  "k" at the more prompt, displays the command on top of the output.
                  (Marcin Szamotulski)
      Solution:   Put the output below the command. (Christian Brabandt)
      v7.3.477
      12b0290d
    • Bram Moolenaar's avatar
      updated for version 7.3.476 · 5e4b9e9f
      Bram Moolenaar authored
      Problem:    When selecting a block, using "$" to include the end of each line
                  and using "A" and typing a backspace strange things happen.
                  (Yuangchen Xie)
      Solution:   Avoid using a negative length. (Christian Brabandt)
      v7.3.476
      5e4b9e9f
  7. Mar 16, 2012
  8. Mar 11, 2012
  9. Mar 07, 2012
  10. Feb 29, 2012
    • Bram Moolenaar's avatar
      updated for version 7.3.462 · d25ad65a
      Bram Moolenaar authored
      Problem:    When using ":loadview" folds may be closed unexpectedly.
      Solution:   Take into account foldlevel. (Xavier de Gaye)
      v7.3.462
      d25ad65a
    • Bram Moolenaar's avatar
      updated for version 7.3.461 · f5876f14
      Bram Moolenaar authored
      Problem:    The InsertCharPre autocommand event is not triggered during
                  completion and when typing several characters quickly.
      Solution:   Also trigger InsertCharPre during completion.  Do not read ahead
                  when an InsertCharPre autocommand is defined. (Yasuhiro Matsumoto)
      v7.3.461
      f5876f14
Loading