aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorAnmol Sethi <anmol@aubble.com>2017-02-20 14:55:40 -0500
committerJustin M. Keyes <justinkz@gmail.com>2017-02-27 18:16:37 +0100
commitc8ee0be7451ed5bf02a87270fa47fbb1372aa85d (patch)
treee8f2d4af7ca248072e5e796266a5e754e344ddce /runtime/doc
parent7046b9a78da3bf2d397884574e25fc5c0b8a3700 (diff)
downloadrneovim-c8ee0be7451ed5bf02a87270fa47fbb1372aa85d.tar.gz
rneovim-c8ee0be7451ed5bf02a87270fa47fbb1372aa85d.tar.bz2
rneovim-c8ee0be7451ed5bf02a87270fa47fbb1372aa85d.zip
man.vim: use 'eventignore' instead of :noautocmd #6149
We only need to ignore BufReadCmd (from runtime/plugin/man.vim). Closes #6144
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/various.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index 9a2472e394..0ac294ec37 100644
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -217,6 +217,7 @@ g8 Print the hex values of the bytes used in the
To enter terminal mode automatically: >
autocmd BufEnter term://* startinsert
+ autocmd BufLeave term://* stopinsert
<
*:!cmd* *:!* *E34*
:!{cmd} Execute {cmd} with 'shell'. See also |:terminal|.