nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 5e3e95d168d1315022b343246fe95e873e2fc3e1
parent faabc8c47de1c640d21e9a106b7d5aa420265f26
Author: Martin Grenfell <martin_grenfell@msn.com>
Date:   Mon, 10 Mar 2008 20:46:56 +1300

added a credit and an entry in the changelog

Diffstat:
Mdoc/NERD_tree.txt | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt
@@ -784,6 +784,10 @@ fridge for later ;)
 ==============================================================================
 7. Changelog                                               *NERDTreeChangelog* 
 
+2.something
+    - added an option to enable/disable line numbers in the NERD tree window,
+      thanks to Olivier Yiptong for the email.
+
 2.7.1
     - Changed the keys for the filesystem menu to be mnemonic rather than
       arbitrary integers
@@ -992,3 +996,6 @@ in 2.6.0
 Thanks to  Niels Aan de Brugh for the suggestion that the script now split the
 window if you try to open a file in a window containing a modified buffer when
 the &hidden option is set.
+
+Thanks to Olivier Yiptong for prompting me to make line numbers in the
+NERD tree window optional.