From 55ff76171a4c7d1fdb6df6063ad2f28c7659900d Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Sun, 22 Jun 2008 01:07:29 +1200 Subject: [PATCH] update the changelog --- doc/NERD_tree.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt index 7c1af28..0b77a97 100644 --- 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 / 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.