nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 55ff76171a4c7d1fdb6df6063ad2f28c7659900d
parent a701bb71c49ee322f914775512732b608d331f4f
Author: Martin Grenfell <martin_grenfell@msn.com>
Date:   Sun, 22 Jun 2008 01:07:29 +1200

update the changelog

Diffstat:
Mdoc/NERD_tree.txt | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt
@@ -839,6 +839,19 @@ fridge for later ;)
 ==============================================================================
 7. Changelog                                               *NERDTreeChangelog*
 
+2.XX.X
+    - changes to the 'o' mapping when opening files:
+      - dont clobber "special" windows (eg taglist/quickfix/etc). This should
+        make the NERD tree play nicer with other explorer plugins. Thanks to
+        Yuan Jiang for the suggestion.
+      - if the file is already open in the current tab, just move the cursor
+        to that window
+    - highlight executable files, made some slight changes to other
+      highlighting
+    - remove the "magic" functionality from the <c-j>/<c-k> mappings (it was
+      more confusing than helpful)
+    - other minor fixes
+
 2.10.0
     - added bookmarks, see :help NERDTreeBookmarkCommands for details. Thanks
       to Piotr Czachur for all his testing and suggestions.