mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-08 11:23:51 -05:00
autocmd!
This commit is contained in:
@@ -94,10 +94,8 @@ function! s:goyo_leave()
|
||||
" ...
|
||||
endfunction
|
||||
|
||||
autocmd! User GoyoEnter
|
||||
autocmd! User GoyoLeave
|
||||
autocmd User GoyoEnter nested call <SID>goyo_enter()
|
||||
autocmd User GoyoLeave nested call <SID>goyo_leave()
|
||||
autocmd! User GoyoEnter nested call <SID>goyo_enter()
|
||||
autocmd! User GoyoLeave nested call <SID>goyo_leave()
|
||||
```
|
||||
|
||||
More examples can be found here:
|
||||
|
||||
Reference in New Issue
Block a user