Skip to content

Commit

Permalink
switch to version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Grenfell committed Jun 7, 2009
1 parent 1239f78 commit e7ebee3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/NERD_tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ The latest dev versions are on github
==============================================================================
6. Changelog *NERDTreeChangelog*

3.x.x
3.1.1
- fix a bug where a non-listed no-name buffer was getting created every
time the tree windows was created, thanks to Derek Wyatt and owen1
- make <CR> behave the same as the 'o' mapping
Expand Down
4 changes: 2 additions & 2 deletions plugin/NERD_tree.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
" File: NERD_tree.vim
" Description: vim global plugin that provides a nice tree explorer
" Maintainer: Martin Grenfell <martin_grenfell at msn dot com>
" Last Change: 27 Jan, 2009
" Last Change: 7 Jun, 2009
" License: This program is free software. It comes without any warranty,
" to the extent permitted by applicable law. You can redistribute
" it and/or modify it under the terms of the Do What The Fuck You
" Want To Public License, Version 2, as published by Sam Hocevar.
" See http://sam.zoy.org/wtfpl/COPYING for more details.
"
" ============================================================================
let s:NERD_tree_version = '3.1.0'
let s:NERD_tree_version = '3.1.1'

" SECTION: Script init stuff {{{1
"============================================================
Expand Down

0 comments on commit e7ebee3

Please sign in to comment.