Commit Graph

  • a111af5 merge InitNerdTreeFromMark into InitNerdTree by Martin Grenfell 2008-06-09 18:20:22 +1200
  • 64514e3 make :ClearMarks default to all marks on the current node by Martin Grenfell 2008-06-09 13:21:44 +1200
  • bcc690a put cursor on the tree root by default by Martin Grenfell 2008-06-09 13:01:48 +1200
  • 397dee5 remove all trailing whitespace by Martin Grenfell 2008-06-09 12:46:53 +1200
  • dbb0677 add :NERDTreeFromMark and corresponding function by Martin Grenfell 2008-06-09 12:44:05 +1200
  • 0fed73d read marks when vim loads, not when a nerd tree loads by Martin Grenfell 2008-06-09 12:40:04 +1200
  • 3a437b4 dont call RenderView() inside ReadMarks() by Martin Grenfell 2008-06-09 12:37:20 +1200
  • 1d9564d improve the error handling of RecallMark() by Martin Grenfell 2008-06-08 21:53:25 +1200
  • c63e183 make OpenMark open the mark even if its not cached by Martin Grenfell 2008-06-08 21:07:13 +1200
  • 6334e99 be silent when opening files by Martin Grenfell 2008-06-08 21:02:54 +1200
  • 776aeef bugfix for oTreeFileNode#MakeRoot() by Martin Grenfell 2008-06-08 20:53:43 +1200
  • 1d6516b add oTreeFileNode.CacheParent() by Martin Grenfell 2008-06-08 20:53:12 +1200
  • 995f7fa only attempt to open marks file if it exists by Martin Grenfell 2008-06-08 19:16:38 +1200
  • 140deac add NERDTreeMarksFile global var by Martin Grenfell 2008-06-08 18:42:07 +1200
  • 6e24eed use a script lvl variable for NERDTreeSortStarIndex by Martin Grenfell 2008-06-08 18:30:31 +1200
  • 82c1fec make MarkToRoot() work for nodes that arent cached by Martin Grenfell 2008-06-08 18:24:47 +1200
  • 371379a read and write marks automatically by Martin Grenfell 2008-06-08 17:58:38 +1200
  • 0a91f35 add functions and :commands to read/write marks to a file by Martin Grenfell 2008-06-08 17:57:13 +1200
  • 1924244 make marks global instead of tab based by Martin Grenfell 2008-06-08 17:51:05 +1200
  • 3092355 add a modeline by Martin Grenfell 2008-06-08 17:34:22 +1200
  • ae50662 clear all marks when the tree is initialized by Martin Grenfell 2008-06-07 18:12:05 +1200
  • 8529b6f add s:ClearAllMark() and refactor to use it by Martin Grenfell 2008-06-07 18:11:48 +1200
  • d718f10 put the cursor on the new root after :MarkToRoot by Martin Grenfell 2008-06-07 18:06:32 +1200
  • 0501fc8 add :MarkToRoot command and a corresponding function by Martin Grenfell 2008-06-07 17:40:18 +1200
  • 05ce3ab add searchFromAbsoluteRoot flag to s:GetNodeForMark by Martin Grenfell 2008-06-07 17:38:56 +1200
  • 642c2b7 add oFileNode#MakeRoot() and refactor s:ChRoot() by Martin Grenfell 2008-06-07 17:36:14 +1200
  • 6b7760e add s:AbsoluteTreeRoot() by Martin Grenfell 2008-06-07 17:34:45 +1200
  • 5cafc70 bugfix to s:GetNodeForMark() by Martin Grenfell 2008-06-07 14:37:39 +1200
  • 3327562 add :ClearAllMarks by Martin Grenfell 2008-06-07 13:57:02 +1200
  • bcc1180 add :ClearMarks and bind it to s:ClearMarks() by Martin Grenfell 2008-06-07 13:56:41 +1200
  • 2ecd6eb add s:MarkForNode() and refactor to use it by Martin Grenfell 2008-06-07 12:45:21 +1200
  • 5a4ef66 improve error messages when marks dont exist by Martin Grenfell 2008-06-07 10:12:37 +1200
  • a537e15 some highlighting fixes for marks by Martin Grenfell 2008-06-07 00:43:24 +1200
  • 44e8534 display marks before the symlink target by Martin Grenfell 2008-06-07 00:43:00 +1200
  • c108a19 add a redraw! in s:OpenMark() by Martin Grenfell 2008-06-07 00:24:51 +1200
  • 5685fa7 add :OpenMark command by Martin Grenfell 2008-06-06 23:33:48 +1200
  • 990706b restrict mark names to alphanumeric + underscores by Martin Grenfell 2008-06-06 23:33:01 +1200
  • 6e60ecf check for nonexistent marks by Martin Grenfell 2008-06-06 23:19:28 +1200
  • 219d16f bugfix for stripping :Mark markup from a line by Martin Grenfell 2008-06-06 23:13:05 +1200
  • 5fd7441 add highlighting for marks by Martin Grenfell 2008-06-06 23:02:37 +1200
  • a5f86e1 minor fix to method header by Martin Grenfell 2008-06-06 22:55:20 +1200
  • 782e60e display marks on tree by Martin Grenfell 2008-06-06 22:27:01 +1200
  • 7b26dac add oPath#MarkNames() by Martin Grenfell 2008-06-06 22:26:41 +1200
  • 600f2ca make PutCursorOnNode open ancestors until target node is visible by Martin Grenfell 2008-06-06 13:21:55 +1200
  • fb3c4f9 add marking functionality by Martin Grenfell 2008-06-05 22:41:05 +1200
  • 24c1f6b add recurseUpward arg to s:PutCursorOnNode by Martin Grenfell 2008-06-05 22:15:08 +1200
  • 3e50762 update changelog by Martin Grenfell 2008-06-03 22:07:31 +1200
  • a520080 put cursor on new node after copying by Martin Grenfell 2008-06-03 22:01:41 +1200
  • b747086 strip trailing slashes off copy destination by Martin Grenfell 2008-06-03 21:40:16 +1200
  • 7a1dbcb fix a bug with refreshing after copying by Martin Grenfell 2008-06-03 21:38:45 +1200
  • ce9fece fix screen jumping bug with &scrolloff by Martin Grenfell 2008-05-29 15:27:42 +1200
  • 90fd47b update the credits by Martin Grenfell 2008-05-17 16:29:50 +1200
  • 80e0bca (tag: 2.9.0) change version to 2.9.0 by Martin Grenfell 2008-05-17 16:24:48 +1200
  • 04ea2eb apply Cory Echols' patch by Martin Grenfell 2008-05-17 14:40:27 +1200
  • 25aaaaa gitignore tags file by Martin Grenfell 2008-05-17 14:36:02 +1200
  • 8a32f58 update changelog and credits by Martin Grenfell 2008-05-17 14:12:23 +1200
  • 6018625 bugfix: use #StrForOS when refreshing a path by Martin Grenfell 2008-05-16 12:35:11 +1200
  • c36aaf5 bugfix: process files with single letter extension by Martin Grenfell 2008-05-16 12:22:23 +1200
  • 6e7960b convert tabs to spaces by Martin Grenfell 2008-05-16 11:51:39 +1200
  • f1a9bd3 couple of fixes to the doc by Martin Grenfell 2008-05-10 19:14:29 +1200
  • 191dcc4 remove a now unneeded not to windows users by Martin Grenfell 2008-05-10 18:52:35 +1200
  • 0d62ffd bugfix for paths on windows by Martin Grenfell 2008-05-10 18:29:20 +1200
  • 510f890 change to version 2.8.0.1 by Martin Grenfell 2008-05-10 16:28:01 +1200
  • 06db1cd fix some formatting by Martin Grenfell 2008-05-10 16:27:50 +1200
  • 0eaaf68 improve path handling for windows by Martin Grenfell 2008-05-10 16:26:32 +1200
  • 2ed6524 use oPath#StrForCd where appropriate by Martin Grenfell 2008-05-10 15:55:50 +1200
  • fb7f66d update oPath#Equals by Martin Grenfell 2008-05-10 15:49:08 +1200
  • dcf9e95 minor bugfix by Martin Grenfell 2008-05-10 15:45:05 +1200
  • 8aafa66 handle trailing slashes inside oPath#Rename by Martin Grenfell 2008-05-10 15:33:11 +1200
  • f2ce739 add oPath#StrForCd by Martin Grenfell 2008-05-10 15:25:33 +1200
  • 7275d89 add oPath#ExtractDriveLetter by Martin Grenfell 2008-05-10 12:40:26 +1200
  • e6479c3 bugfix to prevent double escaping when refreshing a node by Martin Grenfell 2008-05-04 21:37:36 +1200
  • da76baf add oPath#StrForGlob() to return a string that can be used to call globpath with by Martin Grenfell 2008-05-04 21:33:52 +1200
  • ec76876 added a comment note to clarify something by Martin Grenfell 2008-05-04 21:31:38 +1200
  • ef1a466 make the script able to handle strange filenames with random chars in them (eg {'$%^&) by Martin Grenfell 2008-05-04 16:48:32 +1200
  • 56dd5f0 fix the output of the rename prompt when it asks you to delete an old buffer by Martin Grenfell 2008-05-04 14:22:59 +1200
  • 92a006f some handy utils by Martin Grenfell 2008-05-04 12:01:43 +1200
  • 7d1cc4e bugfix: the script failed when being initialized on a dir containing spaces by Martin Grenfell 2008-04-17 23:39:23 +1200
  • c008fb3 (tag: 2.8.0) changed the version to 2.8.0 for the next release by Martin Grenfell 2008-03-31 18:22:29 +1300
  • 8654b98 gitignored some stuff by Martin Grenfell 2008-03-10 21:26:51 +1300
  • 5e3e95d added a credit and an entry in the changelog by Martin Grenfell 2008-03-10 20:46:56 +1300
  • faabc8c documented the NERDTreeShowLineNumbers option by Martin Grenfell 2008-03-10 20:44:16 +1300
  • 91d5a52 added the NERDTreeShowLineNumbers option into the script by Martin Grenfell 2008-03-10 20:39:30 +1300
  • a5bc034 (tag: 2.7.1) updated the changelog by marty 2008-01-18 22:39:25 +1300
  • 1383e3f bumped the version to 2.7.1 by marty 2008-01-18 22:29:34 +1300
  • 47adbe9 updated the changelog and filesystem menu doc by marty 2008-01-18 22:29:16 +1300
  • 020c635 changed the key for the filesystem menu to be mnemonic by marty 2008-01-18 21:47:21 +1300
  • 6a77424 (tag: 2.7.0) update to the change log by marty 2007-11-03 13:02:04 +1300
  • 3badb3e changed the version to 2.7.0 by marty 2007-11-03 13:00:59 +1300
  • 3b98b41 removed a comment at the top of the file that is invalid now cos the help is split out by marty 2007-11-03 11:26:55 +1300
  • 355c23d updated the changelog by marty 2007-11-03 11:26:22 +1300
  • e8592f0 removed the doc file, the install call and the install function by marty 2007-11-03 10:48:20 +1300
  • d04b057 made some cosmetic fixes to the doc file by marty 2007-11-03 10:47:51 +1300
  • c95a366 added the plugin and doc files by marty 2007-11-03 10:23:09 +1300