nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit b58ccce9139b0c99146af2be0dacf4b28a352bd4
parent b60bcb6cb242b1d3d5184646bf18fec2d48616b0
Author: Martin Grenfell <martin_grenfell@msn.com>
Date:   Fri, 13 Jun 2008 18:46:26 +1200

update changelog and credits

Diffstat:
Mdoc/NERD_tree.txt | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt
@@ -841,7 +841,8 @@ fridge for later ;)
 7. Changelog                                               *NERDTreeChangelog*
 
 2.10.0
-    - added bookmarks, see :help NERDTreeBookmarkCommands for details.
+    - added bookmarks, see :help NERDTreeBookmarkCommands for details. Thanks
+      to Piotr Czachur for all his testing and suggestions.
     - fixed screen jumping bug with when &scrolloff != 0
     - fixed some bugs with copying nodes
     - other random fixes
@@ -1079,3 +1080,6 @@ NERD tree path handling.
 
 Thanks to Cory Echols for sending a patch to add the :NERDTreeClose command and
 set the NERD tree buffers filetype to 'nerdtree'
+
+Thanks to Piotr Czachur for all his suggestions and testing for the bookmarks
+feature.