Mercurial > vim
changeset 26502:84463e115b91 v8.2.3781
patch 8.2.3781: the option window script is outdated
Commit: https://github.com/vim/vim/commit/a416861c643b03fe5dec9f3bf8c1c9e054b5a9c7
Author: Bram Moolenaar <Bram@vim.org>
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.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 11 Dec 2021 13:45:02 +0100 |
parents | 19103408381a |
children | ae12de843776 |
files | runtime/optwin.vim src/version.c |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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')