Update README: GoyoEnter and GoyoLeave as nested

- in case you change colorscheme inside them
This commit is contained in:
Junegunn Choi
2014-09-01 17:09:45 +09:00
parent 9e04ccdb9d
commit 9eadf29430

View File

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