aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2025-03-09 15:53:14 +0800
committerzeertzjq <zeertzjq@outlook.com>2025-03-09 15:53:56 +0800
commit5763dccafae17d0f25f17c4829181321abba9cf6 (patch)
treebcf8d14880cd34e06ef4b3b1df0add5233773c04
parent39ca7a844a9283c195628bda639dc303f9111014 (diff)
downloadrneovim-5763dccafae17d0f25f17c4829181321abba9cf6.tar.gz
rneovim-5763dccafae17d0f25f17c4829181321abba9cf6.tar.bz2
rneovim-5763dccafae17d0f25f17c4829181321abba9cf6.zip
vim-patch:d89770e: runtime(doc): use GNOME instead of Gnome
It's called "GNOME Terminal" in https://gitlab.gnome.org/GNOME/gnome-terminal It's also called GNOME Terminal in English Wikipedia https://en.wikipedia.org/wiki/GNOME_Terminal and the Wikipedia pages of 8 other languages. Also, make line wrapping the same in insert.txt and cmdline.txt. closes: vim/vim#16832 https://github.com/vim/vim/commit/d89770eb987768aca78fef74d8d8601ce53fc435
-rw-r--r--runtime/doc/cmdline.txt6
-rw-r--r--runtime/doc/insert.txt2
2 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt
index 94abb5a569..45a95e439a 100644
--- a/runtime/doc/cmdline.txt
+++ b/runtime/doc/cmdline.txt
@@ -83,9 +83,9 @@ CTRL-Q Same as CTRL-V. But with some terminals it is used for
CTRL-SHIFT-V *c_CTRL-SHIFT-V* *c_CTRL-SHIFT-Q*
CTRL-SHIFT-Q Works just like CTRL-V, but do not try to include the CTRL
modifier into the key.
- Note: When CTRL-SHIFT-V is intercepted by your system
- (e.g., to paste text) you can often use CTRL-SHIFT-Q instead.
- However, in some terminals (e.g. Gnome Terminal), CTRL-SHIFT-Q
+ Note: When CTRL-SHIFT-V is intercepted by your system (e.g.,
+ to paste text) you can often use CTRL-SHIFT-Q instead.
+ However, in some terminals (e.g. GNOME Terminal), CTRL-SHIFT-Q
quits the terminal without confirmation.
*c_<Left>* *c_Left*
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index cd69f27e82..a39f475b4b 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -214,7 +214,7 @@ CTRL-SHIFT-Q Works just like CTRL-V, but do not try to include the CTRL
modifier into the key.
Note: When CTRL-SHIFT-V is intercepted by your system (e.g.,
to paste text) you can often use CTRL-SHIFT-Q instead.
- However, in some terminals (e.g. Gnome Terminal), CTRL-SHIFT-Q
+ However, in some terminals (e.g. GNOME Terminal), CTRL-SHIFT-Q
quits the terminal without confirmation.
CTRL-X Enter CTRL-X mode. This is a sub-mode where commands can