update change log and credits
This commit is contained in:
parent
e9f403ac44
commit
7b59186dfe
@ -952,11 +952,14 @@ The latest dev versions are on github
|
|||||||
|
|
||||||
3.0.1
|
3.0.1
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
- fix a bug where :NERDTreeToggle was broken unless 'hidden was set
|
- fix bugs with :NERDTreeToggle and :NERDTreeMirror when 'hidden
|
||||||
- fix a bug with :NERDTreeMirror when 'hidden wasnt set
|
was not set
|
||||||
- make the q mapping work with secondary (:e <dir> style) nerd trees
|
- fix a bug where :NERDTree <path> would fail if <path> was relative and
|
||||||
- ensure buffer names for secondary nerd trees are unique, this fixes a
|
didnt start with a ./ or ../ Thanks to James Kanze.
|
||||||
number of small bugs
|
- make the q mapping work with secondary (:e <dir> style) trees,
|
||||||
|
thanks to jamessan
|
||||||
|
- fix a bunch of small bugs with secondary trees
|
||||||
|
|
||||||
More insane refactoring.
|
More insane refactoring.
|
||||||
|
|
||||||
3.0.0
|
3.0.0
|
||||||
@ -971,98 +974,42 @@ The latest dev versions are on github
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
7. Credits *NERDTreeCredits*
|
7. Credits *NERDTreeCredits*
|
||||||
|
|
||||||
Thanks to Tim Carey-Smith for testing/using the NERD tree from the first
|
Thanks to the following people for testing, bug reports, ideas etc. Without
|
||||||
pre-beta version, for his many suggestions and for his constant stream of bug
|
you I probably would have got bored of the hacking the NERD tree and
|
||||||
complaints.
|
just downloaded pr0n instead.
|
||||||
|
|
||||||
Thanks to Vigil for trying it out before the first release :) and suggesting
|
Tim Carey-Smith (halorgium)
|
||||||
that mappings to open files in new tabs should be implemented.
|
Vigil
|
||||||
|
Nick Brettell
|
||||||
Thanks to Nick Brettell for testing, fixing my spelling and suggesting i put a
|
Thomas Scott Urban
|
||||||
.. (up a directory)
|
Terrance Cohen
|
||||||
line in the gui.
|
Yegappan Lakshmanan
|
||||||
|
Jason Mills
|
||||||
Thanks to Thomas Scott Urban - the author of the vtreeexplorer plugin - whose
|
Michael Geddes (frogonwheels)
|
||||||
gui code i borrowed from.
|
Yu Jun
|
||||||
|
Michael Madsen
|
||||||
Thanks to Terrance Cohen for pointing out a bug where the script was changing
|
AOYAMA Shotaro
|
||||||
vims CWD all over the show.
|
Zhang Weiwu
|
||||||
|
Niels Aan de Brugh
|
||||||
Thanks to Yegappan Lakshmanan (author of Taglist and other orgasmically
|
Olivier Yiptong
|
||||||
wonderful plugins) for telling me how to fix a bug that was causing vim to go
|
Zhang Shuhan
|
||||||
into visual mode everytime you double clicked a node :)
|
Cory Echols
|
||||||
|
Piotr Czachur
|
||||||
Thanks to Jason Mills for sending me a fix that allows windows paths to use
|
Yuan Jiang
|
||||||
forward slashes as well as backward.
|
Matan Nassau
|
||||||
|
Maxim Kim
|
||||||
Thanks to Michael Geddes (frogonwheels on #vim at freenode) for giving me some
|
Charlton Wang
|
||||||
tips about syntax highlighting when i was doing highlighting for the
|
Matt Wozniski (godlygeek)
|
||||||
quickhelp.
|
knekk
|
||||||
|
Sean Chou
|
||||||
Thanks to Yu Jun for emailing me about a bug that was occurring when closing
|
Ryan Penn
|
||||||
the tree.
|
Simon Peter Nicholls
|
||||||
|
Michael Foobar
|
||||||
Thanks to Michael Madsen for emailing me about making case sensitivity
|
Tomasz Chomiuk
|
||||||
optional when sorting nodes.
|
Denis Pokataev
|
||||||
|
Tim Pope (tpope)
|
||||||
Thanks to AOYAMA Shotaro for suggesting that i echo a "please wait" message
|
James Kanze
|
||||||
when opening large directories.
|
James Vega (jamessan)
|
||||||
|
|
||||||
Thanks to Michael Madsen for requesting the NERDTreeCaseSensitiveSort option.
|
|
||||||
|
|
||||||
Thanks to AOYAMA Shotaro for suggesting that a "please wait" style message be
|
|
||||||
echoed when opening large directories. Also, thanks for the suggestion of
|
|
||||||
having public functions in the script to access the internal data :D
|
|
||||||
|
|
||||||
Thanks to Zhang Weiwu for emailing me about a bug with the the <tab> mapping
|
|
||||||
in 2.6.0
|
|
||||||
|
|
||||||
Thanks to Niels Aan de Brugh for the suggestion that the script now split the
|
|
||||||
window if you try to open a file in a window containing a modified buffer when
|
|
||||||
the &hidden option is set.
|
|
||||||
|
|
||||||
Thanks to Olivier Yiptong for prompting me to make line numbers in the
|
|
||||||
NERD tree window optional.
|
|
||||||
|
|
||||||
Thanks to Zhang Shuhan for all of his emails and testing to help improve the
|
|
||||||
NERD tree path handling. Thanks also for suggesting the bookmarks gui, and for
|
|
||||||
testing and his many suggestions and bugreports about bookmarks.
|
|
||||||
|
|
||||||
Thanks to Cory Echols for sending a patch to add the :NERDTreeClose command and
|
|
||||||
set the NERD tree buffers filetype to 'nerdtree'
|
|
||||||
|
|
||||||
Thanks to Piotr Czachur for all his suggestions and testing for the bookmarks
|
|
||||||
feature.
|
|
||||||
|
|
||||||
Thanks to Yuan Jiang for suggesting the "o" mapping shouldnt clobber "special"
|
|
||||||
windows, like taglist.
|
|
||||||
|
|
||||||
Thanks to Matan Nassau for the patch to add the NERDTreeQuitOnOpen option.
|
|
||||||
|
|
||||||
Thanks to Maxim Kim for reporting a bug with g<tab> and go mappings when
|
|
||||||
NERDTreeQuitOnOpen was set.
|
|
||||||
|
|
||||||
Thanks to Charlton Wang for reporting bugs with the 'o' mapping and with
|
|
||||||
handling named pipes.
|
|
||||||
|
|
||||||
Chur to godlygeek for reporting a bug where &cpo was getting clobbered.
|
|
||||||
|
|
||||||
Cheers to knekk for helping me track down a bug when overwriting dictionary
|
|
||||||
keys that only occurred in some versions of vim.
|
|
||||||
|
|
||||||
Thanks also to Sean Chou for the bug report about the above bug.
|
|
||||||
|
|
||||||
Thanks to Ryan Penn, Simon Peter Nicholls and Michael for pointing out an issue
|
|
||||||
where the script was splitting constantly when using the 'o' mapping while
|
|
||||||
other explorers were open.
|
|
||||||
|
|
||||||
Thanks to Tomasz Chomiuk for the bug report about the script failing when dir
|
|
||||||
names began with a +.
|
|
||||||
|
|
||||||
Thanks to Denis Pokataev for the bug report about the script failing when
|
|
||||||
closing vim with :qa with a tree open in another tab.
|
|
||||||
|
|
||||||
Thanks to tpope for his dope bug reporting.
|
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
8. License *NERDTreeLicense*
|
8. License *NERDTreeLicense*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user