From 5c32c2a2269997eb176b474d5ef9ec889d055f99 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Fri, 27 Jun 2008 23:08:49 +1200 Subject: [PATCH] update help file to reflect the previous patch * Add a doc section for the NERDTreeQuitOnOpen option. * Update changelog. * update credits. --- doc/NERD_tree.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt index ef468d3..b23e10b 100644 --- a/doc/NERD_tree.txt +++ b/doc/NERD_tree.txt @@ -523,6 +523,8 @@ NERD tree. These options should be set in your vimrc. |NERDTreeMouseMode| Tells the NERD tree how to handle mouse clicks. +|NERDTreeQuitOnOpen| Closes the tree window after opening a file. + |NERDTreeShowFiles| Tells the NERD tree whether to display files in the tree on startup. @@ -836,6 +838,12 @@ fridge for later ;) ============================================================================== 7. Changelog *NERDTreeChangelog* +2.12.0 + - applied a patch from Matan Nassau to add the NERDTreeQuitOnOpen option + which closes the tree window after opening a file. + - fix to window resizing when opening a file when NERD tree is the only + window open + 2.11.0 - changes to the 'o' mapping when opening files: - dont clobber "special" windows (eg taglist/quickfix/etc). This should @@ -1100,6 +1108,7 @@ feature. Thanks to Yuan Jiang for suggesting the "o" mapping shouldnt clobber "special" windows, like taglist. +Thanks to Matan Nassau for the patch to add the NERDTreeQuitOnOpen option. ============================================================================== 9. License *NERDTreeLicense*