Skip to content
Snippets Groups Projects
  1. Mar 28, 2012
    • Bram Moolenaar's avatar
      updated for version 7.3.481 · 61d281a4
      Bram Moolenaar authored
      Problem:    Changing 'virtualedit' in an operator function to "all" does not
                  have the desired effect. (Aaron Bohannon)
      Solution:   Save, reset and restore virtual_op when executing an operator
                  function.
      v7.3.481
      61d281a4
  2. 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
  3. Mar 16, 2012
  4. Mar 11, 2012
  5. Mar 07, 2012
  6. Feb 29, 2012
  7. Feb 22, 2012
  8. Feb 21, 2012
  9. Feb 20, 2012
  10. Feb 19, 2012
    • Bram Moolenaar's avatar
      updated for version 7.3.445 · 034b1155
      Bram Moolenaar authored
      Problem:    Can't properly escape commands for cmd.exe.
      Solution:   Default 'shellxquote' to '('.  Append ')' to make '(command)'.
                  No need to use "/s" for 'shellcmdflag'.
      v7.3.445
      034b1155
  11. Feb 12, 2012
Loading