aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-06-30 19:54:03 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-07-01 10:17:39 +0800
commitd81d8d454a151c60f4281c904e387661712b7984 (patch)
tree119550101bf02121347d12e35959bf65049a2fde /runtime
parent015778a3817178a8fdc1150ef1b0eaa3dde776f1 (diff)
downloadrneovim-d81d8d454a151c60f4281c904e387661712b7984.tar.gz
rneovim-d81d8d454a151c60f4281c904e387661712b7984.tar.bz2
rneovim-d81d8d454a151c60f4281c904e387661712b7984.zip
vim-patch:8.1.0695: internal error when using :popup
Problem: Internal error when using :popup. Solution: When a menu only exists in Terminal mode give an error. (Naruhiko Nishino, closes vim/vim#3765) https://github.com/vim/vim/commit/f42b45d719e03218735b3c2845a74dca9c0efd60
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/gui.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/gui.txt b/runtime/doc/gui.txt
index b3b8b2d2c0..5badd954d9 100644
--- a/runtime/doc/gui.txt
+++ b/runtime/doc/gui.txt
@@ -508,7 +508,9 @@ may be used to complete the name of the menu item for the appropriate mode.
To remove all menus use: *:unmenu-all* >
:unmenu * " remove all menus in Normal and visual mode
:unmenu! * " remove all menus in Insert and Command-line mode
- :aunmenu * " remove all menus in all modes
+ :aunmenu * " remove all menus in all modes, except for Terminal
+ " mode
+ :tlunmenu * " remove all menus in Terminal mode
If you want to get rid of the menu bar: >
:set guioptions-=m