Commit Graph

  • 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
  • 410081a60e Merge pull request #353 from lucascaton/master Martin Grenfell 2014-07-08 09:06:46 +01:00
  • 1784de15dd Updating creator.vim file (this fixes #352) Lucas Caton 2014-07-08 10:57:39 +10:00
  • 7f36008e80 Merge branch 'master' of github.com:scrooloose/nerdtree Martin Grenfell 2014-07-07 23:02:14 +01:00
  • 23dfc6d818 continue breaking down the epic autoload module Martin Grenfell 2014-07-07 22:59:28 +01:00
  • f982f61e8a continue breaking up the autoload/nerdtree god module Martin Grenfell 2014-07-07 20:12:05 +01:00
  • 86488b1aa0 move ui functions out into their own autoload Martin Grenfell 2014-07-07 19:36:34 +01:00
  • 04d9b27541 add .refreshFlags() to path/dir/file objects Martin Grenfell 2014-07-07 18:24:37 +01:00
  • 3941389f13 fix a retarded bug with FlagSet.clearFlags Martin Grenfell 2014-07-06 23:36:45 +01:00
  • 32cf3ee62d allow flags to be scoped to a plugin Martin Grenfell 2014-07-05 20:51:21 +01:00
  • a7428eba38 add proof of concept for path flags API and add git modified flags Martin Grenfell 2014-07-05 00:29:45 +01:00
  • 3effeb5cb7 Merge pull request #347 from kelaban/minor-fix-to-readme Martin Grenfell 2014-07-03 09:22:36 +01:00
  • 04ac39b4b9 Fixes README for opening vim with no files Keith Laban 2014-07-02 19:46:03 -04:00
  • d162c08fd7 comment and tweak the <LeftRelease> fix in 24561ad Martin Grenfell 2014-07-02 20:54:14 +01:00
  • 2a769a7263 Merge pull request #298 from buggo/master Martin Grenfell 2014-07-02 20:49:59 +01:00
  • 0ee888ee17 simplify the <cr> mapping definition Martin Grenfell 2014-07-02 20:25:17 +01:00
  • 0b551a8abd Merge pull request #346 from shanesmith/master Martin Grenfell 2014-07-02 20:23:56 +01:00
  • 82cd4f5a9f Fix <CR> not working if active node map is special char such as <Right> Shane Smith 2014-07-01 20:29:52 -04:00
  • b64942a500 uncomment out some needed syntax matching code... fail Martin Grenfell 2014-06-30 09:40:51 +01:00
  • e954b2e6f8 trivial highlighting update for consistency Martin Grenfell 2014-06-29 21:44:40 +01:00
  • e68e12a33b fix highlighting for readonly files Martin Grenfell 2014-06-29 21:44:19 +01:00
  • b33d6daf0b remove the NERDChristmasTree option Martin Grenfell 2014-06-29 19:53:57 +01:00
  • abb93879bb simplify the syntax matching code slightly Martin Grenfell 2014-06-29 18:40:11 +01:00
  • 634c23eadb Merge branch 'better_symlink_highlighting' into update_highlighting Martin Grenfell 2014-06-29 18:28:28 +01:00
  • 9d9edd03d4 separate out syntax matching for Dir Arrows vs old style Martin Grenfell 2014-06-29 18:17:19 +01:00
  • 9704a38a14 update symlink highlighting Martin Grenfell 2014-06-29 16:14:51 +01:00
  • 55a8954c48 update the doc/quickhelp for :Bookmark Martin Grenfell 2014-06-29 12:37:29 +01:00
  • 0b1166ff78 update code in readme to auto-open a tree on startup Martin Grenfell 2014-06-29 12:29:49 +01:00