Skip to content
Snippets Groups Projects
  1. May 14, 2010
    • Bram Moolenaar's avatar
      updated for version 7.2.433 · f1eeae94
      Bram Moolenaar authored
      Problem:    Can't use cscope with QuickFixCmdPre and QuickFixCmdPost.
      Solution:   Add cscope support for these autocmd events. (Bryan Venteicher)
      v7.2.433
      f1eeae94
    • Bram Moolenaar's avatar
      updated for version 7.2.432 · 70b11cdd
      Bram Moolenaar authored
      Problem:    When menus are translated they can only be found by the translated
                  name.  That makes ":emenu" difficult to use.
      Solution:   Store the untranslated name and use it for completion and :emenu.
                  (Edward L. Fox / Liang Peng / Bezetek James)
      v7.2.432
      70b11cdd
    • Bram Moolenaar's avatar
      updated for version 7.2.431 · 7871a500
      Bram Moolenaar authored
      Problem:    ":amenu" moves the cursor when in Insert mode.
      Solution:   Use CTRL-\ CTRL-O instead of CTRL-O. (Christian Brabandt)
      v7.2.431
      7871a500
    • Bram Moolenaar's avatar
      updated for version 7.2.430 · 9c0044df
      Bram Moolenaar authored
      Problem:    The ++bad argument is handled wrong, resulting in an invalid
                  memory access.
      Solution:   Use the bad_char field only for the replacement character, add
                  bad_char_idx to store the position. (Dominique Pelle)
      v7.2.430
      9c0044df
    • Bram Moolenaar's avatar
      updated for version 7.2.429 · 2efbc66e
      Bram Moolenaar authored
      Problem:    A file that exists but access is denied may result in a "new file"
                  message.  E.g. when its directory is unreadable.
      Solution:   Specifically check for ENOENT to decide a file doesn't exist.
                  (partly by James Vega)
      v7.2.429
      2efbc66e
    • Bram Moolenaar's avatar
      updated for version 7.2.428 · f9ddb942
      Bram Moolenaar authored
      Problem:    Using setqflist([]) to clear the error list doesn't work properly.
      Solution:   Set qf_nonevalid to TRUE when appropriate. (Christian Brabandt)
      v7.2.428
      f9ddb942
    • Bram Moolenaar's avatar
      updated for version 7.2.427 · 9dbe4758
      Bram Moolenaar authored
      Problem:    The swapfile is created using the destination of a symlink, but
                  recovery doesn't follow symlinks.
      Solution:   When recovering, resolve symlinks. (James Vega)
      v7.2.427
      9dbe4758
    • Bram Moolenaar's avatar
      updated for version 7.2.426 · 6af05063
      Bram Moolenaar authored
      Problem:    Commas in 'langmap' are not always handled correctly.
      Solution:   Require commas to be backslash escaped. (James Vega)
      v7.2.426
      6af05063
    • Bram Moolenaar's avatar
      updated for version 7.2.425 · 2321c925
      Bram Moolenaar authored
      Problem:    Some compilers complain about fourth EX() argument.
      Solution:   Add cast to long_u.
      v7.2.425
      2321c925
    • Bram Moolenaar's avatar
      updated for version 7.2.424 · e6850798
      Bram Moolenaar authored
      Problem:    ":colorscheme" without an argument doesn't do anything.
      Solution:   Make it echo the current color scheme name.  (partly by Christian
                  Brabandt)
      v7.2.424
      e6850798
    • Bram Moolenaar's avatar
      updated for version 7.2.423 · 9577c3e9
      Bram Moolenaar authored
      Problem:    Crash when assigning s: to variable. (Yukihiro Nakadaira)
      Solution:   Make ga_scripts contain pointer to scriptvar_T instead of
                  scriptvar_T itself. (Dominique Pelle)
      v7.2.423
      9577c3e9
  2. 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
  3. May 07, 2010
  4. Mar 23, 2010
  5. Mar 19, 2010
  6. Mar 17, 2010
Loading