diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-04-05 22:55:53 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-04-05 22:55:53 +0200 |
commit | 7e38ea2fb6a781213c85824dcf9ccb582fbc5c43 (patch) | |
tree | 8bb5aea9fdb668fb5b48bea97f19c28b7da456db /runtime/optwin.vim | |
parent | e9a54227f93bd658988d853684aa24529af9414b (diff) | |
download | vim-git-7e38ea2fb6a781213c85824dcf9ccb582fbc5c43.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/optwin.vim')
-rw-r--r-- | runtime/optwin.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim index 26684381a..280e4e8c6 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -1,7 +1,7 @@ " These commands create the option window. " " Maintainer: Bram Moolenaar <Bram@vim.org> -" Last Change: 2013 Jun 29 +" Last Change: 2014 Apr 01 " If there already is an option window, jump to that one. if bufwinnr("option-window") > 0 |