mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-17 07:43:42 -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 GoyoEnter
|
||||||
autocmd! User GoyoLeave
|
autocmd! User GoyoLeave
|
||||||
autocmd User GoyoEnter call <SID>goyo_enter()
|
autocmd User GoyoEnter nested call <SID>goyo_enter()
|
||||||
autocmd User GoyoLeave call <SID>goyo_leave()
|
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