diff options
author | matveyt <matthewtarasov@gmail.com> | 2021-07-23 18:06:01 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2021-07-23 18:08:40 +0200 |
commit | 8ce092941862a18a6591f62f398ed9e8bd9202be (patch) | |
tree | 431fefdeba54043f46cca1a367ce1735983ade8e /runtime/doc/eval.txt | |
parent | 6f48c018b526a776e38e94f58769c30141de9e0c (diff) | |
download | rneovim-8ce092941862a18a6591f62f398ed9e8bd9202be.tar.gz rneovim-8ce092941862a18a6591f62f398ed9e8bd9202be.tar.bz2 rneovim-8ce092941862a18a6591f62f398ed9e8bd9202be.zip |
Remove EXMODE_NORMAL
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 8c360b1778..e32691dfb4 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -6358,8 +6358,7 @@ mode([expr]) Return a string that indicates the current mode. Rv Virtual Replace |gR| Rx Replace mode |i_CTRL-X| completion c Command-line editing - cv Vim Ex mode |gQ| - ce Normal Ex mode |Q| + cv Vim Ex mode |Q| or |gQ| r Hit-enter prompt rm The -- more -- prompt r? |:confirm| query of some sort |