Commit Graph

  • e478911c3f Move VCS code to a plugin script. Phil Runninger (mac) 2018-12-12 01:59:13 -0500
  • a4dd4e1dce
    Restore getDirChildren for use in nerdtree-project-plugin. (#929) Phil Runninger 2018-12-11 22:44:55 -0500
  • 8f7843866d Restore getDirChildren for use in nerdtree-project-plugin. Phil Runninger (mac) 2018-12-11 20:46:59 -0500
  • c1876da09c Change things up with the artwork on the "cover" of the help doc. Phil Runninger (mac) 2018-12-06 19:29:25 -0500
  • 743b849dcf Add a happy little tree to the "cover" of the help document. Phil Runninger (mac) 2018-12-06 15:07:13 -0500
  • ffa8be8aa7
    Document NERDTreeNodeDelimiter #912 (#926) Phil Runninger 2018-12-06 01:08:16 -0500
  • 1e9c5e741d Text alignment, typo fixes, and wordsmithing the About section. Phil Runninger (mac) 2018-12-06 01:04:08 -0500
  • e7d395c9ae Realign hot-links with concealed markup tags taken into account. Phil Runninger (mac) 2018-12-05 15:18:30 -0500
  • d98fbf46ff Change the word option to setting, and redo the word wrapping. Phil Runninger (mac) 2018-12-05 15:03:37 -0500
  • df74fdc5ac Change the ASCI Art title, and give credit for it. Phil Runninger (mac) 2018-12-05 15:01:02 -0500
  • 23260fc15c Fix wrapping to 78, and remove colorcolumn setting from modeline. Phil Runninger (mac) 2018-12-05 12:03:02 -0500
  • c3c5a3b53b Fix typo, and clarify branches of code in Github. Phil Runninger (mac) 2018-12-05 11:51:36 -0500
  • efbdef0daa Update the title and the About section of the documentation. Phil Runninger (mac) 2018-12-05 11:41:45 -0500
  • d83f0f32b6 Clean up the documentation markup. Phil Runninger (mac) 2018-12-05 11:37:29 -0500
  • b2057fc7e2 Document the NERDTreeNodeDelimiter setting. Phil Runninger (mac) 2018-12-05 11:36:12 -0500
  • b33c72d9b8 Syntax match by ASCII code, vs. string concatenation. Phil Runninger (mac) 2018-12-05 11:32:55 -0500
  • feb4d4fe37 Change the default node delimiter to the BELL character, \x07. Phil Runninger (mac) 2018-12-05 11:32:12 -0500
  • c905a5d7b8 Allow modification of menu keybindings (#923) Arvid Gerstmann 2018-11-29 15:17:39 +0100
  • a496bc5fa8 Allow modification of menu keybindings Arvid Gerstmann 2018-11-26 13:57:17 +0100
  • 370eb5bcb4
    Add two more disqualifications for isCascadable(). (#914) Phil Runninger 2018-11-20 13:33:23 -0500
  • 82289b94d6 Add comments to explain the new exclusions for bookmarks and symlinks. Phil Runninger (mac) 2018-11-12 12:55:51 -0500
  • f406af39cf Merge branch 'master' of github.com:scrooloose/nerdtree Phil Runninger (mac) 2018-11-12 11:18:07 -0500
  • 64c3a6aed3 Change the containedin to ALL to conceal delmiter after filename. Phil Runninger (mac) 2018-11-12 11:17:20 -0500
  • 5430ef0abe Add two more disqualifications for isCascadable(). Phil Runninger (home) 2018-11-08 00:45:24 -0500
  • 6fe967b3b3 Allow highlighting more than one flag. (#908) Kristijan Husak 2018-11-05 16:12:07 +0100
  • 493f28f04e Allow highlighting more than one flag. Kristijan Husak 2018-11-03 23:19:40 +0100
  • 8d005db94f Use substitute() for backward compatibility. Change conceallevel to 3. Phil Runninger (mac) 2018-10-31 08:45:43 -0400
  • 91e0f2253f
    Support unusual characters in file and directory names (#868) Phil Runninger 2018-10-24 22:41:13 -0400
  • c372911c4a
    Refresh buffers after m, m operation on a folder (#888) Phil Runninger 2018-10-24 22:20:59 -0400
  • 388623e702
    Support sorting files and directories by modification time. (#901) Phil Runninger 2018-10-24 22:18:18 -0400
  • 92a20c0736
    Bug fix: Parse . and .. from path string with trailing slash. (#899) Phil Runninger 2018-10-24 22:14:18 -0400
  • 52151fb307
    Call Resolve on the file's path when calling :NERDTreeFind. (#896) Phil Runninger 2018-10-24 22:13:42 -0400
  • 2e0fd8096e Fix vsplit to not open empty buffer Rolando Islas 2018-10-24 13:48:32 -0500
  • eb11241cd1 Move let path= closer to where it's used. Phil Runninger (mac) 2018-10-22 09:46:10 -0400
  • eb08968356 Fix the inequality. Must be >= to force recalculation of _sortKey. Phil Runninger (mac) 2018-10-22 09:39:47 -0400
  • c7ba8c7952 Update NERDTreeSortOrder documentation. Phil Runninger (mac) 2018-10-22 04:05:56 -0400
  • e2f58028f8 Introduce a flag to to sort by the node's modification time. Phil Runninger (mac) 2018-10-22 03:49:10 -0400
  • bc018ec48b Merge branch 'master' into nonstandard-characters Phil Runninger (mac) 2018-10-18 23:21:18 -0400
  • e37ba2ba76 DRY up the addition of the 2nd delimiter, and use only 1 for all tags. Phil Runninger (mac) 2018-10-18 23:18:50 -0400
  • 18a148e838 Remove node delimiters that terminate the line. Phil Runninger (mac) 2018-10-18 19:18:37 -0400
  • f98078d3ae
    Force sort to recalculate the cached sortKey. (#898) Phil Runninger 2018-10-18 16:13:15 -0400
  • 4c6a06d1d3 Add a comment to explain the let ... = [] statement. Phil Runninger (mac) 2018-10-18 16:10:06 -0400
  • 820955e773
    Catch all errors, not just NERDTree errors. (#894) Phil Runninger 2018-10-18 11:35:00 -0400
  • de19004082 Bug fix: Parse . and .. from path string with trailing slash. Phil Runninger (mac) 2018-08-20 10:18:34 -0400
  • d64fb3b3a1 Use .= to shorten statement. Use clearer substitutes to get node name. Phil Runninger (mac) 2018-10-18 09:33:15 -0400
  • b403c8f781 Merge branch 'master' into nonstandard-characters Phil Runninger (mac) 2018-10-18 07:55:47 -0400
  • 35ff820273 Force sort to recalculate the cached sortKey. Phil Runninger (mac) 2018-10-17 17:14:36 -0400
  • 5381197747 Add NERDTreeRefreshRoot command (#897) Werner Hofstra 2018-10-16 17:08:23 +0200
  • 93c2d1601d Document NERDTreeRefreshRoot Werner Hofstra 2018-10-14 10:31:58 +0200
  • 6b850e2313 Add NERDTreeRefreshRoot command Werner Hofstra 2018-10-12 16:39:39 +0200
  • f1dc134789 Call Resolve on the file's path when calling :NERDTreeFind. Phil Runninger (mac) 2018-10-11 18:01:09 -0400
  • 6b6cadf86c
    Use a better arg for FINDSTR when using the m,l command in Windows. (#887) Phil Runninger 2018-10-10 22:19:18 -0400
  • e018eab7e1 Merge branch 'fix_local_issue_on_m-l_#883' of github.com:scrooloose/nerdtree into fix_local_issue_on_m-l_#883 Phil Runninger (home) 2018-10-10 22:14:32 -0400
  • be621c6d67 Put labels in the text of the file/dir listing. Phil Runninger (home) 2018-10-10 22:07:00 -0400
  • 0a7904ccc0 Catch all errors, not just NERDTree errors. Phil Runninger (mac) 2018-10-09 15:36:10 -0400
  • 729e8014b9
    Merge pull request #892 from lvoisin/work Phil Runninger 2018-10-08 09:06:20 -0400
  • bba4b0087b Fix typo in help file Laurent Voisin 2018-10-08 13:17:33 +0200
  • 84e9063b8c Remove unnecessary variable. Phil Runninger (mac) 2018-10-05 08:58:33 -0400
  • 1b6242b1ce Use vim getf...() functions in place of DOS commands. Phil Runninger (home) 2018-10-05 07:34:45 -0400
  • 4dcda15cb0 Remove trailing spaces. Phil Runninger (home) 2018-10-05 07:34:26 -0400
  • 0421600f3b Add slash to directory before creating Path object Jason Franklin 2018-09-22 12:19:12 -0400
  • 6246f886f1 Change a variable name Jason Franklin 2018-09-22 12:15:11 -0400
  • 651df9be71 Refactor the "s:Path.Resolve" function Jason Franklin 2018-09-22 12:10:29 -0400
  • a9b83d553c Refactor the "s:Creator._pathForString" function Jason Franklin 2018-09-22 11:08:39 -0400
  • 599238ad99
    Make NERDTreeCreator set the 'nolist' option (#889) Jason Franklin 2018-09-17 08:13:07 -0400
  • d555111fd8 Make NERDTreeCreator set the 'nolist' option Jason Franklin 2018-09-16 11:46:36 -0400
  • 4b689316da Fix the ugliness of the previous commit, and finish the work. Phil Runninger (mac) 2018-09-15 10:34:24 -0400
  • cd1f2c803e Fix the <C-J>, <C-K>, J, and K default mappings (#886) Jason Franklin 2018-09-15 10:18:09 -0400
  • efb7fe7a22 Merge branch 'master' into refresh_buffers_after_move_folder Phil Runninger (mac) 2018-09-15 00:46:45 -0400
  • cd1ae53875 Use a better arg for FINDSTR when using the m,l command in Windows. Phil Runninger (home) 2018-09-14 22:44:02 -0400
  • 613a1194f3 Remove an unused function Jason Franklin 2018-09-13 14:51:20 -0400
  • 04b015b261 Rewrite the "s:jumpToChild()" function Jason Franklin 2018-09-13 14:25:06 -0400
  • 7d3ed5132a Remove noise comments, fix signatures Jason Franklin 2018-09-13 14:00:50 -0400
  • 3019f453be Fix the "jumpToSibling()" function Jason Franklin 2018-09-13 13:47:02 -0400
  • 111a7f1cea Refactor the "findSibling()" function Jason Franklin 2018-09-13 13:27:36 -0400
  • 051c90d670 Refactor the "jumpToParent()" function Jason Franklin 2018-09-13 10:15:00 -0400
  • 73884d31b4 Do not search above tree root for cascade root Jason Franklin 2018-09-13 09:56:49 -0400
  • ae29b56f46 Add the "s:TreeDirNode.getCascadeRoot()" function Jason Franklin 2018-09-13 09:04:31 -0400
  • e9d3f72d9c
    Function "s:UI.getLineNum()" doesn't always work on cascades. (#882) Jason Franklin 2018-09-13 08:39:09 -0400
  • b3804dcd71
    Merge pull request #871 from scrooloose/trap_bad_bookmark_path Phil Runninger 2018-09-10 17:34:06 -0400
  • 15d06b676d
    Merge pull request #878 from scrooloose/autochdir_interference Phil Runninger 2018-09-10 09:27:52 -0400
  • 2cd4331b78 Check for unknown current working directory Jason Franklin 2018-09-10 09:00:05 -0400
  • 5442d5e04a Put cursor in first column Jason Franklin 2018-09-10 08:52:43 -0400
  • 7e00a9971e Check for error; remove code duplication Jason Franklin 2018-09-10 08:46:42 -0400
  • 7c8c811f00 Edit the help file Jason Franklin 2018-09-10 08:33:10 -0400
  • e1af7a314b Fix unresponsive cascaded directories. Phil Runninger (mac) 2018-09-10 07:11:57 -0400
  • c726ec7318 Implement PR review comments. Phil Runninger (mac) 2018-09-10 06:57:39 -0400
  • 129a241b22
    Merge pull request #870 from scrooloose/undo_zoom_on_open Phil Runninger 2018-09-10 06:34:05 -0400
  • f78cf63627 Instead of creating the bookmark file path, show error message. Phil Runninger (mac) 2018-09-09 21:29:20 -0400
  • ffa95fa2b0 WIP: Wow! That's an ugly diff. I'm not done yet, though. Phil Runninger (mac) 2018-09-06 12:13:04 -0400
  • 655dbd5654 Minor style fixes Jason Franklin 2018-09-06 10:53:38 -0400
  • 05bf828515 Clean up a nested if statement Jason Franklin 2018-09-06 10:41:02 -0400
  • 3f029f48b6 Fix the logic for adding a path component Jason Franklin 2018-09-06 10:34:35 -0400
  • 9e579f1674 Fix comparison operators Jason Franklin 2018-09-06 10:23:39 -0400
  • 51822dd173 Remove useless condition Jason Franklin 2018-09-06 10:21:52 -0400
  • ca1c5732a5 Fix range in loop beginning Jason Franklin 2018-09-06 10:19:27 -0400
  • 1beb53294e Remove noisy comments Jason Franklin 2018-09-06 10:18:10 -0400
  • afda9d281a Rename variables Jason Franklin 2018-09-06 10:16:35 -0400
  • d1523ea491 Rename a variable Jason Franklin 2018-09-06 10:11:18 -0400
  • e12128bca4 Make the line check more specific Jason Franklin 2018-09-06 10:08:57 -0400