summaryrefslogtreecommitdiffstats
path: root/runtime/optwin.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-12-11 12:33:52 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-11 12:33:52 +0000
commita416861c643b03fe5dec9f3bf8c1c9e054b5a9c7 (patch)
treec5b9a0dd2028d9485c2232a5de79cd7771174ca6 /runtime/optwin.vim
parent29f3a4591528130fded3fe1d63d74bcf22ab4f6c (diff)
patch 8.2.3781: the option window script is outdatedv8.2.3781
Problem: The option window script is outdated. Solution: Add several changes.
Diffstat (limited to 'runtime/optwin.vim')
-rw-r--r--runtime/optwin.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim
index 38bc87ecad..91824f8065 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: 2021 Oct 28
+" Last Change: 2021 Dec 11
" If there already is an option window, jump to that one.
let buf = bufnr('option-window')