man.vim: use 'eventignore' instead of :noautocmd #6149

We only need to ignore BufReadCmd (from runtime/plugin/man.vim).

Closes #6144
This commit is contained in:
Anmol Sethi
2017-02-20 14:55:40 -05:00
committed by Justin M. Keyes
parent 7046b9a78d
commit c8ee0be745
2 changed files with 14 additions and 6 deletions

View File

@@ -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|.