nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 0fc5d3f656cf62c09fa8a6c18875948a07c3e2a1
parent 729abf8e9b573d61c098807a694b9d04016d4d2f
Author: Martin Grenfell <martin_grenfell@msn.com>
Date:   Sat, 13 Dec 2008 11:29:21 +1300

update changelog and credits

Diffstat:
Mdoc/NERD_tree.txt | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt
@@ -901,6 +901,15 @@ fridge for later ;)
 ==============================================================================
 7. Changelog                                               *NERDTreeChangelog*
 
+2.14.3
+    Thanks to tpope for the following:
+    - use relative paths when doing edit commands if possible (useful if you
+      have %f on your statusline for example)
+    - allow relative paths for :NERDTree commands, eg ":NERDTree ../foo"
+    - fix a bug where the script used the directory of the current buffer
+      instead of vims cwd for the :NERDTree command
+    - bugfix for read only node highlighting
+
 2.14.2
     - when opening a file (with 'o' or double click) dont split the window
       unless we absolutely have to. This should make the script work better
@@ -1254,6 +1263,8 @@ names began with a +.
 Thanks to Denis Pokataev for the bug report about the script failing when
 closing vim with :qa with a tree open in another tab.
 
+Thanks to tpope for his dope bug reporting.
+
 ==============================================================================
 9. License                                                   *NERDTreeLicense*