Skip to content

Commit

Permalink
patch 8.2.3781: the option window script is outdated
Browse files Browse the repository at this point in the history
Problem:    The option window script is outdated.
Solution:   Add several changes.
  • Loading branch information
brammool committed Dec 11, 2021
1 parent 29f3a45 commit a416861
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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')
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -753,6 +753,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3781,
/**/
3780,
/**/
Expand Down

0 comments on commit a416861

Please sign in to comment.