commit | fc39ecf8ded5466d7e9cbde8db75517718b023d8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 20:34:49 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 20:34:49 2015 +0200 |
tree | 1c2c095ba1c61e9f6241fa999f09f92c79f71968 | |
parent | 25c2f6783a9d5f15e062bd5b085abe7deb121152 [diff] [blame] |
Update runtime files.
diff --git a/runtime/macros/matchit.vim b/runtime/macros/matchit.vim index 74c1a1e..70867b1 100644 --- a/runtime/macros/matchit.vim +++ b/runtime/macros/matchit.vim
@@ -303,7 +303,7 @@ let regexp = s:Wholematch(matchline, a:1, currcol-1) let endcol = matchend(matchline, regexp) if endcol > currcol " This is NOT off by one! - execute "normal!" . (endcol - currcol) . "l" + call cursor(0, endcol) endif endif " a:0 endif " a:mode != "o" && etc.