Martin Grenfell
848857d18b
rename "primary" and "secondary" trees to "tab" and "window" trees
...
This is much more accurate and descriptive.
2015-11-14 11:50:01 +00:00
Martin Grenfell
4dada8c04f
update version number to 5.0.0
2015-11-13 16:57:21 +00:00
Martin Grenfell
be8f18914c
remove some unneeded header comments
2015-11-13 16:54:47 +00:00
Martin Grenfell
f486403b68
add license file
...
closes #368
2015-11-13 16:50:44 +00:00
Martin Grenfell
024966c7a8
move changelog out of the main doc, remove credits section
...
Changelog is not really relevant to the "usage" manual so extract it.
Contributors can be viewed on github.
2015-11-13 16:48:09 +00:00
Martin Grenfell
e4891632f5
update changelog
2015-11-13 16:45:11 +00:00
Martin Grenfell
0c13ebc126
remove some old commented code
2015-11-13 15:08:01 +00:00
Martin Grenfell
e27ab9c5c7
fsmenu: use nerdtree#echo* methods instead of reimplementing them
2015-11-13 10:53:42 +00:00
Martin Grenfell
5b7085d9ae
fs menu: remove unused var assigns
2015-11-13 10:46:12 +00:00
Martin Grenfell
adc11983bc
fs_menu: put the NERDTreeListNode* methods together
2015-11-13 10:44:27 +00:00
Martin Grenfell
b19995b14f
Merge pull request #382 from PhilRunninger/master
...
Add menu option to display file/directory properties.
2015-11-13 10:42:17 +00:00
Phil Runninger
3fb18e7399
Switch to upper case DIR /Q, in true DOS fashion
2015-11-12 21:38:22 -05:00
Phil Runninger
f1af61ddf7
Use the system('DIR /Q...') function to display file info.
2015-11-12 21:29:34 -05:00
Phil Runninger
c60f401371
Merge (p)roperties (for Windows) into the (l)ist menu item.
2015-11-12 16:20:20 -05:00
Phil Runninger
fb030bcb1c
Merge pull request #1 from scrooloose/master
...
Merge official code into my fork
2015-11-12 16:11:56 -05:00
Martin Grenfell
47c20c4b64
Merge pull request #378 from Xuyuanp/up/master
...
fix #363
2015-11-12 14:29:12 +00:00
Martin Grenfell
d384382091
Merge pull request #470 from egalpin/master
...
Update README.markdown
2015-11-12 14:26:57 +00:00
Martin Grenfell
af13d39651
Merge pull request #488 from hiberabyss/master
...
issue #147 : add support to ~ expand in bookmarks
2015-11-12 14:25:37 +00:00
Martin Grenfell
caca3af211
Merge pull request #496 from evindor/master
...
Fix MacOS/neovim detection for extra menu options
2015-11-12 14:23:28 +00:00
Martin Grenfell
3092ddf831
Merge pull request #502 from JESii/master
...
Add ability to list file metadata...
2015-11-12 14:21:54 +00:00
Jonathan Seidel
88104d26ac
Add ability to list file metadata...
...
(Based on a change by github.com/apbarrero))
Add menu/list command to display file metadata
Support OSX as well as Unix
2015-11-02 11:30:16 -08:00
Arseny Zarechnev
8996ea5bb5
Fix MacOS detection for menu, fixes #478
2015-10-04 01:59:40 +01:00
hiberabyss
34630f3926
issue #147 : add support to ~ expand in bookmarks
2015-09-20 00:53:39 +08:00
Martin Grenfell
0b44415a33
Merge pull request #486 from Xuyuanp/syntax
...
Made NERDTreeFlags contained in NERDTreeExecFile
2015-09-18 09:42:32 +01:00
Martin Grenfell
43012a6214
Merge pull request #484 from PickRelated/master
...
Added character escaping to syn match regexes
2015-09-17 17:39:08 +01:00
Xuyuan Pang
d66370a8e5
Made NERDTreeFlags contained in NERDTreeExecFile
2015-09-17 11:30:14 +08:00
Igor Tatarintsev
8c8c794104
Added character escaping to syn match regexes
2015-09-15 23:22:14 +06:00
Martin Grenfell
8c7534bc9e
Merge pull request #482 from PickRelated/master
...
Added global variables for changing default arrows
2015-09-12 19:00:35 +01:00
Igor Tatarintsev
dc29ec2db3
Added global variables for changing default arrows
...
g:NERDTreeDirArrowExpandable
g:NERDTreeDirArrowCollapsable
2015-09-11 23:52:37 +06:00
Igor Tatarintsev
188bd92658
Added global variables for changing default arrows
2015-09-11 23:44:06 +06:00
Martin Grenfell
bcf3de4fdf
Merge pull request #471 from SchDen/patch-1
...
Incorrect path to event.vim
2015-07-30 19:47:59 +01:00
Den
f5fd121837
Incorrect path to event.vim
2015-07-30 16:28:11 +03:00
egalpin
37f7a6cbe1
Update README.markdown
...
Add apt-vim installation recipe.
2015-07-30 08:52:17 -04:00
Martin Grenfell
86e2e40af1
Merge pull request #466 from toiffel/master
...
Fixed case-sensitive sorting of tree nodes when 'ignorecase' option is on
2015-07-13 09:30:58 +01:00
toiffel
93c9726c6d
Fixed case-sensitive sorting of tree nodes when 'ignorecase' option is on
2015-07-13 03:03:14 +06:00
Martin Grenfell
96c07746b4
Merge pull request #453 from WoLpH/patch-1
...
Fixed incompatibility with older Vim versions
2015-06-17 10:23:11 +01:00
Rick van Hattem
013c607ba4
Fixed incompatibility with older Vim versions
...
Fixed incompatibility with older Vim versions that are compiled without float function support such as `log10` and `ceil`
This fixes #452
2015-05-22 13:14:01 +02:00
Martin Grenfell
af85499eda
rename 2 sort key related vars
...
rename s:format to s:sortKeyFormat - purely for descriptive reasons
rename self.sortKey to self._sortKey - the convention is to use leading
underscores to indicate private vars
2015-05-13 20:29:03 +01:00
Martin Grenfell
99fa465b5d
fix syntax error
2015-05-13 20:27:22 +01:00
Martin Grenfell
008b62f71c
Merge pull request #450 from vtsang/master
...
Optimized NERDTree when opening a large directory
2015-05-13 20:27:06 +01:00
Martin Grenfell
6018af36bf
pretty up some FAQ code blocks
2015-05-12 20:58:35 +01:00
Martin Grenfell
2c1ebc37b2
add an FAQ about highlighting file with certain extensions
...
Closes #433
2015-05-12 20:57:49 +01:00
Martin Grenfell
dfe260d1d7
doc the path listener API
2015-05-12 20:45:15 +01:00
Vincent Tsang
10261d60a0
Updated the comment
2015-05-11 11:59:10 +08:00
Vincent Tsang
80e184df56
Refactor code to use getSortKey() and replace regular expression with
...
simple string comparison in tree_dir_node.vim
2015-05-11 11:56:08 +08:00
Vincent Tsang
3fb3fe3477
Merge branch 'master' of https://github.com/vtsang/nerdtree
...
Conflicts:
autoload/nerdtree.vim
2015-05-09 22:54:09 +08:00
Vincent Tsang
57d5bd7731
Speed up sortChildren() by using sorting token
...
This improves the sorting functions from 12 seconds to 0.66 seconds for
~4000 objects
2015-05-09 22:47:33 +08:00
Vincent Tsang
1f2531ec3a
Speed up sortChildren() by using sorting token
...
This improves the sorting functions from 12 seconds to 0.66 seconds for
~4000 objects
2015-05-09 22:38:16 +08:00
Martin Grenfell
a87b1bf3c5
Merge branch 'update_reuse_option'
2015-05-06 21:42:03 +01:00
Martin Grenfell
5c2060149f
doc NERDTreeAddPathFilter()
2015-05-06 21:20:52 +01:00