From a416861c643b03fe5dec9f3bf8c1c9e054b5a9c7 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 11 Dec 2021 12:33:52 +0000 Subject: patch 8.2.3781: the option window script is outdated Problem: The option window script is outdated. Solution: Add several changes. --- runtime/optwin.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/optwin.vim') 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 -" 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') -- cgit v1.2.3