From c8ee0be7451ed5bf02a87270fa47fbb1372aa85d Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Mon, 20 Feb 2017 14:55:40 -0500 Subject: man.vim: use 'eventignore' instead of :noautocmd #6149 We only need to ignore BufReadCmd (from runtime/plugin/man.vim). Closes #6144 --- runtime/doc/various.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/doc') 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|. -- cgit