Commit Graph

  • 28eb47e267 Fix refreshroot (#999) Phil Runninger 2019-06-07 21:41:47 -04:00
  • 67fa9b3116 Change version check to look for 03 not 30 (#994) Daniel Manary 2019-05-09 16:25:36 -04:00
  • a3f0e66793 Change minimum vim (#991) Phil Runninger 2019-05-09 10:12:25 -04:00
  • 3c06335782 Escape the DirArrow strings in substitute function. Phil Runninger (mac) 2019-04-23 10:26:30 -04:00
  • 9226eab2a8 Allow multi-character DirArrows (#985) Phil Runninger 2019-04-22 15:58:06 -04:00
  • e126b8745d Remove redraw! while still clearing last message empty string. (#979) Phil Runninger 2019-04-16 09:55:20 -04:00
  • 7513f256aa Fixes #970. Restore silent parameter to _initChildren. Phil Runninger (mac) 2019-03-26 11:57:21 -04:00
  • 839cddc750 fix _initChildren function value set to numChildrenCached error (#969) Terry Ding 2019-03-26 14:03:12 +08:00
  • e3e600608a On Windows, do a case-insensitive comparison of paths. (#967) Phil Runninger 2019-03-25 22:32:07 -04:00
  • 0efbdfbc5a Remove the "Please wait... DONE" messages. (#966) Phil Runninger 2019-03-25 22:29:21 -04:00
  • 288669db1f Smarter delimiter default (#963) Phil Runninger 2019-03-07 08:24:17 -05:00
  • e1916d6fe7 Update directory .vimdc readme example (#961) Spencer 2019-03-05 09:25:49 -07:00
  • 84737f2ebe Add a NERDTreeMinimalMenu feature (#938) Chris Patuzzo 2019-02-24 23:01:12 +00:00
  • b6cde142dd Preview bookmarks (#956) Phil Runninger 2019-02-22 08:21:20 -05:00
  • 9eda9ce6a1 Add new value to NERDTreeQuitOnOpen to close bookmark table (#955) Phil Runninger 2019-02-21 07:47:15 -05:00
  • 2e0b101d57 Add an :EditBookmarks command to edit the bookmarks file (#954) Phil Runninger 2019-02-20 23:57:51 -05:00
  • f4d2b301b7 Merge branch 'master' of github.com:scrooloose/nerdtree Phil Runninger (mac) 2019-02-18 15:53:39 -05:00
  • 4ef9967e29 Update the documentation to better explain the delimiter character. Phil Runninger (mac) 2019-02-18 15:52:23 -05:00
  • 842f5cabaa Before deleting, turn off &shellslash. Restore after delete is done. Phil Runninger 2019-02-17 22:03:49 -05:00
  • cce52fb9c5 Before copying, turn off &shellslash. Restore after copy is finished. (#952) Phil Runninger 2019-02-17 18:30:10 -05:00
  • c05615fd80 Set a maximum window size when zooming. (#950) Phil Runninger 2019-02-15 03:10:28 -05:00
  • 5e8aa9e721 Confirm the wipeout of a unsaved buffer whose file has been renamed. (#949) Phil Runninger 2019-02-14 17:44:31 -05:00
  • 74be22deb7 Escape a backslash so it can be used in a key mapping. (#948) Phil Runninger 2019-02-14 15:28:30 -05:00
  • 8cc154d4b0 fixed root path error for windows (#935) zcodes 2019-02-01 20:50:55 +08:00
  • 72c3656799 Add new command to open NERDTree in the root of a VCS repository. (#872) Phil Runninger 2018-12-12 13:30:13 -05:00
  • a4dd4e1dce Restore getDirChildren for use in nerdtree-project-plugin. (#929) Phil Runninger 2018-12-11 22:44:55 -05:00
  • c1876da09c Change things up with the artwork on the "cover" of the help doc. Phil Runninger (mac) 2018-12-06 19:29:25 -05:00
  • 743b849dcf Add a happy little tree to the "cover" of the help document. Phil Runninger (mac) 2018-12-06 15:07:13 -05:00
  • ffa8be8aa7 Document NERDTreeNodeDelimiter #912 (#926) Phil Runninger 2018-12-06 01:08:16 -05:00
  • c905a5d7b8 Allow modification of menu keybindings (#923) Arvid Gerstmann 2018-11-29 15:17:39 +01:00
  • 370eb5bcb4 Add two more disqualifications for isCascadable(). (#914) Phil Runninger 2018-11-20 13:33:23 -05:00
  • f406af39cf Merge branch 'master' of github.com:scrooloose/nerdtree Phil Runninger (mac) 2018-11-12 11:18:07 -05:00
  • 64c3a6aed3 Change the containedin to ALL to conceal delmiter after filename. Phil Runninger (mac) 2018-11-12 11:17:20 -05:00
  • 6fe967b3b3 Allow highlighting more than one flag. (#908) Kristijan Husak 2018-11-05 16:12:07 +01:00
  • 8d005db94f Use substitute() for backward compatibility. Change conceallevel to 3. Phil Runninger (mac) 2018-10-31 08:45:43 -04:00
  • 91e0f2253f Support unusual characters in file and directory names (#868) Phil Runninger 2018-10-24 22:41:13 -04:00
  • c372911c4a Refresh buffers after m, m operation on a folder (#888) Phil Runninger 2018-10-24 22:20:59 -04:00
  • 388623e702 Support sorting files and directories by modification time. (#901) Phil Runninger 2018-10-24 22:18:18 -04:00
  • 92a20c0736 Bug fix: Parse . and .. from path string with trailing slash. (#899) Phil Runninger 2018-10-24 22:14:18 -04:00
  • 52151fb307 Call Resolve on the file's path when calling :NERDTreeFind. (#896) Phil Runninger 2018-10-24 22:13:42 -04:00
  • f98078d3ae Force sort to recalculate the cached sortKey. (#898) Phil Runninger 2018-10-18 16:13:15 -04:00
  • 820955e773 Catch all errors, not just NERDTree errors. (#894) Phil Runninger 2018-10-18 11:35:00 -04:00
  • 5381197747 Add NERDTreeRefreshRoot command (#897) Werner Hofstra 2018-10-16 17:08:23 +02:00
  • 6b6cadf86c Use a better arg for FINDSTR when using the m,l command in Windows. (#887) Phil Runninger 2018-10-10 22:19:18 -04:00
  • 729e8014b9 Merge pull request #892 from lvoisin/work Phil Runninger 2018-10-08 09:06:20 -04:00
  • bba4b0087b Fix typo in help file Laurent Voisin 2018-10-08 13:17:33 +02:00
  • 599238ad99 Make NERDTreeCreator set the 'nolist' option (#889) Jason Franklin 2018-09-17 08:13:07 -04:00
  • cd1f2c803e Fix the <C-J>, <C-K>, J, and K default mappings (#886) Jason Franklin 2018-09-15 10:18:09 -04:00
  • e9d3f72d9c Function "s:UI.getLineNum()" doesn't always work on cascades. (#882) Jason Franklin 2018-09-13 08:39:09 -04:00
  • b3804dcd71 Merge pull request #871 from scrooloose/trap_bad_bookmark_path Phil Runninger 2018-09-10 17:34:06 -04:00
  • 15d06b676d Merge pull request #878 from scrooloose/autochdir_interference Phil Runninger 2018-09-10 09:27:52 -04:00
  • 2cd4331b78 Check for unknown current working directory Jason Franklin 2018-09-10 09:00:05 -04:00
  • 5442d5e04a Put cursor in first column Jason Franklin 2018-09-10 08:52:43 -04:00
  • 7e00a9971e Check for error; remove code duplication Jason Franklin 2018-09-10 08:46:42 -04:00
  • 7c8c811f00 Edit the help file Jason Franklin 2018-09-10 08:33:10 -04:00
  • c726ec7318 Implement PR review comments. Phil Runninger (mac) 2018-09-10 06:57:39 -04:00
  • 129a241b22 Merge pull request #870 from scrooloose/undo_zoom_on_open Phil Runninger 2018-09-10 06:34:05 -04:00
  • f78cf63627 Instead of creating the bookmark file path, show error message. Phil Runninger (mac) 2018-09-09 21:29:20 -04:00
  • 808f5b225b Escape commas in the globpath() function's path argument. Phil Runninger (home) 2018-08-13 23:01:02 -04:00
  • b8cc044760 Merge pull request #875 from scrooloose/open_differently_cased_files Jason Franklin 2018-08-25 09:36:57 -04:00
  • b10c61b063 Merge pull request #877 from scrooloose/replace_gt_with_tabnext Jason Franklin 2018-08-25 09:18:08 -04:00
  • 18071f5999 NERDTreeCWD: reset CWD if changed by NERDTreeFocus Phil Runninger (mac) 2018-08-22 17:01:08 -04:00
  • 39a89f5e50 Use <count>tabnext instead of <count>gt to allow users to remap gt. Phil Runninger (mac) 2018-08-22 09:16:33 -04:00
  • 026bfaf35e Do a case sensitive comparison of new/existing buffers. Phil Runninger (mac) 2018-08-15 13:22:06 +00:00
  • 7d9a3f0e8b Make sure the path to the bookmarks file exists before writing it. Phil Runninger (mac) 2018-08-07 18:13:40 -04:00
  • b6978ecd70 Unzoom only when user want NERDTree to stay open. Phil Runninger (mac) 2018-08-07 10:01:09 -04:00
  • 192b07ce1f If the NERDTree is zoomed when 'o'pening a file, unzoom it. Phil Runninger (mac) 2018-08-07 09:00:39 -04:00
  • e653a68270 Merge pull request #867 from aflock/aflock/reword-renamed-buffer Phil Runninger 2018-08-04 15:13:46 -04:00
  • 9e9d16a38a Reword renamed-buffer prompt to be more clear Andrew Flockhart 2018-08-04 01:16:46 -04:00
  • 43d569195c Merge pull request #866 from lifecrisis/bm_toggle Jason Franklin 2018-08-03 14:04:57 -04:00
  • 456367ab07 Put cursor on root when closing bookmark table Jason Franklin 2018-08-02 09:17:18 -04:00
  • eee179f0bf Merge pull request #856 from scrooloose/broken_sort_#277 Phil Runninger 2018-07-31 14:53:40 -04:00
  • e99a7a0313 Restore the cached _sortKey for faster processing. Phil Runninger (mac) 2018-07-27 08:46:50 -04:00
  • 1e2b7ef98d Remove AddDefaultGroupToSortOrder check from startup. Phil Runninger (mac) 2018-07-02 09:06:09 -04:00
  • 6ef3213cd0 Fix indentation. Phil Runninger (mac) 2018-07-02 08:55:32 -04:00
  • a053925279 Recalculate the node's sortkey every time. Phil Runninger (mac) 2018-07-01 19:57:02 -04:00
  • 703e1ef4fe Correctly check the type of the sort key's value. Fixes #842. Phil Runninger (mac) 2018-07-01 19:55:26 -04:00
  • d6032c876c Merge pull request #853 from bubba-h57/master Phil Runninger 2018-06-15 12:04:30 -04:00
  • 08db3a0eea Do not need to check for unix os here. Bubba 2018-06-15 12:02:58 -04:00
  • a053179d6a Use the case-insensitive regex Bubba 2018-06-15 11:29:09 -04:00
  • c0d87db309 Better OSX detection Bubba 2018-06-15 10:43:20 -04:00
  • 26abd33ad9 Merge pull request #852 from mnussbaum/fix_maybe_missing_map Phil Runninger 2018-06-12 18:34:52 -04:00
  • eb048a3070 Bugfix - ensure keymaps dictionary exists before using it mnussbaum 2018-06-12 12:43:25 -07:00
  • bf4591c5d8 Merge pull request #851 from mnussbaum/decrease_startup_time Phil Runninger 2018-06-12 11:31:03 -04:00
  • 657be6b24d Mark private function with leading underscore mnussbaum 2018-06-12 08:28:04 -07:00
  • c6d757f198 Decrease startup-time by avoiding iteration over maps mnussbaum 2018-06-10 23:36:56 -07:00
  • 9af083a6d1 Merge pull request #849 from lifecrisis/sort-maps Jason Franklin 2018-06-06 13:15:53 -04:00
  • 57c825a169 Add code to sort mappings in quickhelp Jason Franklin 2018-06-06 09:02:25 -04:00
  • 0788027b55 Merge pull request #844 from lifecrisis/clearjumps Jason Franklin 2018-05-29 16:13:48 -04:00
  • 80ee0897ff Add a call to ":clearjumps" to "_createTreeWin()" Jason Franklin 2018-05-26 08:43:27 -04:00
  • 35953042fb Merge pull request #840 from scrooloose/create_parent_directories_on_m-m Jason Franklin 2018-05-22 09:48:37 -04:00
  • c4f8a0f370 Like m-c did before, create parent directories if needed on m-m. Phil Runninger (mac) 2018-05-16 13:09:20 -04:00
  • 6188c5ea5f Merge pull request #838 from lifecrisis/updir-fix Jason Franklin 2018-05-07 08:22:55 -04:00
  • 0bf429bac3 Merge pull request #837 from scrooloose/readonly-error-#831 Phil Runninger 2018-05-06 21:13:44 -04:00
  • f9e83ad8bd Fix a bug with the 'u' mapping Jason Franklin 2018-05-06 12:19:19 -04:00
  • 2c38519733 Make the NERDTree buffer writable when rendering it. Phil Runninger (mac) 2018-05-06 11:34:24 -04:00
  • 68313ef0f5 Merge pull request #835 from lifecrisis/cleanmaps Jason Franklin 2018-04-30 15:24:58 -04:00
  • 2437b75479 Remove unsupported bookmark table mappings Jason Franklin 2018-04-28 09:17:29 -04:00
  • 925a96f58d Merge pull request #834 from bravestarr/fix-multibyte-path Phil Runninger 2018-04-26 09:36:24 -04:00
  • abf200397f Merge branch 'master' into fix-multibyte-path bravestarr 2018-04-26 21:20:33 +08:00