Skip to content
Snippets Groups Projects
  1. Jun 17, 2013
  2. Jun 16, 2013
  3. Jun 15, 2013
    • Bram Moolenaar's avatar
      updated for version 7.3.1203 · 4ce239b0
      Bram Moolenaar authored
      Problem:    Matches from matchadd() might be highlighted incorrectly when they
                  are at a fixed position and inserting lines. (John Szakmeister)
      Solution:   Redraw all lines below a change if there are highlighted matches.
                  (idea by Christian Brabandt)
      v7.3.1203
      4ce239b0
    • Bram Moolenaar's avatar
      updated for version 7.3.1202 · 33516799
      Bram Moolenaar authored
      Problem:    Tags are not found in case-folded tags file. (Darren cole, Issue
                  90)
      Solution:   Take into account that when case folding was used for the tags
                  file "!rm" sorts before the "!_TAG" header lines.
      v7.3.1202
      33516799
    • Bram Moolenaar's avatar
      updated for version 7.3.1201 · e66f06d8
      Bram Moolenaar authored
      Problem:    When a startup script creates a preview window, it probably
                  becomes the current window.
      Solution:   Make another window the current one. (Christian Brabandt)
      v7.3.1201
      e66f06d8
    • Bram Moolenaar's avatar
      Updated runtime files. · 52b91d80
      Bram Moolenaar authored
      52b91d80
    • 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
    • Bram Moolenaar's avatar
      updated for version 7.3.1199 · dab38d51
      Bram Moolenaar authored
      Problem:    When evaluating 'foldexpr' causes an error this is silently
                  ignored and evaluation is retried every time.
      Solution:   Set emsg_silent instead of emsg_off. Stop evaluating 'foldexpr' is
                  it is causing errors.  (Christian Brabandt)
      v7.3.1199
      dab38d51
    • Bram Moolenaar's avatar
      updated for version 7.3.1198 · 9be6e215
      Bram Moolenaar authored
      Problem:    Build error when using Perl 5.18.0 and dynamic loading.
      Solution:   Change #ifdefs for Perl_croak_xs_usage. (Ike Devolder)
      v7.3.1198
      9be6e215
    • Bram Moolenaar's avatar
      updated for version 7.3.1197 · ff1806f8
      Bram Moolenaar authored
      Problem:    ":wviminfo!" does not write history previously read from a viminfo
                  file.  (Roland Eggner)
      Solution:   When not merging history write all entries.
      v7.3.1197
      ff1806f8
    • Bram Moolenaar's avatar
      updated for version 7.3.1196 · 141f6bb3
      Bram Moolenaar authored
      Problem:    Old regexp engine does not match pattern with backref correctly.
                  (Dominique Pelle)
      Solution:   Fix setting status.  Test multi-line patterns better.
      v7.3.1196
      141f6bb3
  4. Jun 14, 2013
  5. Jun 13, 2013
  6. Jun 12, 2013
Loading