mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
Grammar
This commit is contained in:
parent
3321ea2ab4
commit
7b7805e1c1
@ -726,8 +726,8 @@ On many occasions, Vim emits events. You hook into these events by using
|
|||||||
autocmds.
|
autocmds.
|
||||||
|
|
||||||
You wouldn't use Vim if there weren't autocmds. They're used all the time, even
|
You wouldn't use Vim if there weren't autocmds. They're used all the time, even
|
||||||
if you don't even know it. Don't believe me? Check `:au`, but don't let the
|
if you don't notice it. Don't believe me? Check `:au`, but don't let the output
|
||||||
output overwhelm you. These are all the autocmds that are in effect right now!
|
overwhelm you. These are all the autocmds that are in effect right now!
|
||||||
|
|
||||||
See `:h {event}` for a quick overview of all available events and `:h
|
See `:h {event}` for a quick overview of all available events and `:h
|
||||||
autocmd-events-abc` for more details.
|
autocmd-events-abc` for more details.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user