ifsred
c4086667ef
Fix doc map for NERDTreeMapChangeRoot
2014-08-06 12:33:23 +03:00
Martin Grenfell
f9a933991d
allow plugins to override the default mappings
2014-07-15 19:00:17 +01:00
Martin Grenfell
b33d6daf0b
remove the NERDChristmasTree option
...
If users want to customise the tree colours, this can be done trivially
in their vimrc. e.g.
hi link NERDTreeFile error
2014-06-29 19:53:57 +01:00
Martin Grenfell
55a8954c48
update the doc/quickhelp for :Bookmark
...
Make it clearer that the argument is optional.
Closes #229
2014-06-29 12:37:29 +01:00
Martin Grenfell
1168f58987
update the NERDTreeCascadeOpenSingleChildDir doc
2014-06-27 19:29:38 +01:00
Martin Grenfell
0928b5b026
Merge pull request #251 from pendulm/master
...
fix typo and smart close single child directory
2014-06-27 19:25:48 +01:00
Martin Grenfell
8189597c0b
Merge pull request #266 from staeff/patch-1
...
Fixed typo in NERD_tree.txt
2014-06-26 22:53:21 +01:00
Martin Grenfell
9e54c48086
Merge pull request #299 from tophsic/master
...
Fix typo
2014-06-26 22:52:45 +01:00
Martin Grenfell
8b48413155
rename NERDTreeWildIgnore option and refactor the usage of it
...
Rename it to the more intention revealing NERDTreeRespectWildIgnore.
Use it directly in the `globpath()` call rather than surrounding if
statement. Its subjective, but I find this clearer.
Add an initializer for the option.
2014-06-26 10:02:42 +01:00
Martin Grenfell
186abb84c1
Merge pull request #303 from amarshall/wildignore
...
Add option to respect wildignore
2014-06-26 09:48:39 +01:00
Martin Grenfell
dd8fe4bf69
Merge pull request #274 from an1zhegorodov/master
...
Fix help mistake
2014-06-26 09:30:48 +01:00
Martin Grenfell
23d2d19846
Merge pull request #331 from jinnko/add-bookmarks-sort-flag
...
Add flag to disable/enable bookmark sorting
2014-06-26 09:27:58 +01:00
Jaeho Shin
43842e0de5
Option for mixing dot files when sorting
...
NERDTree can now optionally ignore the dot at the beginning of hidden
filenames for sorting to show them next to normal files if
`g:NERDTreeSortHiddenFirst` is set to 0. (By default it's set to 1 to
preserve the current behavior.) This is just like what GNU ls does when
`LC_COLLATE` environment variable is set to `en_US`.
2014-06-09 23:11:44 -07:00
Jinn Koriech
e38d8a8340
Add flag to disable/enable bookmark sorting
...
The bookmarks are normally sorted, however with a newly introduced
flag this can be disabled.
2014-04-24 15:51:55 +01:00
Andrew Marshall
a50c571929
Add option to respect wildignore
2013-12-07 00:10:46 -05:00
Christophe Sicard
4f48af0cb4
Fix typo
2013-11-06 15:41:25 +01:00
Anton Nizhegorodov
5b51f9d1ba
Fix help mistake
2013-07-22 00:29:03 +03:00
Stephan Klinger
2ebe28468b
Fixed typo in NERD_tree.txt
2013-05-28 00:20:15 +03:00
Volodymyr Medvid
21af5e0abd
fix spelling in documentation
2013-05-14 16:39:46 +03:00
pendulm
6ef67a2d8e
Add correspoding close action to cascade open single child dir
2013-04-22 23:39:26 +08:00
pendulm
60683f1cce
Fix typo Casade to Cascade
2013-04-22 23:35:15 +08:00
Techlive Zheng
072d46880a
Add a NERDTreeCWD command to change tree root to CWD
2012-11-05 19:11:44 +08:00
ZeusTheTrueGod
0a16b24268
Better flow for renaming and deleting files
...
Previously when you delete or moved a file via
md or mm commands the NERDTree was asking you about what to do
with the remaining buffer of the just deleted or moved file. I
always press 'y' in this cases so I've decided to add a new parameter,
NERDTreeAutoDeleteBuffer which you can set to 1 in order to skip
this confirmation.
2012-08-26 11:56:45 +00:00
Martin Grenfell
a1433c485e
update the doc for NERDTreeCasadeOpenSingleChildDir
2012-07-05 15:56:11 +01:00
Martin Grenfell
b64f4428c1
default NERDTreeCasadeOpenSingleChildDir to 1
2012-07-05 15:51:13 +01:00
pendulm
29e687978b
add option NERDTreeCasadeOpenSingleChildDir and function
...
TreeDirNode.openAlong for Issues #179 .
2012-07-05 22:26:57 +08:00
Martin Grenfell
54fab2f2e5
add dir and file flags to NERDTreeIgnore regexes
...
This allows users to specify whether each regex in NERDTreeIgnore should
apply to only files or only dirs.
2012-01-05 11:41:51 +00:00
Martin Grenfell
33a64260cd
add NERDTreeCustomIgnoreFilter hook
...
this gives users a chance to filter out nodes using whatever logic they
please
2012-01-04 11:13:03 +00:00
Martin Grenfell
73e2d8ca7e
update the doc for the new key api functionality
2012-01-03 16:05:19 +00:00
Martin Grenfell
205367ab3f
update changelog/credits and bump to version 4.2.0
2011-12-28 13:16:57 +00:00
Martin Grenfell
4411344f7c
update the doc for the new NERDTreeFind behaviour
2011-12-27 22:22:10 +00:00
Min-Young Wu
dcccd0e532
Defaulting bookmark name to file/dir name
...
Note that for directories, there is a trailing slash
2011-12-21 13:15:56 +00:00
Cam Thompson
b9e970d934
Merge branch 'master' of git://github.com/scrooloose/nerdtree
...
Conflicts:
doc/NERD_tree.txt
2011-02-27 20:45:22 -05:00
Cam Thompson
999ba49857
merge hide bookmarks and press ? options
2011-02-27 20:36:06 -05:00
Cam Thompson
2d17132f48
add bookmarks and press help documentation
2011-02-25 13:14:49 -05:00
Marcin Kulik
8accb0978e
Make tree style (|+~ or arrows) configurable
2011-02-23 18:40:11 +01:00
marty
7650cdc662
update credits/changelog
2010-11-20 18:04:39 +13:00
marty
153041ac93
switch to version 4.1.0
2009-12-01 22:20:53 +13:00
marty
68cb5fc2eb
update changelog and credits
2009-12-01 22:19:43 +13:00
marty
b047d7f312
put the open-in-new-tab logic in the models, make NERDTreeQuitOnOpen effect T and t
2009-11-24 00:11:02 +13:00
marty
4b566f153f
add NERDTreeFind command and handling code
2009-11-22 19:29:16 +13:00
marty
c864c6e463
bugfix for NERDTreeMirror
...
when the user was prompted to choose a tree to mirror, it would mirror
the wrong one
2009-10-09 18:46:33 +13:00
marty
bc55f3dda8
fix a typo in the doc
2009-10-09 15:54:57 +13:00
marty
39a3a78729
update changelog/credits
2009-10-09 15:54:46 +13:00
marty
3837ea85e0
change my email to gmail
2009-10-09 14:46:40 +13:00
marty
e2265ec3b3
update the changelog
2009-09-06 13:43:54 +12:00
marty
5ba3b3a5a8
update the doc
2009-09-06 13:43:47 +12:00
marty
6a513e4340
remove some old code left over for the ! mapping
2009-09-06 12:19:32 +12:00
marty
1ea2a0c29b
update doc RE menu
2009-09-06 11:27:36 +12:00
marty
36e4402550
update the API doc
2009-09-04 00:36:01 +12:00