From 85ca0a103b01a62fec472ed38f8c1ae86bf36ef5 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Sat, 13 Mar 2021 17:44:36 +0100 Subject: [PATCH] Doc: NERDTreeTabsClose -> NERDTreeClose Fixes https://github.com/mhinz/vim-startify/issues/461 --- doc/startify.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/startify.txt b/doc/startify.txt index 6ef8e9a..b0f134b 100644 --- a/doc/startify.txt +++ b/doc/startify.txt @@ -329,10 +329,7 @@ This is a list of commands to be executed before saving a session. Example: > - let g:startify_session_before_save = [ - \ 'echo "Cleaning up before saving.."', - \ 'silent! NERDTreeTabsClose' - \ ] + let g:startify_session_before_save = [ 'silent! tabdo NERDTreeClose' ] < ------------------------------------------------------------------------------ *g:startify_session_persistence*