Commit Graph

  • e7ebee3084 switch to version 3.1.1 3.1.1 Martin Grenfell 2009-06-07 21:36:59 +1200
  • 1239f78baf update changelog Martin Grenfell 2009-06-07 21:36:00 +1200
  • 5f4c005771 bugfix: :NERDTreeMirror doesnt have tab completion Martin Grenfell 2009-06-07 20:40:19 +1200
  • 9e0a0b6a43 fix a bug that was causing no-name bufs to be created Martin Grenfell 2009-06-02 20:00:03 +1200
  • 5c85d28285 fix a function description comment Martin Grenfell 2009-06-02 11:12:36 +1200
  • f65bc62fac fix a bug that was occurring with :set nohidden Martin Grenfell 2009-06-02 11:10:03 +1200
  • 9b12953343 add a help file entry for the cd mapping Martin Grenfell 2009-06-02 11:09:33 +1200
  • 84f9793231 fix some help tags Martin Grenfell 2009-05-29 14:23:58 +1200
  • 1f46ecf4b8 update changelog Martin Grenfell 2009-03-12 09:45:18 +1300
  • eef90bf320 fix lots of no-name buffers being created Martin Grenfell 2009-03-12 09:40:16 +1300
  • 3796a8799a map '<CR>' to the same as 'o' Martin Grenfell 2009-03-06 15:57:51 +1300
  • c726655d23 Compatibility syntax fix for screwy versions of vim Martin Grenfell 2009-01-30 23:59:50 +1300
  • bdfac3e25c switch to version 3.1.0 3.1.0 Martin Grenfell 2009-01-27 18:58:38 +1300
  • faf1459ce5 minor doc fix Martin Grenfell 2009-01-27 18:58:26 +1300
  • 02751f4d11 update changelog and credits Martin Grenfell 2009-01-26 22:52:52 +1300
  • 992c9f24eb use ==# always instead of == Martin Grenfell 2009-01-24 00:06:41 +1300
  • 8164fa09d3 fix a bug with the Path#strForEditCmd() and relative paths Martin Grenfell 2009-01-23 23:43:47 +1300
  • 5e50601788 fix a bug where doing a :cd would cause :NERDTreeToggle to fail Martin Grenfell 2009-01-23 23:43:00 +1300
  • 23e79de2c2 make the hijacknetrw functionality work when vim starts up Martin Grenfell 2009-01-23 21:27:53 +1300
  • 4accc8a79c fix a bug when g:NERDTreeChDirMode==2 Martin Grenfell 2009-01-21 23:03:54 +1300
  • 7522cbf4f0 add g:NERDTreeStatusline option Martin Grenfell 2009-01-15 14:41:52 +1300
  • 3a25a594ca add -bar to all :commands Martin Grenfell 2009-01-14 16:24:14 +1300
  • 40374e5056 add doc for the vertical split maps Martin Grenfell 2009-01-14 16:18:46 +1300
  • 4e4fb179e7 correct a help tag Martin Grenfell 2009-01-14 16:04:26 +1300
  • 0f2effb049 make the vertical splitting work with secondary trees Martin Grenfell 2009-01-14 15:54:26 +1300
  • 63ee15ca6e do the vertical split according to the users settings Martin Grenfell 2009-01-14 15:37:19 +1300
  • f8a105d972 remove a rogue call to s:putCursorInTreeWin() Martin Grenfell 2009-01-14 14:43:23 +1300
  • f2707106bd bugfix: make the vsplit maps work when the tree is on the left Martin Grenfell 2009-01-11 11:14:19 +1300
  • 1586cfdb03 add g and gs to the guickhelp Martin Grenfell 2009-01-09 09:19:51 +1300
  • ca8b1d2b34 add mapping options for g and gs Martin Grenfell 2009-01-09 09:19:44 +1300
  • 100d8d2a47 add s and gs for vsplitting the current node Martin Grenfell 2009-01-07 21:43:15 +1300
  • efe03d6988 switch to version 3.0.1 3.0.1 Martin Grenfell 2009-01-12 23:39:10 +1300
  • 7b59186dfe update change log and credits Martin Grenfell 2009-01-12 22:40:59 +1300
  • e9f403ac44 fix a bug where going :NERDTree <relative-path> would fail Martin Grenfell 2009-01-10 21:45:27 +1300
  • 2038f38026 unlet TreeDirNode#open because we are overriding it Martin Grenfell 2009-01-10 21:44:56 +1300
  • 6e9a5d4cea fixes to secondary nerd trees for the q mapping Martin Grenfell 2009-01-10 17:35:21 +1300
  • 495e906169 update changelog Martin Grenfell 2009-01-09 18:14:44 +1300
  • 2e6cedcad7 fix the q mapping again Martin Grenfell 2009-01-09 18:11:36 +1300
  • d76f936698 remove some trailing whitespace Martin Grenfell 2009-01-09 17:37:43 +1300
  • 0e9feaede3 use the s:nextBufferName() helper in s:createTreeWin() Martin Grenfell 2009-01-09 17:11:18 +1300
  • cd55e2d522 ensure all secondary nerd tree buf names are unique Martin Grenfell 2009-01-09 15:56:43 +1300
  • 3d2bf2d9ac fix a bug when doing :NERDTreeMirror without 'hidden set Martin Grenfell 2009-01-09 15:23:57 +1300
  • 2f4d1b93e8 make the q mapping work with secondary trees Martin Grenfell 2009-01-09 14:46:49 +1300
  • f06d99f7b5 bugfix: use TreeDirNode.GetSelected() instead of getSelectedDir() Martin Grenfell 2009-01-09 12:17:16 +1300
  • 1b13fb05ea add a note to the changelog Martin Grenfell 2009-01-09 11:39:31 +1300
  • f90da509e1 updates to the doc Martin Grenfell 2009-01-09 11:27:41 +1300
  • c8afb6d92d fix a bug where :NERDTreeToggle was broken without :set hidden Martin Grenfell 2009-01-09 09:32:57 +1300
  • b0950d1593 move getSelectedNode into TreeFileNode Martin Grenfell 2009-01-07 21:42:44 +1300
  • 9f569c61f9 move the drawTree function into TreeFileNode Martin Grenfell 2009-01-06 21:14:15 +1300
  • 7874b3c60e move the openFileNode() code into TreeFileNode Martin Grenfell 2009-01-06 20:40:15 +1300
  • 99afbe9ec8 move putCursorOnNode into TreeFileNode Martin Grenfell 2009-01-06 20:30:07 +1300
  • 78aa2fa1db move the openExplorerFor code into the TreeDirNode Martin Grenfell 2009-01-06 13:51:42 +1300
  • 111e309507 move the open(Dir|File)NodeSplit code into TreeFileNode Martin Grenfell 2009-01-06 13:42:04 +1300
  • 7a86663128 move findNodeLineNumber/findRootNodeLineNumber into the TreeFileNode model Martin Grenfell 2009-01-06 13:31:17 +1300
  • 6f24013463 switch to version 3.0.0 3.0.0 Martin Grenfell 2008-12-29 14:55:44 +1300
  • d508c231b5 update quickhelp for the 'e' mapping Martin Grenfell 2008-12-29 14:44:53 +1300
  • 8f7e2bb98a update changelog for version 3.0.0 Martin Grenfell 2008-12-27 14:43:45 +1300
  • 39fc42d1cf change the H mapping (toggle hidden files) to I Martin Grenfell 2008-12-27 11:34:02 +1300
  • 7f6603ea4a update the doc for the e mapping Martin Grenfell 2008-12-25 10:23:42 +1300
  • 3b1289ba40 bugfix for the e mapping Martin Grenfell 2008-12-25 10:10:56 +1300
  • 6464cff113 fix a bug with the gi mapping Martin Grenfell 2008-12-25 09:51:25 +1300
  • 4f5599e275 update the 'features' blurb in the doc intro Martin Grenfell 2008-12-24 18:05:16 +1300
  • f98a3f9eab bugfix with :NERDTreeMirror Martin Grenfell 2008-12-24 14:43:04 +1300
  • c9c67b5b67 add a help tag for :NERDTreeClose Martin Grenfell 2008-12-24 14:23:39 +1300
  • 3803db5555 add doc for :NERDTreeMirror Martin Grenfell 2008-12-24 14:09:09 +1300
  • a33849ef9b change the way nerd tree buffers are named Martin Grenfell 2008-12-24 00:57:01 +1300
  • b09e0fbfa4 refactor the initNerdTreeMirror function Martin Grenfell 2008-12-24 00:52:00 +1300
  • 402fea6902 make the NERDTreeMirror handler smarter Martin Grenfell 2008-12-17 20:21:06 +1300
  • 589036f5c9 add NERDTreeMirror command and handler Martin Grenfell 2008-12-14 23:04:56 +1300
  • d3b2258acb update doc for hacking nerd tree Martin Grenfell 2008-12-22 23:33:38 +1300
  • 6103a308af set ei=all for all wincmd calls Martin Grenfell 2008-12-20 00:25:45 +1300
  • 8d20ae913a adjust the quickhelp for primary vs secondary trees Martin Grenfell 2008-12-18 23:23:28 +1300
  • 9fc7fb8d51 make the throw/catch code uniform and consistent Martin Grenfell 2008-12-18 13:25:30 +1300
  • 6da7f317a3 when in a secondary tree, just use :split for the 'i' mapping Martin Grenfell 2008-12-18 12:55:06 +1300
  • d0d755ff87 ignore errors when removing netrw autocmds if they dont exist Martin Grenfell 2008-12-17 23:31:59 +1300
  • 56b5446eaf change the <tab> mapping to i Martin Grenfell 2008-12-17 23:28:20 +1300
  • 88020835d6 make the nerd tree only appear on the left or right Martin Grenfell 2008-12-17 23:22:43 +1300
  • d4b78be306 doc the NERDTreeHijackNetrw option Martin Grenfell 2008-12-17 23:13:13 +1300
  • 5ff836ed26 clean up the netrwhijack code and make an option to disable it Martin Grenfell 2008-12-17 20:55:50 +1300
  • 6b4dca7361 put the base nerd tree autocmds in an augroup Martin Grenfell 2008-12-17 20:24:08 +1300
  • 7ac998fafc bugfix when creating a fresh tree for a tab Martin Grenfell 2008-12-14 23:01:50 +1300
  • 888934a3be make TreeFileNode#isRoot() assume a tree exists for current buf, not tab Martin Grenfell 2008-12-14 00:40:17 +1300
  • fb5ee9fbc2 assume the cursor is already on a tree window when doing an open-split Martin Grenfell 2008-12-14 00:39:19 +1300
  • b2c56e94c9 fix for the preview mappings Martin Grenfell 2008-12-14 00:38:13 +1300
  • 3e5faf9c56 hijack netrw Martin Grenfell 2008-12-13 19:32:35 +1300
  • b0297c5c91 use buffer level variables instead of tab lvl Martin Grenfell 2008-12-13 19:29:03 +1300
  • 9aba1c17f6 switch to version 2.14.3 2.14.3 Martin Grenfell 2008-12-13 11:29:30 +1300
  • 0fc5d3f656 update changelog and credits Martin Grenfell 2008-12-13 11:29:21 +1300
  • 729abf8e9b bugfix for read only node highlighting Martin Grenfell 2008-12-07 12:04:23 +1300
  • 96215c5da6 use reletive paths for edit commands if possible Martin Grenfell 2008-11-30 20:05:54 +1300
  • f4c455bc2f fix a typo Martin Grenfell 2008-11-29 00:11:23 +1300
  • 22904e41de allow relative paths for :NERDTree commands Martin Grenfell 2008-11-29 00:07:23 +1300
  • d49c742daf use the cwd instead of the dir of the current file for :NERDTree Martin Grenfell 2008-11-29 00:06:59 +1300
  • a59a2f6177 switch to version 2.14.2 Martin Grenfell 2008-10-29 20:14:08 +1300
  • 2f399b9ba4 update changelog and credits Martin Grenfell 2008-10-29 20:04:49 +1300
  • 090791407e switch to version 2.14.2 2.14.2 Martin Grenfell 2008-10-29 20:14:08 +1300
  • cea02c6d98 update changelog and credits Martin Grenfell 2008-10-29 20:04:49 +1300
  • 4b61723952 rename and fix s:windowIsUsable() Martin Grenfell 2008-10-29 10:07:32 +1300
  • 00ab690758 bugfix for doing :qa when a nerd tree is open in another tab Martin Grenfell 2008-10-28 21:03:39 +1300
  • d4b4d69469 when opening a file (with o), dont split unless there is no choice Martin Grenfell 2008-10-27 23:21:39 +1300