Commit Graph

  • e4891632f5 update changelog Martin Grenfell 2015-11-13 16:45:11 +00:00
  • 0c13ebc126 remove some old commented code Martin Grenfell 2015-11-13 15:08:01 +00:00
  • e27ab9c5c7 fsmenu: use nerdtree#echo* methods instead of reimplementing them Martin Grenfell 2015-11-13 10:53:42 +00:00
  • 5b7085d9ae fs menu: remove unused var assigns Martin Grenfell 2015-11-13 10:46:12 +00:00
  • adc11983bc fs_menu: put the NERDTreeListNode* methods together Martin Grenfell 2015-11-13 10:44:27 +00:00
  • b19995b14f Merge pull request #382 from PhilRunninger/master Martin Grenfell 2015-11-13 10:42:17 +00:00
  • 3fb18e7399 Switch to upper case DIR /Q, in true DOS fashion Phil Runninger 2015-11-12 21:38:22 -05:00
  • f1af61ddf7 Use the system('DIR /Q...') function to display file info. Phil Runninger 2015-11-12 21:29:34 -05:00
  • c60f401371 Merge (p)roperties (for Windows) into the (l)ist menu item. Phil Runninger 2015-11-12 16:20:20 -05:00
  • fb030bcb1c Merge pull request #1 from scrooloose/master Phil Runninger 2015-11-12 16:11:56 -05:00
  • 47c20c4b64 Merge pull request #378 from Xuyuanp/up/master Martin Grenfell 2015-11-12 14:29:12 +00:00
  • d384382091 Merge pull request #470 from egalpin/master Martin Grenfell 2015-11-12 14:26:57 +00:00
  • af13d39651 Merge pull request #488 from hiberabyss/master Martin Grenfell 2015-11-12 14:25:37 +00:00
  • caca3af211 Merge pull request #496 from evindor/master Martin Grenfell 2015-11-12 14:23:28 +00:00
  • 3092ddf831 Merge pull request #502 from JESii/master Martin Grenfell 2015-11-12 14:21:54 +00:00
  • 88104d26ac Add ability to list file metadata... Jonathan Seidel 2015-11-02 11:30:16 -08:00
  • 8996ea5bb5 Fix MacOS detection for menu, fixes #478 Arseny Zarechnev 2015-10-04 01:54:15 +01:00
  • 34630f3926 issue #147: add support to ~ expand in bookmarks hiberabyss 2015-09-20 00:53:39 +08:00
  • 0b44415a33 Merge pull request #486 from Xuyuanp/syntax Martin Grenfell 2015-09-18 09:42:32 +01:00
  • 43012a6214 Merge pull request #484 from PickRelated/master Martin Grenfell 2015-09-17 17:39:08 +01:00
  • d66370a8e5 Made NERDTreeFlags contained in NERDTreeExecFile Xuyuan Pang 2015-09-17 11:30:14 +08:00
  • 8c8c794104 Added character escaping to syn match regexes Igor Tatarintsev 2015-09-15 23:22:14 +06:00
  • 8c7534bc9e Merge pull request #482 from PickRelated/master Martin Grenfell 2015-09-12 19:00:35 +01:00
  • dc29ec2db3 Added global variables for changing default arrows g:NERDTreeDirArrowExpandable g:NERDTreeDirArrowCollapsable Igor Tatarintsev 2015-09-11 23:52:37 +06:00
  • 188bd92658 Added global variables for changing default arrows Igor Tatarintsev 2015-09-11 23:44:06 +06:00
  • bcf3de4fdf Merge pull request #471 from SchDen/patch-1 Martin Grenfell 2015-07-30 19:47:59 +01:00
  • f5fd121837 Incorrect path to event.vim Den 2015-07-30 16:28:11 +03:00
  • 37f7a6cbe1 Update README.markdown egalpin 2015-07-30 08:52:17 -04:00
  • 86e2e40af1 Merge pull request #466 from toiffel/master Martin Grenfell 2015-07-13 09:30:58 +01:00
  • 93c9726c6d Fixed case-sensitive sorting of tree nodes when 'ignorecase' option is on toiffel 2015-07-13 03:03:14 +06:00
  • 96c07746b4 Merge pull request #453 from WoLpH/patch-1 Martin Grenfell 2015-06-17 10:23:11 +01:00
  • 013c607ba4 Fixed incompatibility with older Vim versions Rick van Hattem 2015-05-22 13:14:01 +02:00
  • af85499eda rename 2 sort key related vars Martin Grenfell 2015-05-13 20:29:03 +01:00
  • 99fa465b5d fix syntax error Martin Grenfell 2015-05-13 20:26:16 +01:00
  • 008b62f71c Merge pull request #450 from vtsang/master Martin Grenfell 2015-05-13 20:27:06 +01:00
  • 6018af36bf pretty up some FAQ code blocks Martin Grenfell 2015-05-12 20:58:35 +01:00
  • 2c1ebc37b2 add an FAQ about highlighting file with certain extensions Martin Grenfell 2015-05-12 20:57:49 +01:00
  • dfe260d1d7 doc the path listener API Martin Grenfell 2015-05-12 20:45:15 +01:00
  • 10261d60a0 Updated the comment Vincent Tsang 2015-05-11 11:59:10 +08:00
  • 80e184df56 Refactor code to use getSortKey() and replace regular expression with simple string comparison in tree_dir_node.vim Vincent Tsang 2015-05-11 11:56:08 +08:00
  • 3fb3fe3477 Merge branch 'master' of https://github.com/vtsang/nerdtree Vincent Tsang 2015-05-09 22:54:09 +08:00
  • 57d5bd7731 Speed up sortChildren() by using sorting token This improves the sorting functions from 12 seconds to 0.66 seconds for ~4000 objects Vincent Tsang 2015-05-09 22:38:16 +08:00
  • 1f2531ec3a Speed up sortChildren() by using sorting token This improves the sorting functions from 12 seconds to 0.66 seconds for ~4000 objects Vincent Tsang 2015-05-09 22:38:16 +08:00
  • a87b1bf3c5 Merge branch 'update_reuse_option' Martin Grenfell 2015-05-06 21:42:03 +01:00
  • 5c2060149f doc NERDTreeAddPathFilter() Martin Grenfell 2015-05-06 21:19:06 +01:00
  • 76dbc0c8ee Merge branch 'add_path_filter_api' Martin Grenfell 2015-05-06 20:58:55 +01:00
  • da3874cf93 fix a bug when opening files in a new tab Martin Grenfell 2015-05-04 20:25:03 +01:00
  • 7270212214 bugfix for secondary trees occurring when the screen state is saved Martin Grenfell 2015-05-03 11:14:34 +01:00
  • 64a9579c11 add a path filter API Martin Grenfell 2015-05-02 22:20:59 +01:00
  • 09e1dbec10 Merge branch 'refactor_autoload' Martin Grenfell 2015-05-02 15:27:14 +01:00
  • fc4bcb4806 remove UI.lolcats()... not sure what the story is there Martin Grenfell 2015-05-02 15:26:15 +01:00
  • 8b189cb263 move some rendering and cursor moving functions out of autoload Martin Grenfell 2015-05-02 15:24:59 +01:00
  • b0114d202b move dumpHelp out of autoload Martin Grenfell 2015-05-02 15:05:28 +01:00
  • 53d2de86eb move the closeTree functions out of autoload Martin Grenfell 2015-05-02 15:01:58 +01:00
  • 0d88ce946f move isTreeOpen() out of autoload Martin Grenfell 2015-05-02 14:44:32 +01:00
  • 8270b6d717 move nerdtree#getTreeWinNum out of autoload Martin Grenfell 2015-05-02 14:31:57 +01:00
  • 973c9906f8 refactor 3 more functions out of the monolithic autoload file Martin Grenfell 2015-05-02 12:42:59 +01:00
  • 0e87d45e84 update readme to add an FAQ, update the FAQ style and rm the changelog Martin Grenfell 2015-05-02 12:01:22 +01:00
  • f8499462c5 Revert "Use different arrow characters for compatibility." Martin Grenfell 2015-05-02 11:29:43 +01:00
  • 186f817f5a Revert "fix one of the old style arrows" Martin Grenfell 2015-05-02 11:28:54 +01:00
  • 5cec19365a Merge pull request #411 from xdl/master Martin Grenfell 2015-05-01 16:05:35 +01:00
  • b3281cc63e fix one of the old style arrows Martin Grenfell 2015-05-01 16:00:52 +01:00
  • 87b27802b5 allow control over whether to reuse windows in different tabs Martin Grenfell 2015-05-01 15:33:06 +01:00
  • 1cbd52aa77 Merge pull request #434 from handcraftedbits/master Martin Grenfell 2015-05-01 14:13:13 +01:00
  • cd5f1685bc Merge pull request #436 from devmanhinton/patch-1 Martin Grenfell 2015-05-01 14:11:54 +01:00
  • 321de60366 Remove NERD_tree.txt typo Devon Hinton 2015-04-22 01:06:47 -07:00
  • f6cad7e957 Use different arrow characters for compatibility. Curtiss Howard 2015-04-17 17:36:23 -04:00
  • 6dfbcd660a Return early if exception was thrown in pathForString xiaodili 2014-12-21 17:44:41 +00:00
  • 3b98a7fcae Merge pull request #403 from gcmt/pretty-cwd Martin Grenfell 2014-11-20 11:02:17 +00:00
  • ba26044746 Truncate paths at slashes. Giacomo Comitti 2014-11-20 07:50:47 +01:00
  • f8fd2ecce2 Merge pull request #390 from zhangoose/patch-1 Martin Grenfell 2014-10-30 08:22:27 +00:00
  • a895a53f1f easier to read one of the FAQ answers Alex Zhang 2014-10-29 20:00:36 -04:00
  • 3d421b8ec5 use the built in fnamemodify() to make a path relative Martin Grenfell 2014-10-29 19:18:28 +00:00
  • 3ce33f017e fix escaping for :edit when renaming files Martin Grenfell 2014-10-29 18:35:53 +00:00
  • 031ab5267c Merge remote-tracking branch 'origin/master' Martin Grenfell 2014-10-29 18:32:53 +00:00
  • 5d0626a003 Merge pull request #384 from gastropoda/reopen-after-rename Martin Grenfell 2014-10-29 18:32:27 +00:00
  • 1c08146224 apply @mixvin's windows path fix at the top of the method instead Martin Grenfell 2014-10-29 11:20:58 +00:00
  • cd8d87fa57 Fix opening file path, in Windows mixvin 2013-02-10 13:52:23 +04:00
  • 2fd0aa3ec7 Fix reloading renamed file Artem Baguinski 2014-09-25 11:08:53 +02:00
  • 6ccf83df24 Add menu option to display file/directory properties. Phil Runninger 2014-09-15 11:14:44 -04:00
  • 5d19452284 Merge branch 'master' into up/master Xuyuan Pang 2014-09-01 17:33:45 +08:00
  • 8e06723c04 fix #363 Xuyuan Pang 2014-09-01 16:25:27 +08:00
  • a283c0e03e fix #363 Xuyuan Pang 2014-09-01 16:25:27 +08:00
  • 4f1e6ecb05 Merge pull request #365 from ifsred/master Martin Grenfell 2014-08-06 14:27:45 +01:00
  • c4086667ef Fix doc map for NERDTreeMapChangeRoot ifsred 2014-08-06 12:32:34 +03:00
  • a47c6caf80 Merge pull request #359 from Xuyuanp/up/master Martin Grenfell 2014-07-22 09:14:57 +01:00
  • 8cd045d0e2 add refreshDirFlags method to avoid refreshing too many files Xuyuan Pang 2014-07-19 17:57:41 +08:00
  • c2dd750860 move nerdtree#treeExists.* methods into the NERDTree class Martin Grenfell 2014-07-17 20:27:21 +01:00
  • fd14757c04 add proper events and make the notifier class generic Martin Grenfell 2014-07-17 20:16:57 +01:00
  • f9a933991d allow plugins to override the default mappings Martin Grenfell 2014-07-15 18:54:57 +01:00
  • aa831e242b Merge pull request #356 from alvan/patch-2 Martin Grenfell 2014-07-14 10:03:01 +01:00
  • 0c045d85ea fix a bug from recent refactoring RE some NERDTreeCWD Martin Grenfell 2014-07-14 09:41:56 +01:00
  • 2f552e116d add highlighting for flags Martin Grenfell 2014-07-10 23:35:42 +01:00
  • 579d96a0f3 remove testing git plugin Martin Grenfell 2014-07-10 20:14:41 +01:00
  • 9f351de594 Merge branch 'master' into expt_add_path_flags_and_git Martin Grenfell 2014-07-09 09:26:17 +01:00
  • 1e0d1cbc8f move some more view code into the UI class Martin Grenfell 2014-07-09 09:25:25 +01:00
  • 98a5d1fca7 Use event BufLeave instead of BufWinLeave to record screen state to avoid undefined b:NERDTree error alvan 2014-07-09 15:20:24 +08:00
  • 2f59cc2080 Merge branch 'master' into expt_add_path_flags_and_git Martin Grenfell 2014-07-08 09:47:38 +01:00
  • eaa66aaf63 fix the NERDTreeFind command - broken in recent refactoring Martin Grenfell 2014-07-08 09:44:41 +01:00
  • 8644622000 Merge branch 'master' into expt_add_path_flags_and_git Martin Grenfell 2014-07-08 09:38:43 +01:00