diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt index d606c8e..29a20c0 100644 --- a/doc/NERD_tree.txt +++ b/doc/NERD_tree.txt @@ -762,7 +762,7 @@ fridge for later ;) ============================================================================== 7. Changelog *NERDTreeChangelog* -2.6.3 +2.7.0 - Bug fix: Now when you have the tree on the right and you open it with multiple windows stacked, it will take up the full height of the vim window. diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim index 042ca0f..a08a36a 100644 --- a/plugin/NERD_tree.vim +++ b/plugin/NERD_tree.vim @@ -1,7 +1,7 @@ " vim global plugin that provides a nice tree explorer -" Last Change: 1 nov 2007 +" Last Change: 3 nov 2007 " Maintainer: Martin Grenfell -let s:NERD_tree_version = '2.6.2.5' +let s:NERD_tree_version = '2.7.0' " SECTION: Script init stuff {{{1 "============================================================