# HG changeset patch # User Bram Moolenaar # Date 1584647106 -3600 # Node ID bceeded728984f9126d9f5107f219319d7917260 # Parent 69b650ef768ab851081e3b66cbb073d7fe6b532c Update runtime files Commit: https://github.com/vim/vim/commit/ff78155aa1755aced96a3b343e81939c94aac721 Author: Bram Moolenaar Date: Thu Mar 19 20:37:11 2020 +0100 Update runtime files diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt --- 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, w 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_in Returns an empty dictionary if the menu item is not found. Examples: > - :echo maparg('Edit.Cut') - :echo maparg('File.Save', 'n') -< - Can also be used as a |method|: > - GetMenuName()->maparg('v') + :echo menu_info('Edit.Cut') + :echo menu_info('File.Save', 'n') +< + Can also be used as a |method|: > + GetMenuName()->menu_info('v') < *min()* diff --git a/runtime/doc/gui.txt b/runtime/doc/gui.txt --- 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 bef * The menu was defined with "nore" to disallow remapping. & The menu was defined with "