diff options
author | cbarrete <62146989+cbarrete@users.noreply.github.com> | 2021-07-08 03:51:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 18:51:40 -0700 |
commit | bd7a0b46a9daefe36e914136d6ce347a76efc57d (patch) | |
tree | 1c3f19980d8e154dd915b794d1982a133b10fc69 /runtime/doc/gui.txt | |
parent | 4547137aaff32b20172870a549d3a28a3c7adf1c (diff) | |
download | rneovim-bd7a0b46a9daefe36e914136d6ce347a76efc57d.tar.gz rneovim-bd7a0b46a9daefe36e914136d6ce347a76efc57d.tar.bz2 rneovim-bd7a0b46a9daefe36e914136d6ce347a76efc57d.zip |
doc: remove mentions of compile-time flags #14935
Nvim always compiles everything in so those are useless at best and
confusing at worst.
Diffstat (limited to 'runtime/doc/gui.txt')
-rw-r--r-- | runtime/doc/gui.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/runtime/doc/gui.txt b/runtime/doc/gui.txt index 0f1fa2b7a7..812259741f 100644 --- a/runtime/doc/gui.txt +++ b/runtime/doc/gui.txt @@ -175,7 +175,6 @@ system. To do this, put these commands in your vimrc file: > :map <F4> :emenu <C-Z> Pressing <F4> will start the menu. You can now use the cursor keys to select a menu entry. Hit <Enter> to execute it. Hit <Esc> if you want to cancel. -This does require the |+menu| feature enabled at compile time. Creating New Menus *creating-menus* @@ -473,9 +472,8 @@ Executing Menus *execute-menus* insert-mode menu Eg: > :emenu File.Exit -If the console-mode vim has been compiled with WANT_MENU defined, you can -use :emenu to access useful menu items you may have got used to from GUI -mode. See 'wildmenu' for an option that works well with this. See +You can use :emenu to access useful menu items you may have got used to from +GUI mode. See 'wildmenu' for an option that works well with this. See |console-menus| for an example. When using a range, if the lines match with '<,'>, then the menu is executed |