Doc: NERDTreeTabsClose -> NERDTreeClose

Fixes https://github.com/mhinz/vim-startify/issues/461
This commit is contained in:
Marco Hinz 2021-03-13 17:44:36 +01:00
parent 6654e37a1e
commit 85ca0a103b
No known key found for this signature in database
GPG key ID: 1C980A1B657B4A4F

View file

@ -329,10 +329,7 @@ This is a list of commands to be executed before saving a session.
Example: Example:
> >
let g:startify_session_before_save = [ let g:startify_session_before_save = [ 'silent! tabdo NERDTreeClose' ]
\ 'echo "Cleaning up before saving.."',
\ 'silent! NERDTreeTabsClose'
\ ]
< <
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
*g:startify_session_persistence* *g:startify_session_persistence*