Commit Graph

  • dfc0aea1e7 Merge pull request #115 from Twinside/patch-1 Martin Grenfell 2012-01-11 06:23:12 -08:00
  • 5c01c5acd8 Deactivating folds in NERDtree buffer Twinside 2012-01-11 15:20:57 +01:00
  • 6d83575490 remove a now misleading comment Martin Grenfell 2012-01-11 13:46:46 +00:00
  • e51a40c0d8 make the mouse work as expected with NERDTreeMouseMode Martin Grenfell 2012-01-11 13:44:19 +00:00
  • 53bc77644c refactor KeyMap so we dont use index() on an array of objects Martin Grenfell 2012-01-11 13:08:08 +00:00
  • 6782ec0104 make the default keymap generation happen only once Martin Grenfell 2012-01-11 13:06:15 +00:00
  • 588e71c1e9 unlet TreeDirNode.openInNewTab since we are overriding it Martin Grenfell 2012-01-11 09:09:38 +00:00
  • 6b7c9aa5c8 update the method comment for TreeDirNode.open Martin Grenfell 2012-01-09 16:30:06 +00:00
  • 5e53df769d fix a bug with the T (open in new tab silently) mapping Martin Grenfell 2012-01-09 16:25:13 +00:00
  • 3b325f6812 rename 'split' to 'where' in the open() interface Martin Grenfell 2012-01-09 16:22:07 +00:00
  • 4f1a205c83 add Opener class to handle opening nodes/bookmarks Martin Grenfell 2012-01-09 15:59:21 +00:00
  • 3620029ae0 make Bookmark use the new open() interface Martin Grenfell 2012-01-08 17:24:30 +00:00
  • 217d9f6651 Merge pull request #78 from actionshrimp/master Martin Grenfell 2012-01-06 14:39:21 -08:00
  • ba3d43138a Added comment to clarify which part of the path is the 'drive' for windows network shares Dave Aitken 2012-01-06 19:36:26 +00:00
  • e027681803 wrap a couple of wincmd calls in s:exec Martin Grenfell 2012-01-06 19:24:35 +00:00
  • 57ccede250 trivial comment change Martin Grenfell 2012-01-06 15:05:47 +00:00
  • 04dbae2cb4 remove s:openEntrySplit as it is not needed anymore Martin Grenfell 2012-01-06 15:02:55 +00:00
  • af13711fac rename 'preview' to 'stay' and standardize the 'keepopen' name Martin Grenfell 2012-01-06 14:54:19 +00:00
  • 92248f92ca make TreeDirNode use the new open() interface Martin Grenfell 2012-01-06 14:47:10 +00:00
  • 9832d4a84a fix Bookmark so it uses the new TreeFileNode.open method Martin Grenfell 2012-01-06 13:38:31 +00:00
  • b7cdc191ca refactor the TreeFileNode*open* methods Martin Grenfell 2012-01-05 10:54:21 +00:00
  • 54fab2f2e5 add dir and file flags to NERDTreeIgnore regexes Martin Grenfell 2012-01-05 11:41:51 +00:00
  • 4337022524 dont convert windows paths to lower case when :editing Martin Grenfell 2012-01-05 08:24:15 +00:00
  • 3be5f5ddd8 fix a bug for files that begin with +/-/~ chars Martin Grenfell 2012-01-04 13:52:44 +00:00
  • a55e9eca40 update faq in the readme Martin Grenfell 2012-01-04 11:44:54 +00:00
  • 33a64260cd add NERDTreeCustomIgnoreFilter hook Martin Grenfell 2012-01-04 11:11:12 +00:00
  • 1848a2cf9d fix a bug when activating bookmarks Martin Grenfell 2012-01-04 10:44:17 +00:00
  • c431d38d97 dont use VimEnter to cache bookmarks and load plugins Martin Grenfell 2012-01-04 10:39:07 +00:00
  • ebb2835c45 fix a bug where keymaps were failing with :set ignorecase Martin Grenfell 2012-01-04 09:43:07 +00:00
  • 98b2fa5104 make a syntax fix for certain versions of vim Martin Grenfell 2012-01-04 09:27:06 +00:00
  • a63c8a2ec8 use the keymap api for the mouse mappings Martin Grenfell 2012-01-04 00:13:57 +00:00
  • aca917b4ca make a small fix for the left mouse button Martin Grenfell 2012-01-04 00:13:38 +00:00
  • 4425627683 refactor option checking to simplify and remove duplication Martin Grenfell 2012-01-03 23:30:57 +00:00
  • b16a663618 Merge pull request #104 from cperl82/fixes Martin Grenfell 2012-01-03 15:22:10 -08:00
  • 62c94e272f fix the mouse mappings Martin Grenfell 2012-01-03 22:43:18 +00:00
  • 0c12f6fe10 update quickhelp for custom mappings Martin Grenfell 2012-01-03 16:08:10 +00:00
  • 73e2d8ca7e update the doc for the new key api functionality Martin Grenfell 2012-01-03 16:05:19 +00:00
  • b0e2ed1cc7 remove a trivial piece of old debugging code Martin Grenfell 2012-01-03 15:33:37 +00:00
  • a1d528ae92 make the standard mappings use the key api Martin Grenfell 2012-01-03 10:31:34 +00:00
  • b5fd460560 rework the keymap API Martin Grenfell 2011-12-29 00:17:14 +00:00
  • 205367ab3f update changelog/credits and bump to version 4.2.0 4.2.0 Martin Grenfell 2011-12-28 13:16:57 +00:00
  • 4bd0def6fb add a note about vim-nerdtree-tabs to the readme Martin Grenfell 2011-12-27 22:53:38 +00:00
  • 4411344f7c update the doc for the new NERDTreeFind behaviour Martin Grenfell 2011-12-27 22:22:10 +00:00
  • 7ff9def95b fix mixed indenting Martin Grenfell 2011-12-27 22:18:14 +00:00
  • b3b394c329 Open NERDTreeFind tree at CWD if current file is below it. Benjamin Geiger 2011-06-15 17:26:21 -04:00
  • 4dd1bc9ef6 make a minor formatting fix for the readme Martin Grenfell 2011-12-27 21:52:43 +00:00
  • 1b4dfc8745 add first version of readme Martin Grenfell 2011-12-24 10:58:57 +00:00
  • 0747198ee3 remove Rakefile - pathogen is now the recommended way to install Martin Grenfell 2011-12-24 10:58:45 +00:00
  • 01f683c3c4 stayInCurrentTab fix Chris Perl 2011-12-21 11:55:04 -05:00
  • 23d1746bbf refactor tree window creation to remove duplication Martin Grenfell 2011-12-21 14:43:20 +00:00
  • aa28ae7863 Merge pull request #87 from scottstvnsn/master Martin Grenfell 2011-12-21 06:40:49 -08:00
  • 02f1d828d9 Merge pull request #88 from andersonfreitas/master Martin Grenfell 2011-12-21 06:27:25 -08:00
  • b528910e7a dont add a trailing slash to auto-named bookmarked dirs Martin Grenfell 2011-12-21 13:19:49 +00:00
  • dcccd0e532 Defaulting bookmark name to file/dir name Min-Young Wu 2011-12-15 15:14:31 -08:00
  • af833e3006 remove the now unused s:setupSyntaxHighlighting() Martin Grenfell 2011-12-21 12:51:32 +00:00
  • 82c93a6448 Merge remote-tracking branch 'gnap/master' Martin Grenfell 2011-12-21 12:50:05 +00:00
  • 49b88757b0 enable NERDTreeDirArrows by default except on windows Martin Grenfell 2011-12-15 17:35:18 +00:00
  • 30f6bcc30c Merge pull request #86 from mathias/patch-1 Martin Grenfell 2011-10-09 09:34:12 -07:00
  • 796a40b5d7 New options in the file system menu: - Reveal In Finder - Open with system editor - Quicklook Anderson Freitas 2011-09-06 21:01:57 -03:00
  • 1c568a4916 Add nolist to buffer options. Scott Stevenson 2011-08-31 12:33:59 +01:00
  • 12f692f436 always disallow insert mode Martin Grenfell 2011-08-30 12:03:49 +01:00
  • 9b5851c36c Merge pull request #84 from kml/master Martin Grenfell 2011-08-30 03:58:05 -07:00
  • 077e330b64 Spelling Matt Gauger 2011-08-25 13:39:02 -05:00
  • 86364c2150 wycats's "disallow insert mode" Kamil K. Lemański 2011-08-05 17:42:41 +03:00
  • 2dd198c6c4 fix for copying files Martin Grenfell 2011-07-09 18:44:03 +12:00
  • c08d7e9f19 Merge pull request #79 from AndrewRadev/master Martin Grenfell 2011-07-08 23:35:10 -07:00
  • 5bd641834d Fix for copying error Andrew Radev 2011-07-08 22:10:13 +03:00
  • bc745b6e99 Fixed resolve() double endslash defect Dave Aitken 2011-07-07 02:51:13 -07:00
  • 0b0c76626b Added support for windows network shares (\\box\share format paths) Dave Aitken 2011-07-07 02:38:01 -07:00
  • 2fbd578a77 Merge remote-tracking branch 'EvanDotPro/master' Martin Grenfell 2011-07-06 13:59:57 +12:00
  • 04aa45fcd8 Merge pull request #74 from iNecas/nerd_tree_find_fix Martin Grenfell 2011-07-05 03:55:05 -07:00
  • 71d6c1d3c6 specify 'file' input types to allow for tab-completion of paths when copying, moving, or creating a node Evan Coury 2011-07-04 05:56:39 -07:00
  • 063e4d0870 Revert commit 7f5a8caa Ivan Necas 2011-06-25 11:51:21 +02:00
  • 70ba0d60ec separate syntax file for better combacibility with plugins that reloads vimrc files(such as perdirvimrc) after BufRead. George Ang 2011-06-18 23:56:31 +08:00
  • 1cd50482d2 Merge pull request #56 from iNecas/nerd_tree_find_fix Martin Grenfell 2011-05-06 03:00:50 -07:00
  • bf73470723 Merge pull request #50 from sdewald/master Martin Grenfell 2011-05-06 02:33:57 -07:00
  • 2e072fe0e2 fix the mouse and NERDTreeDirArrows Martin Grenfell 2011-04-24 02:13:54 +12:00
  • 7f5a8c3aac Fix for getting line of node Ivan Necas 2011-03-20 14:25:41 +01:00
  • f621df68ae fix a minor bug with syntax highlighting of the root node Martin Grenfell 2011-03-10 10:43:47 +13:00
  • 6a6ffe2ad6 Merge branch 'master' of github.com:scrooloose/nerdtree Steve DeWald 2011-03-04 11:24:54 -08:00
  • 1dd345c56d only set relativenumber for vim >= 7.3 Martin Grenfell 2011-03-03 12:18:04 +13:00
  • bc0c64ef82 fix a bug when the bookmarks are toggled with NERDTreeMinimalUI Martin Grenfell 2011-03-01 11:28:57 +13:00
  • 702a88956b remove '.. (up a dir)' when NERDTreeMinimalUI is set Martin Grenfell 2011-03-01 11:03:05 +13:00
  • fad6f06ace fix a bug with NERDTreeMinimalUI and syntax highlighting Martin Grenfell 2011-03-01 10:54:06 +13:00
  • e697444f29 set nornu when line numbers aren't shown Cam Thompson 2011-02-27 21:30:43 -05:00
  • d595605ff1 hide (up a dir) when using minimal ui Cam Thompson 2011-02-27 21:18:28 -05:00
  • b9e970d934 Merge branch 'master' of git://github.com/scrooloose/nerdtree Cam Thompson 2011-02-27 20:41:47 -05:00
  • 999ba49857 merge hide bookmarks and press ? options Cam Thompson 2011-02-27 20:36:06 -05:00
  • 21bd141866 fix highlighting of executable files with NERDTreeDirArrows Martin Grenfell 2011-02-28 10:55:15 +13:00
  • e88f436302 Merge remote-tracking branch 'upstream/master' Cam Thompson 2011-02-25 13:16:03 -05:00
  • 2d17132f48 add bookmarks and press help documentation Cam Thompson 2011-02-25 13:14:49 -05:00
  • 8accb0978e Make tree style (|+~ or arrows) configurable Marcin Kulik 2011-02-23 18:30:42 +01:00
  • 867de91643 Make indentation of file nodes more intuitive Marcin Kulik 2011-02-20 20:42:03 +01:00
  • 1de3c22a44 Fixed two bugs affecting adding and copying nodes with escaped chars (e.g. spaces) in the filepath Steve DeWald 2011-02-20 09:40:34 -08:00
  • eac32148a4 Use small triangles for directories and get rid of ascii bars Marcin Kulik 2011-02-19 12:36:14 +01:00
  • 37bfae0d2f rename press for help and bmark label options Cam Thompson 2011-02-11 18:49:42 -05:00
  • 2504666a72 make it handle dirs of the form '[foo]baz' properly in *nix Martin Grenfell 2011-02-14 10:20:15 +13:00
  • 9e415dcc6d add option to hide bookmarks label Cam Thompson 2011-01-13 18:00:41 -05:00
  • e4efdb3bd4 add option to hide 'Press ? for help' Cam Thompson 2011-01-13 17:13:29 -05:00
  • 721ad3ecc2 fix a bug when opening a file bookmark in a new tab Martin Grenfell 2011-02-08 17:44:38 +13:00