aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-11-07 03:16:52 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-11-07 03:23:37 +0100
commit8c3377ee76e5cc4f5a4228f216bde1d03b496d69 (patch)
treee183185d55b8ff85aad5e305a7895109562159ee /runtime/doc/eval.txt
parent1a3e54231ab8b2fc29f5a37931713061ac400faa (diff)
downloadrneovim-8c3377ee76e5cc4f5a4228f216bde1d03b496d69.tar.gz
rneovim-8c3377ee76e5cc4f5a4228f216bde1d03b496d69.tar.bz2
rneovim-8c3377ee76e5cc4f5a4228f216bde1d03b496d69.zip
vim-patch:c572da5f67aa
Update runtime files https://github.com/vim/vim/commit/c572da5f67aa5cdbbc127fc6f1d0a42e38468325
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 7ba172c98f..6743ed4812 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -5660,7 +5660,6 @@ mode([expr]) Return a string that indicates the current mode.
i Insert
R Replace |R|
Rv Virtual Replace |gR|
- t Terminal
c Command-line
cv Vim Ex mode |gQ|
ce Normal Ex mode |Q|
@@ -5668,6 +5667,7 @@ mode([expr]) Return a string that indicates the current mode.
rm The -- more -- prompt
r? A |:confirm| query of some sort
! Shell or external command is executing
+ t Terminal mode: keys go to the job
This is useful in the 'statusline' option or when used
with |remote_expr()| In most other places it always returns
"c" or "n".