summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2021-10-03 12:01:27 +0100
committerBram Moolenaar <Bram@vim.org>2021-10-03 12:01:27 +0100
commit27fef59dd1dd75f50c366f7f616ffa4451560452 (patch)
tree4305ae44ba2687a9c20e3f69b5f56a5c0afab219 /runtime
parent8b8c0ed657fabd88e610401ca8a12366f987db94 (diff)
patch 8.2.3465: cannot detect insert scroll modev8.2.3465
Problem: Cannot detect insert scroll mode. Solution: Add "scroll" to complete_info(). (closes #8943)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 43aae40d4c..588f511553 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -3883,6 +3883,8 @@ complete_info([{what}]) *complete_info()*
"" Not in completion mode
"keyword" Keyword completion |i_CTRL-X_CTRL-N|
"ctrl_x" Just pressed CTRL-X |i_CTRL-X|
+ "scroll" Scrolling with |i_CTRL-X_CTRL-E| or
+ |i_CTRL-X_CTRL-Y|
"whole_line" Whole lines |i_CTRL-X_CTRL-L|
"files" File names |i_CTRL-X_CTRL-F|
"tags" Tags |i_CTRL-X_CTRL-]|