Doc: NERDTreeTabsClose -> NERDTreeClose
Fixes https://github.com/mhinz/vim-startify/issues/461
This commit is contained in:
parent
6654e37a1e
commit
85ca0a103b
|
@ -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*
|
||||||
|
|
Loading…
Reference in a new issue