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