aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorHarm te Hennepe <harm@tehennepe.org>2015-03-28 19:38:59 +0100
committerJustin M. Keyes <justinkz@gmail.com>2015-03-27 05:25:28 -0400
commit27ead64da044f841515d52e273dc3f963e6c678c (patch)
tree1042ca24f7fef74ac18f9667d9a237b67612bdc7 /runtime
parent960b9108c2928b6cf0adcabdb829d06996635211 (diff)
downloadrneovim-27ead64da044f841515d52e273dc3f963e6c678c.tar.gz
rneovim-27ead64da044f841515d52e273dc3f963e6c678c.tar.bz2
rneovim-27ead64da044f841515d52e273dc3f963e6c678c.zip
Create new mode() value for terminal-mode ('t') #2287
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 5f572e9caa..710793fb04 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -4602,6 +4602,7 @@ mode([expr]) Return a string that indicates the current mode.
i Insert
R Replace |R|
Rv Virtual Replace |gR|
+ t Terminal {Nvim}
c Command-line
cv Vim Ex mode |gQ|
ce Normal Ex mode |Q|