diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-12 22:54:35 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-12 22:54:35 +0200 |
commit | 0952131376a517fc12dc5ae908a97018b4ee23f0 (patch) | |
tree | 937cfa4e0fd89164703af30695387707b4897e42 /runtime/optwin.vim | |
parent | b5ae48e9ffd3b8eb6ca4057de11f1bddcde8ce6f (diff) | |
download | vim-git-0952131376a517fc12dc5ae908a97018b4ee23f0.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 11d6b8804..9a0fcd12b 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: 2016 Apr 30 +" Last Change: 2016 Aug 12 " If there already is an option window, jump to that one. if bufwinnr("option-window") > 0 |