marty
c864c6e463
bugfix for NERDTreeMirror
when the user was prompted to choose a tree to mirror, it would mirror
the wrong one
15 years ago
marty
bc55f3dda8
fix a typo in the doc
15 years ago
marty
39a3a78729
update changelog/credits
15 years ago
marty
3837ea85e0
change my email to gmail
15 years ago
marty
e2265ec3b3
update the changelog
15 years ago
marty
5ba3b3a5a8
update the doc
15 years ago
marty
6a513e4340
remove some old code left over for the ! mapping
15 years ago
marty
1ea2a0c29b
update doc RE menu
15 years ago
marty
36e4402550
update the API doc
15 years ago
marty
7051977808
updates to the doc
15 years ago
marty
5e9635dfa4
update some of the old fs menu doc for the new menu system
15 years ago
marty
1080246af9
add some doc for the new API
15 years ago
marty
59257d7a3a
remove the old api functions
15 years ago
marty
236d20946c
correct a typo in the changelog
15 years ago
marty
a796715ac1
add A mapping to maximize/restore tree window size
this commit is a modified patch from Guillaume Duranceau
15 years ago
marty
abfd4fef76
correct a typo in the changelog
15 years ago
marty
95acf7dd25
add A mapping to maximize/restore tree window size
this commit is a modified patch from Guillaume Duranceau
15 years ago
Martin Grenfell
e164980d84
fix a bug where the script ignored dirs ending in a dot
15 years ago
Martin Grenfell
71ebe27a8d
fix a bug with secondary nerd trees and NERDTreeQuitOnOpen
15 years ago
Martin Grenfell
e7ebee3084
switch to version 3.1.1
15 years ago
Martin Grenfell
1239f78baf
update changelog
15 years ago
Martin Grenfell
9b12953343
add a help file entry for the cd mapping
15 years ago
Martin Grenfell
84f9793231
fix some help tags
15 years ago
Martin Grenfell
1f46ecf4b8
update changelog
15 years ago
Martin Grenfell
3796a8799a
map '<CR>' to the same as 'o'
15 years ago
Martin Grenfell
faf1459ce5
minor doc fix
16 years ago
Martin Grenfell
02751f4d11
update changelog and credits
16 years ago
Martin Grenfell
7522cbf4f0
add g:NERDTreeStatusline option
allows the statusline to be customised for the nerd tree window
16 years ago
Martin Grenfell
40374e5056
add doc for the vertical split maps
16 years ago
Martin Grenfell
4e4fb179e7
correct a help tag
16 years ago
Martin Grenfell
7b59186dfe
update change log and credits
16 years ago
Martin Grenfell
495e906169
update changelog
16 years ago
Martin Grenfell
3d2bf2d9ac
fix a bug when doing :NERDTreeMirror without 'hidden set
16 years ago
Martin Grenfell
2f4d1b93e8
make the q mapping work with secondary trees
16 years ago
Martin Grenfell
1b13fb05ea
add a note to the changelog
16 years ago
Martin Grenfell
f90da509e1
updates to the doc
*remove the change log prior to v3.0.0
*remove the todo section
*change "about the author" to "about" and put the github/vim.org project
urls in it
16 years ago
Martin Grenfell
c8afb6d92d
fix a bug where :NERDTreeToggle was broken without :set hidden
16 years ago
Martin Grenfell
8f7e2bb98a
update changelog for version 3.0.0
16 years ago
Martin Grenfell
39fc42d1cf
change the H mapping (toggle hidden files) to I
16 years ago
Martin Grenfell
7f6603ea4a
update the doc for the e mapping
16 years ago
Martin Grenfell
4f5599e275
update the 'features' blurb in the doc intro
16 years ago
Martin Grenfell
c9c67b5b67
add a help tag for :NERDTreeClose
16 years ago
Martin Grenfell
3803db5555
add doc for :NERDTreeMirror
16 years ago
Martin Grenfell
d3b2258acb
update doc for hacking nerd tree
16 years ago
Martin Grenfell
56b5446eaf
change the <tab> mapping to i
16 years ago
Martin Grenfell
88020835d6
make the nerd tree only appear on the left or right
remove "top" and "bottom" as valid settings for NERDTreeWinPos
16 years ago
Martin Grenfell
d4b78be306
doc the NERDTreeHijackNetrw option
16 years ago
Martin Grenfell
0fc5d3f656
update changelog and credits
16 years ago
Martin Grenfell
2f399b9ba4
update changelog and credits
16 years ago
Martin Grenfell
ae0d744357
fix a backwards compatibility bug with maps
Do an unlet <old key> when over riding a method on a prototype object.
Some older versions of vim spaz out otherwise.
Note: i was using these unlets up until a few versions ago when the were
refactored out
16 years ago