mirror of
https://github.com/neovim/neovim.git
synced 2026-05-01 03:24:49 +00:00
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:
committed by
Justin M. Keyes
parent
7046b9a78d
commit
c8ee0be745
@@ -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|.
|
||||
|
||||
Reference in New Issue
Block a user