runtime(doc): fix claim that 'CTRL-W CTRL-C' and 'CTRL-W c' are the same Commit: https://github.com/vim/vim/commit/57300a22dc8efeba79ce22aa9ab7dd5369ba9613 Author: Emilien Breton <bricktech2...@gmail.com> Date: Thu Jul 17 20:36:37 2025 +0200
runtime(doc): fix claim that 'CTRL-W CTRL-C' and 'CTRL-W c' are the same closes: https://github.com/vim/vim/issues/17776 Signed-off-by: Emilien Breton <bricktech2...@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index c9e80da9b..8ff3ae5fe 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -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 .." -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1ucTbM-00BeXo-BI%40256bit.org.