mirror of
https://github.com/preservim/nerdtree.git
synced 2024-11-23 07:41:03 +08:00
switch to version 2.14.0, update changelog
This commit is contained in:
parent
cdc005f46a
commit
2ca4573b01
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
"============================================================
|
||||
|
|
Loading…
Reference in New Issue
Block a user