mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-09 03:43:50 -05:00
update changelog/credits and bump to version 4.2.0
This commit is contained in:
@@ -74,3 +74,16 @@ A. Nope. If this is something you want then chances are you aren't using tabs
|
|||||||
|
|
||||||
If you are interested in this behavour then consider [vim-nerdtree-tabs](https://github.com/jistr/vim-nerdtree-tabs)
|
If you are interested in this behavour then consider [vim-nerdtree-tabs](https://github.com/jistr/vim-nerdtree-tabs)
|
||||||
|
|
||||||
|
Changelog
|
||||||
|
---------
|
||||||
|
|
||||||
|
4.2.0 (2011-12-28)
|
||||||
|
|
||||||
|
* Add NERDTreeDirArrows option to make the UI use pretty arrow chars instead of the old +~| chars to define the tree structure (sickill)
|
||||||
|
* shift the syntax highlighting out into its own syntax file (gnap) * add some mac specific options to the filesystem menu - for macvim only (andersonfreitas)
|
||||||
|
* Add NERDTreeMinimalUI option to remove some non functional parts of the nerdtree ui (camthompson)
|
||||||
|
* tweak the behaviour of :NERDTreeFind - see :help :NERDTreeFind for the new behaviour (benjamingeiger)
|
||||||
|
* if no name is given to :Bookmark, make it default to the name of the target file/dir (minyoung)
|
||||||
|
* use 'file' completion when doing copying, create, and move operations (EvanDotPro)
|
||||||
|
* lots of misc bug fixes (paddyoloughlin, sdewald, camthompson, Vitaly Bogdanov, AndrewRadev, mathias, scottstvnsn, kml, wycats, me RAWR!)
|
||||||
|
|
||||||
|
|||||||
@@ -1116,8 +1116,22 @@ The latest dev versions are on github
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
6. Changelog *NERDTreeChangelog*
|
6. Changelog *NERDTreeChangelog*
|
||||||
|
|
||||||
4.x.x
|
4.2.0
|
||||||
- Fix a bug with :NERDTreeFind and symlinks. Thanks to Vitaly Bogdanov.
|
- Add NERDTreeDirArrows option to make the UI use pretty arrow chars
|
||||||
|
instead of the old +~| chars to define the tree structure (sickill)
|
||||||
|
- shift the syntax highlighting out into its own syntax file (gnap)
|
||||||
|
- add some mac specific options to the filesystem menu - for macvim
|
||||||
|
only (andersonfreitas)
|
||||||
|
- Add NERDTreeMinimalUI option to remove some non functional parts of the
|
||||||
|
nerdtree ui (camthompson)
|
||||||
|
- tweak the behaviour of :NERDTreeFind - see :help :NERDTreeFind for the
|
||||||
|
new behaviour (benjamingeiger)
|
||||||
|
- if no name is given to :Bookmark, make it default to the name of the
|
||||||
|
target file/dir (minyoung)
|
||||||
|
- use 'file' completion when doing copying, create, and move
|
||||||
|
operations (EvanDotPro)
|
||||||
|
- lots of misc bug fixes (paddyoloughlin, sdewald, camthompson, Vitaly
|
||||||
|
Bogdanov, AndrewRadev, mathias, scottstvnsn, kml, wycats, me RAWR!)
|
||||||
|
|
||||||
4.1.0
|
4.1.0
|
||||||
features:
|
features:
|
||||||
@@ -1254,6 +1268,21 @@ just downloaded pr0n instead.
|
|||||||
jfilip1024
|
jfilip1024
|
||||||
Chris Chambers
|
Chris Chambers
|
||||||
Vitaly Bogdanov
|
Vitaly Bogdanov
|
||||||
|
Patrick O'Loughlin (paddyoloughlin)
|
||||||
|
Cam Thompson (camthompson)
|
||||||
|
Marcin Kulik (sickill)
|
||||||
|
Steve DeWald (sdewald)
|
||||||
|
Ivan Necas (iNecas)
|
||||||
|
George Ang (gnap)
|
||||||
|
Evan Coury (EvanDotPro)
|
||||||
|
Andrew Radev (AndrewRadev)
|
||||||
|
Matt Gauger (mathias)
|
||||||
|
Scott Stevenson (scottstvnsn)
|
||||||
|
Anderson Freitas (andersonfreitas)
|
||||||
|
Kamil K. Lemański (kml)
|
||||||
|
Yehuda Katz (wycats)
|
||||||
|
Min-Young Wu (minyoung)
|
||||||
|
Benjamin Geiger (benjamingeiger)
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
8. License *NERDTreeLicense*
|
8. License *NERDTreeLicense*
|
||||||
|
|||||||
@@ -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 gmail dot com>
|
" 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,
|
" 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 = '4.1.0'
|
let s:NERD_tree_version = '4.2.0'
|
||||||
|
|
||||||
" SECTION: Script init stuff {{{1
|
" SECTION: Script init stuff {{{1
|
||||||
"============================================================
|
"============================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user