Skip to content
Snippets Groups Projects
  1. Sep 22, 2013
    • Bram Moolenaar's avatar
      updated for version 7.4.033 · 6848c8b5
      Bram Moolenaar authored
      Problem:    When the terminal has only 20 lines test 92 and 93 overwrite the
                  input file.
      Solution:   Explicitly write test.out. Check that the terminal is large enough
                  to run the tests.  (Hirohito Higashi)
      v7.4.033
      6848c8b5
    • Bram Moolenaar's avatar
      updated for version 7.4.032 · 595cad2e
      Bram Moolenaar authored
      Problem:    NFA engine does not match the NUL character. (Jonathon Merz)
      Solution:   Ues 0x0a instead of NUL. (Christian Brabandt)
      v7.4.032
      595cad2e
  2. Sep 20, 2013
  3. Sep 19, 2013
  4. Sep 08, 2013
  5. Sep 07, 2013
  6. Sep 05, 2013
  7. Aug 30, 2013
  8. Aug 25, 2013
  9. Aug 22, 2013
  10. 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
  11. Aug 10, 2013
  12. Aug 09, 2013
  13. Aug 07, 2013
Loading