diff --git a/Customization.md b/Customization.md index 6de4eb6..1516b2b 100644 --- a/Customization.md +++ b/Customization.md @@ -21,8 +21,8 @@ function! s:goyo_leave() endif endfunction -autocmd User GoyoEnter call goyo_enter() -autocmd User GoyoLeave call goyo_leave() +autocmd User GoyoEnter nested call goyo_enter() +autocmd User GoyoLeave nested call goyo_leave() ``` ## Disabling plugins @@ -82,4 +82,4 @@ endfunction autocmd User GoyoEnter call goyo_enter() autocmd User GoyoLeave call goyo_leave() -``` +``` \ No newline at end of file