File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -997,7 +997,7 @@ The latest dev versions are on github
997
997
==============================================================================
998
998
6. Changelog *NERDTreeChangelog*
999
999
1000
- 3.x.x
1000
+ 3.1.1
1001
1001
- fix a bug where a non-listed no-name buffer was getting created every
1002
1002
time the tree windows was created, thanks to Derek Wyatt and owen1
1003
1003
- make <CR> behave the same as the 'o' mapping
Original file line number Diff line number Diff line change 2
2
" File: NERD_tree.vim
3
3
" Description: vim global plugin that provides a nice tree explorer
4
4
" Maintainer: Martin Grenfell <martin_grenfell at msn dot com>
5
- " Last Change: 27 Jan , 2009
5
+ " Last Change: 7 Jun , 2009
6
6
" License: This program is free software. It comes without any warranty,
7
7
" to the extent permitted by applicable law. You can redistribute
8
8
" it and/or modify it under the terms of the Do What The Fuck You
9
9
" Want To Public License, Version 2, as published by Sam Hocevar.
10
10
" See http://sam.zoy.org/wtfpl/COPYING for more details.
11
11
"
12
12
" ============================================================================
13
- let s: NERD_tree_version = ' 3.1.0 '
13
+ let s: NERD_tree_version = ' 3.1.1 '
14
14
15
15
" SECTION: Script init stuff {{{1
16
16
" ============================================================
You can’t perform that action at this time.
0 commit comments