aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-12-13 09:43:49 +0800
committerGitHub <noreply@github.com>2022-12-12 17:43:49 -0800
commit0b20762c6042f2bfc5facf05754fd549b95b3cc1 (patch)
treef12b3c1baee8a57dd21b37af751c5ded9855b8d1
parenta442c9f5564ff9690803faa92012e35541588294 (diff)
downloadrneovim-0b20762c6042f2bfc5facf05754fd549b95b3cc1.tar.gz
rneovim-0b20762c6042f2bfc5facf05754fd549b95b3cc1.tar.bz2
rneovim-0b20762c6042f2bfc5facf05754fd549b95b3cc1.zip
docs: remove "How-to disable mouse" menu item #21394
-rw-r--r--runtime/doc/vim_diff.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 5c1725a1f8..229ed95826 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -78,7 +78,6 @@ centralized reference of the differences.
- |g:vimsyn_embed| defaults to "l" to enable Lua highlighting
-
Default Mouse ~
*default-mouse* *disable-mouse*
By default the mouse is enabled, and <RightMouse> opens a |popup-menu| with
@@ -99,7 +98,10 @@ the following:
\ autocmd CursorMoved * ++once set mouse&<Bar>
\ echo 'mouse ON'<CR>
<
-
+To remove the "How-to disable mouse" menu item and the separator above it: >vim
+ aunmenu PopUp.How-to\ disable\ mouse
+ aunmenu PopUp.-1-
+<
Default Mappings ~
*default-mappings*
Nvim creates the following default mappings at |startup|. You can disable any