Skip to content
Snippets Groups Projects
  1. Nov 06, 2013
  2. Nov 05, 2013
    • Bram Moolenaar's avatar
      updated for version 7.4.069 · 6bcbcc59
      Bram Moolenaar authored
      Problem:    Cannot right shift lines starting with #.
      Solution:   Allow the right shift when 'cino' contains #N with N > 0.
                  (Christian Brabandt)
                  Refactor parsing 'cino', store the values in the buffer.
      v7.4.069
      6bcbcc59
  3. Nov 04, 2013
  4. Sep 08, 2013
  5. Sep 07, 2013
  6. Sep 05, 2013
  7. Jul 04, 2013
  8. Jul 03, 2013
  9. Jun 29, 2013
    • Bram Moolenaar's avatar
      updated for version 7.3.1269 · 6b487147
      Bram Moolenaar authored
      Problem:    Insert completion keeps entry selected even though the list has
                  changed. (Olivier Teuliere)
      Solution:   Reset compl_shown_match and compl_curr_match. (Christian Brabandt)
      v7.3.1269
      6b487147
  10. Jun 27, 2013
  11. Jun 15, 2013
    • Bram Moolenaar's avatar
      updated for version 7.3.1200 · df9259ab
      Bram Moolenaar authored
      Problem:    When calling setline() from Insert mode, using CTRL-R =, undo does
                  not work properly. (Israel Chauca)
      Solution:   Sync undo after evaluating the expression. (Christian Brabandt)
      v7.3.1200
      df9259ab
  12. Jun 08, 2013
  13. May 19, 2013
    • Bram Moolenaar's avatar
      updated for version 7.3.972 · 097c992c
      Bram Moolenaar authored
      Problem:    Cursor not restored after InsertEnter autocommand if it moved to
                  another line.
      Solution:   Also restore if the saved line number is still valid.  Allow
                  setting v:char to skip restoring.
      v7.3.972
      097c992c
  14. May 06, 2013
  15. Mar 19, 2013
    • Bram Moolenaar's avatar
      updated for version 7.3.872 · 71afbfe6
      Bram Moolenaar authored
      Problem:    On some systems case of file names is always ignored, on others
                  never.
      Solution:   Add the 'fileignorecase' option to control this at runtime.
                  Implies 'wildignorecase'.
      v7.3.872
      71afbfe6
    • Bram Moolenaar's avatar
      updated for version 7.3.867 · 186628f6
      Bram Moolenaar authored
      Problem:    Matchparen does not update match when using auto-indenting.
                  (Marc Aldorasi)
      Solution:   Add the TextChanged and TextChangedI autocommand events.
      v7.3.867
      186628f6
  16. Mar 07, 2013
    • Bram Moolenaar's avatar
      updated for version 7.3.854 · 3978e08f
      Bram Moolenaar authored
      Problem:    After using backspace in insert mode completion, CTRL-N and CTRL-P
                  do not highlight the right entry. (Olivier Teuliere)
      Solution:   Set the current item to the shown item after using backspace.
      v7.3.854
      3978e08f
  17. Feb 26, 2013
    • Bram Moolenaar's avatar
      updated for version 7.3.833 · 40cf4b44
      Bram Moolenaar authored
      Problem:    In the terminal the scroll wheel always scrolls the active window.
      Solution:   Scroll the window under the mouse pointer, like in the GUI.
                  (Bradie Rao)
      v7.3.833
      40cf4b44
  18. Feb 13, 2013
  19. Jan 17, 2013
  20. Oct 20, 2012
  21. Oct 04, 2012
  22. Aug 08, 2012
  23. Jul 25, 2012
  24. Jul 10, 2012
    • Bram Moolenaar's avatar
      updated for version 7.3.598 · cfa3caec
      Bram Moolenaar authored
      Problem:    Cannot act upon end of completion. (Taro Muraoka)
      Solution:   Add an autocommand event that is triggered when completion has
                  finished. (Idea by Florian Klein)
      v7.3.598
      cfa3caec
  25. Jul 06, 2012
  26. Jun 29, 2012
  27. Jun 20, 2012
    • Bram Moolenaar's avatar
      updated for version 7.3.566 · 22189a4b
      Bram Moolenaar authored
      Problem:    Redo after completion does not work correctly when refresh: always
                  is not used. (Raymond Ko)
      Solution:   Check the compl_opt_refresh_always flag. (Christian Brabandt)
      v7.3.566
      22189a4b
    • Bram Moolenaar's avatar
      updated for version 7.3.561 · 5e1a0a9a
      Bram Moolenaar authored
      Problem:    Using refresh: always in a complete function breaks the "."
                  command. (Val Markovic)
      Solution:   Add match leader to the redo buffer. (Yasuhiro Matsumoto)
      v7.3.561
      5e1a0a9a
  28. Jun 13, 2012
  29. Jun 06, 2012
  30. Jun 01, 2012
  31. May 18, 2012
  32. Apr 30, 2012
  33. Apr 05, 2012
    • Bram Moolenaar's avatar
      updated for version 7.3.489 · e0ebfd75
      Bram Moolenaar authored
      Problem:    CTRL-] in Insert mode does not expand abbreviation when used in a
                  mapping. (Yichao Zhou)
      Solution:   Special case using CTRL-]. (Christian Brabandt)
      v7.3.489
      e0ebfd75
  34. Feb 29, 2012
    • Bram Moolenaar's avatar
      updated for version 7.3.461 · f5876f14
      Bram Moolenaar authored
      Problem:    The InsertCharPre autocommand event is not triggered during
                  completion and when typing several characters quickly.
      Solution:   Also trigger InsertCharPre during completion.  Do not read ahead
                  when an InsertCharPre autocommand is defined. (Yasuhiro Matsumoto)
      v7.3.461
      f5876f14
  35. Feb 04, 2012
    • Bram Moolenaar's avatar
      updated for version 7.3.426 · 76b9b369
      Bram Moolenaar authored
      Problem:    With '$' in 'cpoptions' the $ is not displayed in the first
                  column.
      Solution:   Use -1 instead of 0 as a special value. (Hideki Eiraku and
                  Hirohito Higashi)
      v7.3.426
      76b9b369
Loading