mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-09 11:53:48 -05:00
switch to version 2.14.0, update changelog
This commit is contained in:
@@ -899,9 +899,12 @@ fridge for later ;)
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
7. Changelog *NERDTreeChangelog*
|
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
|
- fix a bug where the <c-w>o mapping would cause the tree window to be
|
||||||
incorrectly sized when reopened.
|
incorrectly sized when reopened.
|
||||||
|
- add keymapping to delete bookmarks from the bookmarks table, see
|
||||||
|
:help NERDTree-D
|
||||||
|
- lots of refactoring
|
||||||
2.13.0
|
2.13.0
|
||||||
- make NERDTreeChDir option default to 0 (i.e. never change vims current
|
- make NERDTreeChDir option default to 0 (i.e. never change vims current
|
||||||
working dir by default)
|
working dir by default)
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
" See http://sam.zoy.org/wtfpl/COPYING for more details.
|
" 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
|
" SECTION: Script init stuff {{{1
|
||||||
"============================================================
|
"============================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user