diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-04-21 18:01:28 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-04-21 18:01:28 +0200 |
commit | 0c1ff16b5467f97ce08134fdbc8198127bbe492a (patch) | |
tree | 4ce2a9b491abe06ab32ed0ae69e1fefc98af302e /runtime/optwin.vim | |
parent | 02cfac85b4e4b038bb2df6962699fa93a42c7eb1 (diff) | |
download | vim-0c1ff16b5467f97ce08134fdbc8198127bbe492a.zip |
updated runtime files. Add avra syntax.
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 b88f3017c..2ba347eee 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 Mar 19 +" Last Change: 2016 Apr 21 " If there already is an option window, jump to that one. if bufwinnr("option-window") > 0 |