switch version to 2.13.0

This commit is contained in:
Martin Grenfell 2008-07-20 22:34:48 +12:00
parent ea4d4ff80d
commit 0620b91efa
2 changed files with 3 additions and 3 deletions

View File

@ -889,7 +889,7 @@ fridge for later ;)
============================================================================== ==============================================================================
7. Changelog *NERDTreeChangelog* 7. Changelog *NERDTreeChangelog*
2.x.x 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)
- when moving/deleting nodes with the filesystem menu, move/delete any - when moving/deleting nodes with the filesystem menu, move/delete any

View File

@ -2,7 +2,7 @@
" File: NERD_tree.vim " File: NERD_tree.vim
" Description: vim global plugin that provides a nice tree explorer " Description: vim global plugin that provides a nice tree explorer
" Maintainer: Martin Grenfell <martin_grenfell at msn dot com> " Maintainer: Martin Grenfell <martin_grenfell at msn dot com>
" Last Change: 5 July, 2008 " Last Change: 20 July, 2008
" License: This program is free software. It comes without any warranty, " License: This program is free software. It comes without any warranty,
" to the extent permitted by applicable law. You can redistribute " 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 " 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. " See http://sam.zoy.org/wtfpl/COPYING for more details.
" "
" ============================================================================ " ============================================================================
let s:NERD_tree_version = '2.12.0' let s:NERD_tree_version = '2.13.0'
" SECTION: Script init stuff {{{1 " SECTION: Script init stuff {{{1
"============================================================ "============================================================