summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/optwin.vim2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim
index 38bc87eca..91824f806 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')
diff --git a/src/version.c b/src/version.c
index 680cce2a5..cf5724387 100644
--- 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,