Skip to content
Snippets Groups Projects
  1. Mar 23, 2012
    • 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
  2. Mar 16, 2012
  3. Mar 11, 2012
  4. Mar 07, 2012
  5. Feb 29, 2012
  6. Feb 22, 2012
  7. Feb 21, 2012
  8. Feb 20, 2012
  9. 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
  10. Feb 12, 2012
Loading