mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
Autocmd: fix typo
This commit is contained in:
parent
290ed2ba5c
commit
97be5a6b4a
@ -1305,7 +1305,7 @@ endfunction
|
|||||||
Now users of your plugin can execute anything when Chibby finishes running:
|
Now users of your plugin can execute anything when Chibby finishes running:
|
||||||
|
|
||||||
```vim
|
```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
|
By the way, if there's no "catching" :autocmd, :doautocmd will output a pesky
|
||||||
|
Loading…
x
Reference in New Issue
Block a user