mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-16 15:23:50 -05:00
Update README: GoyoEnter and GoyoLeave as nested
- in case you change colorscheme inside them
This commit is contained in:
@@ -77,8 +77,8 @@ endfunction
|
||||
|
||||
autocmd! User GoyoEnter
|
||||
autocmd! User GoyoLeave
|
||||
autocmd User GoyoEnter call <SID>goyo_enter()
|
||||
autocmd User GoyoLeave 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