commit | 5c73622a9066182ee4479fd7b3aa86e1825808c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 06 20:54:52 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 06 20:54:52 2010 +0100 |
tree | c92ed672cbb989fa3585387ebd4598f5bdfcc637 | |
parent | 8f3f58f2c361f1b7241128d9821f88d8a30aa066 [diff] [blame] |
Update runtime files.
diff --git a/runtime/macros/matchit.vim b/runtime/macros/matchit.vim index e41cda9..549c26c 100644 --- a/runtime/macros/matchit.vim +++ b/runtime/macros/matchit.vim
@@ -357,7 +357,7 @@ execute s:Ref(ini, d, "start", "len") let ini = strpart(ini, 0, start) . backref . strpart(ini, start+len) let tailBR = substitute(tailBR, s:notslash . '\zs\\' . d, - \ escape(backref, '\\'), 'g') + \ escape(backref, '\\&'), 'g') endif let d = d-1 endwhile