mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-09-18 05:04:30 +08:00
Autocmd: fix typo
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user