Skip to content

Commit 85ca0a1

Browse files
committed
Doc: NERDTreeTabsClose -> NERDTreeClose
Fixes #461
1 parent 6654e37 commit 85ca0a1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/startify.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,7 @@ This is a list of commands to be executed before saving a session.
329329

330330
Example:
331331
>
332-
let g:startify_session_before_save = [
333-
\ 'echo "Cleaning up before saving.."',
334-
\ 'silent! NERDTreeTabsClose'
335-
\ ]
332+
let g:startify_session_before_save = [ 'silent! tabdo NERDTreeClose' ]
336333
<
337334
------------------------------------------------------------------------------
338335
*g:startify_session_persistence*

0 commit comments

Comments
 (0)