# HG changeset patch # User Bram Moolenaar # Date 1639226702 -3600 # Node ID 84463e115b91a9cf063674c4c66564fd2ec9c093 # Parent 19103408381ada46f0719eeb4e48ed7bff86c83d patch 8.2.3781: the option window script is outdated Commit: https://github.com/vim/vim/commit/a416861c643b03fe5dec9f3bf8c1c9e054b5a9c7 Author: Bram Moolenaar Date: Sat Dec 11 12:33:52 2021 +0000 patch 8.2.3781: the option window script is outdated Problem: The option window script is outdated. Solution: Add several changes. diff --git a/runtime/optwin.vim b/runtime/optwin.vim --- 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') diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3781, +/**/ 3780, /**/ 3779,