Skip to content
Snippets Groups Projects
  1. Sep 05, 2013
  2. Aug 30, 2013
  3. Aug 25, 2013
  4. Aug 22, 2013
  5. 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
  6. Aug 10, 2013
  7. Aug 09, 2013
  8. Aug 07, 2013
  9. Aug 05, 2013
  10. Aug 03, 2013
  11. Aug 02, 2013
    • Bram Moolenaar's avatar
      updated for version 7.4b.010 · 364ab2ff
      Bram Moolenaar authored
      Problem:    Win32: Tcl library load does not use standard mechanism.
      Solution:   Call vimLoadLib() instead of LoadLibraryEx(). (Ken Takata)
      v7.4b.010
      364ab2ff
    • Bram Moolenaar's avatar
      updated for version 7.4b.009 · bc88a275
      Bram Moolenaar authored
      Problem:    When setting the Visual area manually and 'selection' is
                  exclusive, a yank includes one character too much. (Ingo Karkat)
      Solution:   Default the Visual operation to "v". (Christian Brabandt)
      v7.4b.009
      bc88a275
    • Bram Moolenaar's avatar
      updated for version 7.4b.008 · 4008f4fb
      Bram Moolenaar authored
      Problem:    'autochdir' causes setbufvar() to change the current directory.
                  (Ben Fritz)
      Solution:   When disabling autocommands also reset 'acd' temporarily.
                  (Christian Brabandt)
      v7.4b.008
      4008f4fb
Loading