Skip to content

Commit

Permalink
switch to version 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Grenfell committed Jun 23, 2008
1 parent 43ee096 commit e6d2f12
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
Expand Up @@ -836,7 +836,7 @@ fridge for later ;)
==============================================================================
7. Changelog *NERDTreeChangelog*

2.XX.X
2.11.0
- changes to the 'o' mapping when opening files:
- dont clobber "special" windows (eg taglist/quickfix/etc). This should
make the NERD tree play nicer with other explorer plugins. Thanks to
Expand Down
4 changes: 2 additions & 2 deletions plugin/NERD_tree.vim
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: 17 June, 2008
" Last Change: 23 June, 2008
" 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 = '2.10.0'
let s:NERD_tree_version = '2.11.0'

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

0 comments on commit e6d2f12

Please sign in to comment.