update help file to reflect the previous patch

* Add a doc section for the NERDTreeQuitOnOpen option.
  * Update changelog.
  * update credits.
This commit is contained in:
Martin Grenfell
2008-06-27 23:08:49 +12:00
parent b363396a93
commit 5c32c2a226

View File

@@ -523,6 +523,8 @@ NERD tree. These options should be set in your vimrc.
|NERDTreeMouseMode| Tells the NERD tree how to handle mouse |NERDTreeMouseMode| Tells the NERD tree how to handle mouse
clicks. clicks.
|NERDTreeQuitOnOpen| Closes the tree window after opening a file.
|NERDTreeShowFiles| Tells the NERD tree whether to display files |NERDTreeShowFiles| Tells the NERD tree whether to display files
in the tree on startup. in the tree on startup.
@@ -836,6 +838,12 @@ fridge for later ;)
============================================================================== ==============================================================================
7. Changelog *NERDTreeChangelog* 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 2.11.0
- changes to the 'o' mapping when opening files: - changes to the 'o' mapping when opening files:
- dont clobber "special" windows (eg taglist/quickfix/etc). This should - 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" Thanks to Yuan Jiang for suggesting the "o" mapping shouldnt clobber "special"
windows, like taglist. windows, like taglist.
Thanks to Matan Nassau for the patch to add the NERDTreeQuitOnOpen option.
============================================================================== ==============================================================================
9. License *NERDTreeLicense* 9. License *NERDTreeLicense*