Skip to content
Snippets Groups Projects
  1. May 15, 2010
  2. May 14, 2010
  3. May 13, 2010
    • Bram Moolenaar's avatar
      updated for version 7.2.422 · 54ab0f1e
      Bram Moolenaar authored
      Problem:    May get E763 when using spell dictionaries.
      Solution:   Avoid utf-8 case folded character to be truncated to 8 bits and
                  differ from latin1. (Dominique Pelle)
      v7.2.422
      54ab0f1e
    • Bram Moolenaar's avatar
      updated for version 7.2.421 · 38ab0e21
      Bram Moolenaar authored
      Problem:    Folds are sometimes not updated properly and there is no way to
                  force an update.
      Solution:   Make "zx" and "zX" recompute folds (suggested by Christian
                  Brabandt)
      v7.2.421
      38ab0e21
    • Bram Moolenaar's avatar
      updated for version 7.2.420 · eb4883fa
      Bram Moolenaar authored
      Problem:    ":argedit" does not accept "++enc=utf8" as documented. (Dominique
                  Pelle)
      Solution:   Add the ARGOPT flag to ":argedit".
      v7.2.420
      eb4883fa
    • Bram Moolenaar's avatar
      updated for version 7.2.419 · 103e6efc
      Bram Moolenaar authored
      Problem:    Memory leak in Motif when clicking on "Search Vim Help".
      Solution:   Free string returned by XmTextGetString(). (Dominique Pelle)
      v7.2.419
      103e6efc
    • Bram Moolenaar's avatar
      updated for version 7.2.418 · ccbab93b
      Bram Moolenaar authored
      Problem:    Vim tries to set the background or foreground color in a terminal
                  to -1.  (Graywh)  Happens with ":hi Normal ctermbg=NONE".
      Solution:   When resetting the foreground or background color don't set the
                  color, let the clear screen code do that.
      v7.2.418
      ccbab93b
    • Bram Moolenaar's avatar
      updated for version 7.2.417 · ae61bcf0
      Bram Moolenaar authored
      Problem:    When 'shell' has an argument with a slash then 'shellpipe' is not
                  set properly. (Britton Kerin)
      Solution:   Assume there are no spaces in the path, arguments follow.
      v7.2.417
      ae61bcf0
  4. May 07, 2010
  5. Mar 23, 2010
  6. Mar 19, 2010
  7. Mar 17, 2010
Loading