mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-15 06:43:50 -05:00
Update autocmd
This commit is contained in:
@@ -127,7 +127,7 @@ function! s:goyo_on(width)
|
||||
|
||||
augroup goyo
|
||||
autocmd!
|
||||
autocmd TabLeave,BufDelete,BufHidden,BufUnload <buffer> call s:goyo_off()
|
||||
autocmd TabLeave,BufWinLeave <buffer> call s:goyo_off()
|
||||
autocmd VimResized * call s:resize_pads()
|
||||
autocmd ColorScheme * call s:tranquilize()
|
||||
augroup END
|
||||
|
||||
Reference in New Issue
Block a user