Skip to content
Snippets Groups Projects
  1. May 22, 2014
  2. May 13, 2014
  3. May 09, 2014
  4. May 08, 2014
  5. May 07, 2014
  6. May 02, 2014
    • Bram Moolenaar's avatar
      updated for version 7.4.274 · a7611f60
      Bram Moolenaar authored
      Problem:    When doing ":update" just before running an external command that
                  changes the file, the timestamp may be unchanged and the file
                  is not reloaded.
      Solution:   Also check the file size.
      v7.4.274
      a7611f60
  7. May 01, 2014
  8. Apr 29, 2014
  9. Apr 24, 2014
  10. Apr 23, 2014
    • Bram Moolenaar's avatar
      updated for version 7.4.264 · eccb7fc3
      Bram Moolenaar authored
      Problem:    Can't define a function starting with "g:".  Can't assign a
                  funcref to a buffer-local variable.
      Solution:   Skip "g:" at the start of a function name.  Don't check for colons
                  when assigning to a variable.
      v7.4.264
      eccb7fc3
    • Bram Moolenaar's avatar
      updated for version 7.4.263 · 163d0da5
      Bram Moolenaar authored
      Problem:    GCC 4.8 compiler warning for hiding a declaration (Francois Gannaz)
      Solution:   Remove the second declaration.
      v7.4.263
      163d0da5
    • Bram Moolenaar's avatar
      updated for version 7.4.262 · 2af78a14
      Bram Moolenaar authored
      Problem:    Duplicate code in regexec().
      Solution:   Add line_lbr flag to regexec_nl().
      v7.4.262
      2af78a14
    • Bram Moolenaar's avatar
      updated for version 7.4.261 · 93fc481b
      Bram Moolenaar authored
      Problem:    When updating the window involves a regexp pattern, an interactive
                  substitute to replace a "\n" with a line break fails. (Ingo
                  Karkat)
      Solution:   Set reg_line_lbr in vim_regsub() and vim_regsub_multi().
      v7.4.261
      93fc481b
    • Bram Moolenaar's avatar
      updated for version 7.4.260 · 9bdfb002
      Bram Moolenaar authored
      Problem:    It is possible to define a function with a colon in the name.  It
                  is possible to define a function with a lower case character if a
                  "#" appears after the name.
      Solution:   Disallow using a colon other than with "s:".  Ignore "#" after the
                  name.
      v7.4.260
      9bdfb002
Loading