mirror of
https://github.com/preservim/nerdtree.git
synced 2024-11-23 03:30:59 +08:00
changed the version to 2.7.0
This commit is contained in:
parent
3b98b41740
commit
3badb3efae
|
@ -762,7 +762,7 @@ fridge for later ;)
|
||||||
==============================================================================
|
==============================================================================
|
||||||
7. Changelog *NERDTreeChangelog*
|
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
|
- 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
|
multiple windows stacked, it will take up the full height of the vim
|
||||||
window.
|
window.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
" vim global plugin that provides a nice tree explorer
|
" vim global plugin that provides a nice tree explorer
|
||||||
" Last Change: 1 nov 2007
|
" Last Change: 3 nov 2007
|
||||||
" Maintainer: Martin Grenfell <martin_grenfell at msn dot com>
|
" Maintainer: Martin Grenfell <martin_grenfell at msn dot com>
|
||||||
let s:NERD_tree_version = '2.6.2.5'
|
let s:NERD_tree_version = '2.7.0'
|
||||||
|
|
||||||
" SECTION: Script init stuff {{{1
|
" SECTION: Script init stuff {{{1
|
||||||
"============================================================
|
"============================================================
|
||||||
|
|
Loading…
Reference in New Issue
Block a user