From b1757e1c29d07c7958c62427e19e85916670049d Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Thu, 16 Dec 2021 21:46:13 +0100 Subject: [PATCH] vim-patch:0e6adf8a29d5 (#16682) Update runtime files https://github.com/vim/vim/commit/0e6adf8a29d5c2c96c42cc7157f71bf22c2ad471 --- runtime/doc/helphelp.txt | 2 +- runtime/doc/map.txt | 4 +- runtime/doc/various.txt | 2 +- runtime/filetype.vim | 2 +- runtime/ftplugin/i3config.vim | 13 + runtime/ftplugin/solution.vim | 37 ++ .../dist/opt/termdebug/plugin/termdebug.vim | 42 +- runtime/syntax/c.vim | 3 +- runtime/syntax/css.vim | 29 +- runtime/syntax/i3config.vim | 256 +++++++++++ runtime/syntax/python.vim | 5 +- runtime/syntax/texinfo.vim | 420 ++---------------- 12 files changed, 397 insertions(+), 418 deletions(-) create mode 100644 runtime/ftplugin/i3config.vim create mode 100644 runtime/ftplugin/solution.vim create mode 100644 runtime/syntax/i3config.vim diff --git a/runtime/doc/helphelp.txt b/runtime/doc/helphelp.txt index e7b489d6e1..9cc7d063a8 100644 --- a/runtime/doc/helphelp.txt +++ b/runtime/doc/helphelp.txt @@ -164,7 +164,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 0ea2565694..6ad5622893 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -158,7 +158,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 /[.,;] @@ -211,7 +211,7 @@ Note: ":map