This commit is contained in:
Junegunn Choi
2015-05-19 14:09:13 +09:00
parent f660ca376e
commit eb4ec21fe6

View File

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