Merge remote-tracking branch 'upstream/master'

This commit is contained in:
eliasrodrigo 2017-02-15 10:28:17 +01:00
commit 9ce22bebb8

View File

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