Commit Graph

  • ff136b4edb cal initNerdTree when mirror not found. c9s 2010-01-06 15:09:02 +0800
  • 1c40a3013b fix buffer list range condition. c9s 2010-01-06 15:06:44 +0800
  • 11461af302 i think i dont need a function to count buffers. c9s 2010-01-06 14:58:57 +0800
  • a28707bd39 rename hasTreeMirror function name to countTreeBuffers, c9s 2010-01-06 14:56:56 +0800
  • 8eb1551c7c check mirror option to init new nerdtree buffer. c9s 2010-01-06 14:25:59 +0800
  • c038b7e8f7 add option for initializing nerdtree buffer when mirror not found. c9s 2010-01-06 14:24:42 +0800
  • 4e77e0e779 refactor TreeMirror functions to provide a 'hasMirror' function. c9s 2010-01-06 11:35:03 +0800
  • 153041ac93 switch to version 4.1.0 4.1.0 marty 2009-12-01 22:20:53 +1300
  • 68cb5fc2eb update changelog and credits marty 2009-12-01 22:19:43 +1300
  • ee7aafb135 bugfix: paths were incorrectly escaped in win32 for :e and :cd marty 2009-11-24 21:34:41 +1300
  • b047d7f312 put the open-in-new-tab logic in the models, make NERDTreeQuitOnOpen effect T and t marty 2009-11-24 00:11:02 +1300
  • 1537d42706 move s:getSelectedBookmark in to the Bookmark model marty 2009-11-24 00:10:44 +1300
  • 4b566f153f add NERDTreeFind command and handling code marty 2009-11-22 18:42:22 +1300
  • f34986d30f move the path string truncation into Path#str() marty 2009-11-22 18:25:23 +1300
  • a713a86f06 truncate the root line if its too long marty 2009-11-05 13:49:36 +1300
  • 08bc9870bc bugfix: escape filenames for ":edit"ing marty 2009-10-10 12:30:28 +1300
  • 94e085f1a2 really fix the window state restoring marty 2009-10-09 21:27:48 +1300
  • 241f2e9dfe switch to version 4.0.0 4.0.0 marty 2009-10-09 18:52:47 +1300
  • c864c6e463 bugfix for NERDTreeMirror marty 2009-10-09 18:41:00 +1300
  • bc55f3dda8 fix a typo in the doc marty 2009-10-09 15:54:57 +1300
  • 39a3a78729 update changelog/credits marty 2009-10-09 15:24:18 +1300
  • 31f65b97b1 remove the git menu plugin marty 2009-10-09 14:48:25 +1300
  • 3837ea85e0 change my email to gmail marty 2009-10-09 14:46:40 +1300
  • fedd5f1162 minor refactor marty 2009-10-09 14:40:04 +1300
  • dc108f555e bugfix: the window state wasnt being stored marty 2009-10-09 14:36:25 +1300
  • 93a0a422b4 remove a couple of useless lines marty 2009-10-08 16:15:53 +1300
  • e899bed4d7 fix a retarded line that somehow got in marty 2009-09-29 09:41:57 +1300
  • 87fbc2e5e4 fix syntax error in Path#delete() marty 2009-09-29 09:40:41 +1300
  • cf61ad3285 change the statusline so restoring a session doesnt break so badly marty 2009-09-15 19:57:08 +1200
  • f772cfdefb fix path escaping for Path._strForCd() marty 2009-09-13 14:05:28 +1200
  • a1e7bc0b01 refactor away from Path.strForCd() (since it was removed earlier) marty 2009-09-13 14:02:48 +1200
  • e5c79fc5c1 dont highlight current menu item marty 2009-09-11 22:32:09 +1200
  • a3b05e8e38 Taught s:Path.getParent to handle Windows paths. Tim Henigan 2009-09-08 22:19:01 +0800
  • 89cfedd39b syntax fix marty 2009-09-09 16:04:14 +1200
  • 1be18ed53c dont show separators at the top of the menu marty 2009-09-06 21:58:56 +1200
  • e2265ec3b3 update the changelog marty 2009-09-06 13:43:54 +1200
  • 5ba3b3a5a8 update the doc marty 2009-09-06 13:43:47 +1200
  • 6a513e4340 remove some old code left over for the ! mapping marty 2009-09-06 12:19:32 +1200
  • 1ea2a0c29b update doc RE menu marty 2009-09-06 11:27:36 +1200
  • 3a163fca64 migrate fs_menu.vim to use the new Path#str method marty 2009-09-05 22:29:11 +1200
  • 36e4402550 update the API doc marty 2009-09-04 00:36:01 +1200
  • effb5d4de0 make "OS" the default format for Path#str() marty 2009-09-03 15:09:34 +1200
  • a854feeb1e comment Path#str() marty 2009-09-02 22:07:23 +1200
  • cbb0a8698f correct a header comment marty 2009-09-02 22:07:12 +1200
  • d21b00c767 fix bug when using x on the tree root marty 2009-09-02 16:42:24 +1200
  • 5311777308 rename Path#_strForEditCmd to _strForEdit marty 2009-09-02 00:44:10 +1200
  • 7a5685af57 highlight the current menu item marty 2009-09-01 23:36:34 +1200
  • 38e2bcaf85 simplify the menu rendering marty 2009-09-01 22:43:06 +1200
  • 0dda0ce5d7 refactor the Path#str* methods marty 2009-09-01 17:15:48 +1200
  • 8fc72fd352 remove s:executeNode since it is now unused marty 2009-08-26 16:44:28 +1200
  • dc3f1b5edf refactor/move around the method to render a path to a string marty 2009-08-24 00:07:18 +1200
  • dd38ab8f43 remove the arg from Path#str() marty 2009-08-23 23:56:33 +1200
  • 7051977808 updates to the doc marty 2009-08-22 01:57:45 +1200
  • d9f315d63e update some file header info for the nerdtree plugins marty 2009-08-22 01:54:28 +1200
  • 5e9635dfa4 update some of the old fs menu doc for the new menu system marty 2009-08-22 01:44:39 +1200
  • f2a9e9a360 make the git menu use the new NERDTreeAddSubmenu() call marty 2009-08-22 01:27:07 +1200
  • 1080246af9 add some doc for the new API marty 2009-08-22 01:26:47 +1200
  • fcb4ec0303 make the menu api more awesome marty 2009-08-22 01:25:18 +1200
  • 8211554efa recursively source all .vim files in nerdtree_plugin/ marty 2009-08-22 01:19:46 +1200
  • 464699215c set nolazyredraw ... not sure how this got changed marty 2009-08-20 13:36:29 +1200
  • 10bb62a728 add comments to MenuItem and MenuController methods marty 2009-08-20 13:35:47 +1200
  • 46710bfb25 update git_menu so we dont prompt anymore unless needed marty 2009-08-20 03:08:18 +1200
  • fcb54eee12 remove some unneeded checks from fs_menu marty 2009-08-20 03:07:54 +1200
  • a686be5c31 some cosmetic changes to exec_menuitem marty 2009-08-20 03:07:17 +1200
  • bd5e5d71b5 rearange some code so the menu doesnt change the window/cursor position marty 2009-08-20 03:05:21 +1200
  • 711c8e3328 add travis jefferys git-vimscript-installer rakefile marty 2009-08-19 16:00:59 +1200
  • ec1f7e3e6e Merge branch 'api' marty 2009-08-19 15:57:41 +1200
  • 8535a906be refactor MenuItem.CreateSeparator() marty 2009-08-19 15:44:53 +1200
  • eef8a7b280 bugfix in fs_menu plugin marty 2009-08-19 02:06:11 +1200
  • 891f0ed3a2 make the git menu work and put it under a submenu marty 2009-08-19 02:05:36 +1200
  • e93bf0632b make the menu system more awesome marty 2009-08-19 02:05:02 +1200
  • 31c0ec6d63 add basic menu implementation marty 2009-08-18 09:44:49 +1200
  • fc3cb76695 remove a redundant function marty 2009-08-12 01:49:48 +1200
  • 389f33ea81 add quickhelpText to s:KeyMap and display it in quickhelp marty 2009-08-12 01:38:16 +1200
  • abc0cc4c40 remove some useless/misleading comments marty 2009-08-12 01:14:49 +1200
  • 1654ef820b remove some redundant code marty 2009-08-12 01:14:15 +1200
  • df3485ec64 remove an unused function marty 2009-08-12 01:13:29 +1200
  • 59257d7a3a remove the old api functions marty 2009-08-12 00:53:57 +1200
  • a052a0db65 add an API to add custom key maps marty 2009-08-12 00:53:16 +1200
  • 65dd1137da create a new dir for nerdtree plugins marty 2009-08-11 16:32:50 +1200
  • 236d20946c correct a typo in the changelog marty 2009-08-09 22:38:21 +1200
  • a796715ac1 add A mapping to maximize/restore tree window size marty 2009-08-09 21:29:28 +1200
  • abfd4fef76 correct a typo in the changelog marty 2009-08-09 22:38:21 +1200
  • 95acf7dd25 add A mapping to maximize/restore tree window size marty 2009-08-09 21:29:28 +1200
  • 02b3cec827 set up syntax highlighting even if highlighting rules already exist marty 2009-07-31 18:33:06 +1200
  • c3a2f88b63 set up syntax highlighting even if highlighting rules already exist marty 2009-07-31 18:33:06 +1200
  • bc2a628a10 move the ! keymap into a plugin Martin Grenfell 2009-07-22 00:16:46 +1200
  • 6518d1eb4c rename check_to_enable_callback to isActiveCallback Martin Grenfell 2009-07-21 23:43:00 +1200
  • a2ead3545e rename MenuCallback -> MenuItem Martin Grenfell 2009-07-21 21:13:23 +1200
  • a163f327eb make the git menu own harder Martin Grenfell 2009-07-21 19:27:10 +1200
  • e9d6a7209c update the fs menu to use the new api Martin Grenfell 2009-07-21 19:26:48 +1200
  • f0290b08dd add another api callback to determine whether menu items should appear Martin Grenfell 2009-07-21 19:23:44 +1200
  • 51637ec6d4 remove inferior rake symlink to travisjefferys awesome rakefile Martin Grenfell 2009-07-20 01:07:58 +1200
  • 4d77c3ae45 add basic git plugin Martin Grenfell 2009-07-20 01:05:21 +1200
  • a7f9abe827 fix a bug where the ../ and ./ entries werent being filtered out Martin Grenfell 2009-07-20 01:01:12 +1200
  • 41029aef24 put the fs operations in the top level of the menu Martin Grenfell 2009-07-19 17:34:28 +1200
  • c75a022a23 extend the api and move the fs operations into a plugin Martin Grenfell 2009-07-19 17:21:57 +1200
  • 1acf6321a5 refactor the activate method so the code is now in the models Martin Grenfell 2009-07-18 01:04:40 +1200
  • e164980d84 fix a bug where the script ignored dirs ending in a dot Martin Grenfell 2009-07-18 00:55:01 +1200
  • 71ebe27a8d fix a bug with secondary nerd trees and NERDTreeQuitOnOpen Martin Grenfell 2009-07-18 00:46:43 +1200