]> granicus.if.org Git - vim/commitdiff
patch 8.2.3781: the option window script is outdated v8.2.3781
authorBram Moolenaar <Bram@vim.org>
Sat, 11 Dec 2021 12:33:52 +0000 (12:33 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 11 Dec 2021 12:33:52 +0000 (12:33 +0000)
Problem:    The option window script is outdated.
Solution:   Add several changes.

runtime/optwin.vim
src/version.c

index 38bc87ecad2aae267154a62cac478cb234fb8e13..91824f80655b59dc45996579e583e46b9bc87a1d 100644 (file)
@@ -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')
index 680cce2a52a2531338e9caad12dc9b4621cb0ca3..cf5724387d3d5062e6d397fd1b1f6d138f8f0628 100644 (file)
@@ -753,6 +753,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3781,
 /**/
     3780,
 /**/