switch to version 2.14.0, update changelog

This commit is contained in:
Martin Grenfell 2008-09-07 12:44:13 +12:00
parent cdc005f46a
commit 2ca4573b01
2 changed files with 5 additions and 2 deletions

View File

@ -899,9 +899,12 @@ fridge for later ;)
==============================================================================
7. Changelog *NERDTreeChangelog*
2.x.x
2.14.0
- fix a bug where the <c-w>o mapping would cause the tree window to be
incorrectly sized when reopened.
- add keymapping to delete bookmarks from the bookmarks table, see
:help NERDTree-D
- lots of refactoring
2.13.0
- make NERDTreeChDir option default to 0 (i.e. never change vims current
working dir by default)

View File

@ -10,7 +10,7 @@
" See http://sam.zoy.org/wtfpl/COPYING for more details.
"
" ============================================================================
let s:NERD_tree_version = '2.13.0'
let s:NERD_tree_version = '2.14.0'
" SECTION: Script init stuff {{{1
"============================================================