]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix claim that 'CTRL-W CTRL-C' and 'CTRL-W c' are the same
authorEmilien Breton <bricktech2000@gmail.com>
Thu, 17 Jul 2025 18:36:37 +0000 (20:36 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 17 Jul 2025 18:36:37 +0000 (20:36 +0200)
closes: #17776

Signed-off-by: Emilien Breton <bricktech2000@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/index.txt

index c9e80da9b441591159b475f75041de160e6fb504..8ff3ae5fee058394dad71b4bcd549015fd09eece 100644 (file)
@@ -1,4 +1,4 @@
-*index.txt*     For Vim version 9.1.  Last change: 2025 Jun 28
+*index.txt*     For Vim version 9.1.  Last change: 2025 Jul 17
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -530,7 +530,7 @@ tag         command            action in op-pending and Visual mode ~
 tag            command            action in Normal mode        ~
 ------------------------------------------------------------------------------
 |CTRL-W_CTRL-B|        CTRL-W CTRL-B      same as "CTRL-W b"
-|CTRL-W_CTRL-C|        CTRL-W CTRL-C      same as "CTRL-W c"
+|CTRL-W_CTRL-C|        CTRL-W CTRL-C      no-op |CTRL-W_CTRL-C|
 |CTRL-W_CTRL-D|        CTRL-W CTRL-D      same as "CTRL-W d"
 |CTRL-W_CTRL-F|        CTRL-W CTRL-F      same as "CTRL-W f"
                CTRL-W CTRL-G      same as "CTRL-W g .."