Skip to content
Snippets Groups Projects
  1. Oct 06, 2013
  2. Oct 02, 2013
  3. Sep 29, 2013
  4. Sep 25, 2013
    • Bram Moolenaar's avatar
      updated for version 7.4.041 · 033d8888
      Bram Moolenaar authored
      Problem:    Visual selection does not remain after being copied over. (Axel
                  Bender)
      Solution:   Move when VIsual_active is reset. (Christian Brabandt)
      v7.4.041
      033d8888
    • Bram Moolenaar's avatar
      updated for version 7.4.040 · cca74134
      Bram Moolenaar authored
      Problem:    Valgrind error on exit when a script-local variable holds a
                  reference to the scope of another script.
      Solution:   First clear all variables, then free the scopes. (ZyX)
      v7.4.040
      cca74134
    • Bram Moolenaar's avatar
      updated for version 7.4.039 · 2ee95f7d
      Bram Moolenaar authored
      Problem:    MS-Windows: MSCV10 and earlier can't handle symlinks to a
                  directory properly.
      Solution:   Add stat_symlink_aware() and wstat_symlink_aware(). (Ken Takata)
      v7.4.039
      2ee95f7d
    • Bram Moolenaar's avatar
      updated for version 7.4.038 · 134bf07c
      Bram Moolenaar authored
      Problem:    Using "zw" and "zg" when 'spell' is off give a confusing error
                  message. (Gary Johnson)
      Solution:   Ignore the error when locating the word.  Explicitly mention what
                  word was added. (Christian Brabandt)
      v7.4.038
      134bf07c
    • Bram Moolenaar's avatar
      updated for version 7.4.037 · f211884f
      Bram Moolenaar authored
      Problem:    Using "\ze" in a sub-pattern does not result in the end of the
                  match to be set. (Axel Bender)
      Solution:   Copy the end of match position when a recursive match was
                  successful.
      v7.4.037
      f211884f
    • Bram Moolenaar's avatar
      updated for version 7.4.036 · 699c1207
      Bram Moolenaar authored
      Problem:    NFA engine does not capture group correctly when using \@>. (ZyX)
      Solution:   Copy submatches before doing the recursive match.
      v7.4.036
      699c1207
  5. Sep 24, 2013
  6. Sep 22, 2013
  7. Sep 20, 2013
  8. Sep 19, 2013
  9. Sep 08, 2013
  10. Sep 07, 2013
  11. Sep 05, 2013
  12. Aug 30, 2013
Loading