diff runtime/doc/index.txt @ 25707:31db9c6df4e3 v8.2.3389

patch 8.2.3389: cannot stop insert mode completion without side effects Commit: https://github.com/vim/vim/commit/dca29d9cf46cd1d4d4519211c7af78b6b1c56960 Author: zeertzjq <zeertzjq@outlook.com> Date: Tue Aug 31 19:12:51 2021 +0200 patch 8.2.3389: cannot stop insert mode completion without side effects Problem: Cannot stop insert mode completion without side effects. Solution: Add CTRL-X CTRL-Z. (closes https://github.com/vim/vim/issues/8821)
author Bram Moolenaar <Bram@vim.org>
date Tue, 31 Aug 2021 19:15:05 +0200
parents d4faa2c5211b
children 11b656e74444
line wrap: on
line diff
--- a/runtime/doc/index.txt
+++ b/runtime/doc/index.txt
@@ -168,6 +168,7 @@ commands in CTRL-X submode				*i_CTRL-X_
 |i_CTRL-X_CTRL-Y|	CTRL-X CTRL-Y	scroll down
 |i_CTRL-X_CTRL-U|	CTRL-X CTRL-U	complete with 'completefunc'
 |i_CTRL-X_CTRL-V|	CTRL-X CTRL-V	complete like in : command line
+|i_CTRL-X_CTRL-Z|	CTRL-X CTRL-Z	stop completion, keeping the text as-is
 |i_CTRL-X_CTRL-]|	CTRL-X CTRL-]	complete tags
 |i_CTRL-X_s|		CTRL-X s	spelling suggestions