Skip to content
Snippets Groups Projects
  1. Sep 25, 2013
    • 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
  2. Sep 22, 2013
  3. Sep 20, 2013
  4. Sep 19, 2013
  5. Sep 08, 2013
  6. Sep 07, 2013
  7. Sep 05, 2013
  8. Aug 30, 2013
  9. Aug 25, 2013
  10. Aug 22, 2013
  11. Aug 14, 2013
    • Bram Moolenaar's avatar
      updated for version 7.4.005 · c56c4590
      Bram Moolenaar authored
      Problem:    Using "vaB" while 'virtualedit' is set selects the wrong area.
                  (Dimitar Dimitrov)
      Solution:   Reset coladd when finding a match.
      v7.4.005
      c56c4590
    • Bram Moolenaar's avatar
      updated for version 7.4.004 · c93df6b0
      Bram Moolenaar authored
      Problem:    When closing a window fails ":bwipe" may hang.
      Solution:   Let win_close() return FAIL and break out of the loop.
      v7.4.004
      c93df6b0
    • Bram Moolenaar's avatar
      updated for version 7.4.003 · ebefd997
      Bram Moolenaar authored
      Problem:    Memory access error in Ruby syntax highlighting. (Christopher Chow)
      Solution:   Refresh stale pointer. (James McCoy)
      v7.4.003
      ebefd997
    • Bram Moolenaar's avatar
      updated for version 7.4.002 · 3f0df06c
      Bram Moolenaar authored
      Problem:    Pattern with two alternative look-behind matches does not match.
                  (Amadeus Demarzi)
      Solution:   When comparing PIMs also compare their state ID to see if they are
                  different.
      v7.4.002
      3f0df06c
    • Bram Moolenaar's avatar
      updated for version 7.4.001 · 1cfad52a
      Bram Moolenaar authored
      Problem:    Character classes such as [a-z] to not react to 'ignorecase'.
                  Breaks man page highlighting. (Mario Grgic)
      Solution:   Add separate items for classes that react to 'ignorecase'.  Clean
                  up logic handling character classes.  Add more tests.
      v7.4.001
      1cfad52a
Loading