commit | 7fc0c065f048262368f0a5353a633957d98f8ad7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 10 21:43:35 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 10 21:43:35 2010 +0200 |
tree | fc65a79cdcdcc31ab0321053be2f502bfa77ec31 | |
parent | 2d7c47de45e215c787f826ebbcfa3d8ef00e26fe [diff] |
Runtime file updates. Fix tar plugin window split.
diff --git a/runtime/plugin/tarPlugin.vim b/runtime/plugin/tarPlugin.vim index 42d6f4f..b0a4d0b 100644 --- a/runtime/plugin/tarPlugin.vim +++ b/runtime/plugin/tarPlugin.vim
@@ -14,7 +14,7 @@ if &cp || exists("g:loaded_tarPlugin") finish endif -let g:loaded_tarPlugin = "v25" +let g:loaded_tarPlugin = "v26" let s:keepcpo = &cpo set cpo&vim