diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-09-18 15:20:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-18 15:20:20 +0200 |
commit | 67df3347fd1e637f643b35239f7a20ac813ee588 (patch) | |
tree | 1dd1a5ca375a24225b86da10d55e7d08306b65bf /runtime/optwin.vim | |
parent | 8dc61713d9db433dfa2024b45f3bc590dcb58f83 (diff) | |
download | rneovim-67df3347fd1e637f643b35239f7a20ac813ee588.tar.gz rneovim-67df3347fd1e637f643b35239f7a20ac813ee588.tar.bz2 rneovim-67df3347fd1e637f643b35239f7a20ac813ee588.zip |
vim-patch:9712ff1288f9 (#20240)
Update runtime files
https://github.com/vim/vim/commit/9712ff1288f942736ed76c0dec014909f067eec9
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 02cf573ea3..9e2a616f80 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: 2022 Apr 07 +" Last Change: 2022 Sep 11 " If there already is an option window, jump to that one. let buf = bufnr('option-window') |