update changelog/credits and bump to version 4.2.0

This commit is contained in:
Martin Grenfell
2011-12-28 13:16:57 +00:00
parent 4bd0def6fb
commit 205367ab3f
3 changed files with 46 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
" File: NERD_tree.vim
" Description: vim global plugin that provides a nice tree explorer
" Maintainer: Martin Grenfell <martin.grenfell at gmail dot com>
" Last Change: 31 August, 2011
" Last Change: 28 December, 2011
" 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
@@ -10,7 +10,7 @@
" See http://sam.zoy.org/wtfpl/COPYING for more details.
"
" ============================================================================
let s:NERD_tree_version = '4.1.0'
let s:NERD_tree_version = '4.2.0'
" SECTION: Script init stuff {{{1
"============================================================