Skip to content
Snippets Groups Projects
  1. May 21, 2010
  2. May 20, 2010
  3. May 19, 2010
  4. May 18, 2010
  5. May 17, 2010
  6. May 16, 2010
  7. May 15, 2010
  8. May 14, 2010
    • Bram Moolenaar's avatar
      Updated runtime files. · 00a927d6
      Bram Moolenaar authored
      00a927d6
    • 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
Loading