Skip to content
Snippets Groups Projects
  1. Mar 19, 2013
  2. Mar 16, 2013
  3. Mar 13, 2013
  4. Mar 07, 2013
  5. Feb 26, 2013
  6. Feb 20, 2013
    • Bram Moolenaar's avatar
      Update runtime files. · 26402cb2
      Bram Moolenaar authored
      26402cb2
    • Bram Moolenaar's avatar
      updated for version 7.3.831 · 63dbda1c
      Bram Moolenaar authored
      Problem:    Clumsy to handle the situation that a variable does not exist.
      Solution:   Add default value to getbufvar() et al. (Shougo Matsushita,
                  Hirohito Higashi)
      v7.3.831
      63dbda1c
    • Bram Moolenaar's avatar
      updated for version 7.3.830 · 558ddad8
      Bram Moolenaar authored
      Problem:    :mksession confuses bytes, columns and characters when positioning
                  the cursor.
      Solution:   Use w_virtcol with "|" instead of w_cursor.col with "l".
      v7.3.830
      558ddad8
    • Bram Moolenaar's avatar
      updated for version 7.3.829 · 187d3acb
      Bram Moolenaar authored
      Problem:    When compiled with the +rightleft feature 'showmatch' also shows a
                  match for the opening paren.  When 'revins' is set the screen may
                  scroll.
      Solution:   Only check the opening paren when the +rightleft feature was
                  enabled.  Do not show a match that is not visible. (partly by
                  Christian Brabandt)
      v7.3.829
      187d3acb
Loading