diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-02-01 17:24:34 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-02-01 17:24:34 +0100 |
commit | e90858d0229444b3cd16b1cd3a8d61a24c435705 (patch) | |
tree | df66a6ae4aa7e743a86ce85f0ceacc2184d4241e /runtime | |
parent | 0b5c93a7f266cd8c90ea27bdaf9f7214a95d64d7 (diff) | |
download | vim-git-e90858d0229444b3cd16b1cd3a8d61a24c435705.tar.gz |
patch 8.0.0283: mode() does not indicate Insert mode completionv8.0.0283
Problem: The return value of mode() does not indicate that completion is
active in Replace and Insert mode. (Zhen-Huan (Kenny) Hu)
Solution: Add "c" or "x" for two kinds of completion. (Yegappan Lakshmanan,
closes #1397) Test some more modes.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 58a61f207..1b3f1128f 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -5848,9 +5848,13 @@ mode([expr]) Return a string that indicates the current mode. S Select by line CTRL-S Select blockwise i Insert + ic Insert mode completion |compl-generic| + ix Insert mode |i_CTRL-X| completion R Replace |R| + Rc Replace mode completion |compl-generic| Rv Virtual Replace |gR| - c Command-line + Rx Replace mode |i_CTRL-X| completion + c Command-line editing cv Vim Ex mode |gQ| ce Normal Ex mode |Q| r Hit-enter prompt |