From: Bram Moolenaar Date: Thu, 16 Dec 2021 14:41:10 +0000 (+0000) Subject: Update runtime files X-Git-Tag: v8.2.3825~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e6adf8a29d5c2c96c42cc7157f71bf22c2ad471;p=vim Update runtime files --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 41bf193be..b07870054 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -89,6 +89,7 @@ runtime/ftplugin/gitsendemail.vim @tpope runtime/ftplugin/gprof.vim @dpelle runtime/ftplugin/haml.vim @tpope runtime/ftplugin/hgcommit.vim @k-takata +runtime/ftplugin/i3config.vim @hiqua runtime/ftplugin/indent.vim @dkearns runtime/ftplugin/javascript.vim @dkearns runtime/ftplugin/javascriptreact.vim @dkearns @@ -114,6 +115,7 @@ runtime/ftplugin/routeros.vim @zainin runtime/ftplugin/ruby.vim @tpope @dkearns runtime/ftplugin/sass.vim @tpope runtime/ftplugin/scss.vim @tpope +runtime/ftplugin/solution.vim @dkearns runtime/ftplugin/spec.vim @ignatenkobrain runtime/ftplugin/systemverilog.vim @Kocha runtime/ftplugin/tcsh.vim @dkearns @@ -208,6 +210,7 @@ runtime/syntax/groff.vim @jmarshall runtime/syntax/haml.vim @tpope runtime/syntax/haskell.vim @coot runtime/syntax/hgcommit.vim @k-takata +runtime/syntax/i3config.vim @hiqua runtime/syntax/indent.vim @dkearns runtime/syntax/kconfig.vim @chrisbra runtime/syntax/less.vim @genoma diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt index 349351006..9736d4c48 100644 --- a/runtime/doc/editing.txt +++ b/runtime/doc/editing.txt @@ -1,4 +1,4 @@ -*editing.txt* For Vim version 8.2. Last change: 2021 Oct 16 +*editing.txt* For Vim version 8.2. Last change: 2021 Dec 11 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 21cf3f6c1..6765bdcf7 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1,4 +1,4 @@ -*eval.txt* For Vim version 8.2. Last change: 2021 Nov 20 +*eval.txt* For Vim version 8.2. Last change: 2021 Dec 15 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/helphelp.txt b/runtime/doc/helphelp.txt index 0fa5d8fbc..357a64e78 100644 --- a/runtime/doc/helphelp.txt +++ b/runtime/doc/helphelp.txt @@ -1,4 +1,4 @@ -*helphelp.txt* For Vim version 8.2. Last change: 2021 Nov 18 +*helphelp.txt* For Vim version 8.2. Last change: 2021 Dec 13 VIM REFERENCE MANUAL by Bram Moolenaar @@ -163,7 +163,7 @@ If you would like to open the help in the current window, see this tip: The initial height of the help window can be set with the 'helpheight' option (default 20). - + *help-buffer-options* When the help buffer is created, several local options are set to make sure the help text is displayed as it was intended: 'iskeyword' nearly all ASCII chars except ' ', '*', '"' and '|' diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 981ecf792..fc3f42584 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -1,4 +1,4 @@ -*map.txt* For Vim version 8.2. Last change: 2021 Nov 20 +*map.txt* For Vim version 8.2. Last change: 2021 Dec 15 VIM REFERENCE MANUAL by Bram Moolenaar @@ -173,7 +173,7 @@ type "a", then "bar" will get inserted. "" can be used in any order. They must appear right after the command, before any other arguments. - *:map-local* *:map-* *E224* *E225* + *:map-local* *:map-* *:map-buffer* *E224* *E225* If the first argument to one of these commands is "" the mapping will be effective in the current buffer only. Example: > :map ,w /[.,;] @@ -232,7 +232,7 @@ Note: ":map