From ff78155aa1755aced96a3b343e81939c94aac721 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 19 Mar 2020 20:37:11 +0100 Subject: [PATCH] Update runtime files --- runtime/doc/eval.txt | 12 ++++++------ runtime/doc/gui.txt | 4 +++- runtime/doc/os_haiku.txt | 19 +++++++++++------- runtime/doc/popup.txt | 7 +++++-- runtime/doc/tags | 6 ++++++ runtime/doc/todo.txt | 40 ++++++++++++++++++++++++++------------ runtime/doc/usr_41.txt | 2 +- runtime/doc/various.txt | 3 ++- runtime/doc/windows.txt | 4 ++-- runtime/filetype.vim | 2 +- runtime/ftplugin/swift.vim | 3 +-- runtime/syntax/bsdl.vim | 17 ++++++++++++++++ runtime/syntax/html.vim | 7 ++++--- runtime/syntax/jargon.vim | 19 +++++++++--------- runtime/syntax/vhdl.vim | 12 ++++++------ 15 files changed, 104 insertions(+), 53 deletions(-) create mode 100644 runtime/syntax/bsdl.vim diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index e3bb34eb7..6c7435c9a 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1,4 +1,4 @@ -*eval.txt* For Vim version 8.2. Last change: 2020 Mar 14 +*eval.txt* For Vim version 8.2. Last change: 2020 Mar 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -5839,8 +5839,8 @@ has({feature}) The result is a Number, which is 1 if the feature {feature} is if has('feature') let x = this->breaks->without->the->feature endif -< If the `endif` would be in the second line it would not be - found. +< If the `endif` would be moved to the second line as "| endif" it + would not be found. has_key({dict}, {key}) *has_key()* @@ -7190,11 +7190,11 @@ menu_info({name} [, {mode}]) *menu_info()* Returns an empty dictionary if the menu item is not found. Examples: > - :echo maparg('Edit.Cut') - :echo maparg('File.Save', 'n') + :echo menu_info('Edit.Cut') + :echo menu_info('File.Save', 'n') < Can also be used as a |method|: > - GetMenuName()->maparg('v') + GetMenuName()->menu_info('v') < *min()* diff --git a/runtime/doc/gui.txt b/runtime/doc/gui.txt index 41e20b106..3bb7fc945 100644 --- a/runtime/doc/gui.txt +++ b/runtime/doc/gui.txt @@ -1,4 +1,4 @@ -*gui.txt* For Vim version 8.2. Last change: 2019 Nov 16 +*gui.txt* For Vim version 8.2. Last change: 2020 Mar 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -855,6 +855,8 @@ Special characters in the list, just before the rhs: * The menu was defined with "nore" to disallow remapping. & The menu was defined with "