Autocmd: fix typo

This commit is contained in:
Marco Hinz 2017-02-13 13:02:44 +01:00
parent 290ed2ba5c
commit 97be5a6b4a
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -1305,7 +1305,7 @@ endfunction
Now users of your plugin can execute anything when Chibby finishes running:
```vim
autocmd User CheebyExit call ChibbyCleanup()
autocmd User ChibbyExit call ChibbyCleanup()
```
By the way, if there's no "catching" :autocmd, :doautocmd will output a pesky