This commit is contained in:
Marco Hinz 2016-07-13 23:40:02 +02:00
parent 3321ea2ab4
commit 7b7805e1c1

View File

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