nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
DateCommit messageAuthorFiles+-
09:21 19-10-2023Merge branch 'master' into masterAli Rezvani7+39-13
08:48 19-10-2023Fix documentation error (#1372)Bubu1+1-1
06:54 19-10-2023Fixed typo in nerdtree.vim file (#1380)SandeshPyakurel1+1-1
05:58 19-10-2023Updated CHANGELOG.md, bumped the version to 7.0.0 (#1379)Ali Rezvani1+14-0
20:31 02-09-2023Warn about invalid files not loaded on-refreshrzvxa1+4-2
19:47 08-10-2021Warn about invalid files not loaded on-loadRafael Monico1+3-1
00:45 03-09-2023Add horizontal position options to `g:NERDTreeWinPos` (#1363)Ali Rezvani2+13-5
00:29 03-09-2023Fix README autocmd suggestion (#1330)Nick Jensen1+1-1
04:30 21-06-2023ci: Update vimscript linter workflow with latest GH ActionCaleb Maclennan1+2-2
02:17 05-02-2023New menu command: Change selected node permissionsmjkloeckner1+24-0
07:10 13-06-2022Fix typo in docs (#1306)Rod Elias1+1-1
01:16 29-10-2021Help Wanted AnnouncementPhil Runninger1+8-2
21:43 27-09-2021Fix documentation errors (#1269)lifecrisis2+5-4
16:01 20-09-2021Ensure backward compatible testing of types (#1266)lifecrisis2+6-5
23:34 14-09-2021Replace trim() with a version-compatible alternative. (#1265)Phil Runninger2+4-3
12:31 11-09-2021Change highlighting of bookmarks in the tree. (#1261)Phil Runninger2+7-6
11:14 07-09-2021Answer the question about accessing files over scp or ftp. (#1259)Phil Runninger2+33-0
20:18 12-08-2021Trim filenames created via the fs_menu (#1243)Sharla Kew2+4-3
09:31 15-07-2021Update Wiki link in General Question issue templatePhil Runninger1+1-1
15:28 13-07-2021Improve F.A.Q. Answers and Issue Templates (#1249)Phil Runninger4+45-50
00:41 25-03-2021`go` on a bookmark directory will NERDTreeFind it. (#1236)Phil Runninger3+8-3
11:34 01-03-2021Put `Callback` function variables in local scope. (#1230)Phil Runninger4+10-9
01:14 13-02-2021Fix mouse-clicking a file to open it, which was broken in 6.10.5. (#1225)Phil Runninger2+2-1
00:20 11-02-2021Restore the default behavior of the <CR> key. (#1221)Phil Runninger3+13-36
18:38 10-02-2021Update README.markdownPhil Runninger1+1-2
23:50 09-02-2021Update README.markdownPhil Runninger1+1-1
23:34 09-02-2021Fix {'keepopen':0} in NERDTreeCustomOpenArgs (#1217)Phil Runninger6+25-45
22:48 09-02-2021Removed directory separator from sort key (#1219)Daniel E2+2-1
02:19 31-01-2021Add new FAQ and answer: How to prevent buffers replacing NERDTree. (#1215)Phil Runninger2+9-0
01:45 31-01-2021New menu command: Run a system command in this directory. (#1214)Phil Runninger2+22-0
01:43 31-01-2021Escape quotation marks so they can be used in key mappings. (#1213)Phil Runninger2+2-1
22:07 19-01-2021Enable full path specifications for NERDTreeIgnore (#1207)Phil Runninger3+45-33
23:23 18-01-2021Fix missing key case, add BC type checking (#1206)Tomasz N1+6-6
00:16 18-01-2021Revert #1200, due to bug (#1205) it introduced.Phil Runninger1+1-0
22:00 17-01-2021Respect NERDTreeCustomOpenArgs when opening bookmark (#1200)Tomasz N2+36-4
22:28 19-12-2020Provide alternate way to mirror the NERDTree on all tabs.Phil Runninger1+5-0
17:03 18-12-2020Revamp the README file (#1193)Phil Runninger2+111-108
02:36 18-12-2020readme update add script for automatically open NERDTree and focus on file (#1192)buncis1+14-0
19:08 14-10-2020Open a mirrored NERDTree with correct width (#1177)Phil Runninger5+89-116
12:14 18-08-2020Updated Readme (#1167)Yosef Herskovitz2+2-1
19:06 14-08-2020Refactor sort comparison functions, removing redundancy (#1166)Phil Runninger4+9-52
08:07 09-08-2020Fix argument of exists() function calls checking for autocommands. (#1165)Phil Runninger3+3-2
01:37 07-08-2020Don't use silent when raising User events (#1164)Phil Runninger3+7-2
12:14 24-07-2020fix highlight for file node (#1157)Yeri Pratama2+3-0
15:11 17-07-2020Make sure symbolic links' flags are highlighted correctly. (#1156)Phil Runninger2+2-1
09:53 14-07-2020Respect user's &shellslash setting in CopyNode and RemoveNode functions (#1150)Phil Runninger6+15-35
09:49 14-07-2020Update PULL_REQUEST_TEMPLATE.mdPhil Runninger1+1-1
09:32 14-07-2020Update PULL_REQUEST_TEMPLATE.mdPhil Runninger1+8-2
08:20 14-07-2020Fix new NERDTrees' width when previous one was in the only window. (#1153)Phil Runninger2+2-1
11:03 12-07-2020Fix the scope of several key mappings (#1151)Phil Runninger3+11-15
11:40 23-06-2020Enable opening bookmarks in split windows. (#1144)Phil Runninger4+35-3
03:09 01-06-2020Merge branch 'master' of github.com:preservim/nerdtreePhil Runninger1+2-0
03:08 01-06-2020Allow concealed characters to show another character. (#1138)Phil Runninger2+3-1
02:51 01-06-2020Closes #1136. Allow concealed characters to show another character.Phil Runninger1+1-1
01:15 26-05-2020Add curly braces to the list of characters to be escaped. (#1128)Phil Runninger2+2-1
12:33 25-05-2020Use backward-compatible nerdtree#and() in one place that was missed. (#1134)Phil Runninger3+3-2
10:02 22-05-2020Update title of pull request. Add PR authors where missing.Phil Runninger1+3-3
09:57 22-05-2020cmd.exe /c start "" <filename> for windows default viewer support (#1130)Jordi Altayó2+16-0
03:23 21-05-2020Fixed a bug that caused the file-tree construction to slow down significantly. (#1126)Eugenij2+2-0
15:24 14-05-2020* fix duplicated slash in s:Path.isUnder() (on windows OS) (#1122)Eugenij3+30-15
00:24 07-05-2020Do not consider the tree root to be "cascadable" (#1120)lifecrisis2+7-0
09:14 04-05-2020Force NERDTreeFocus to allow events to be fired when switching windows. (#1118)Phil Runninger3+6-5
09:11 04-05-2020Update version number in change log.Phil Runninger1+3-2
08:59 04-05-2020Force NERDTreeFocus to allow events to be fired when switching windows.Phil Runninger2+3-3
02:21 03-05-2020Fix example code for the NERDTreeAddKeyMap function. (#1116)Phil Runninger2+4-3
09:58 15-04-2020Put '%' argument in bufname() for backwards compatibility. (#1105)Phil Runninger2+2-1
01:55 15-04-2020If a file's already open in the window, don't edit it again. (#1103)Phil Runninger2+6-2
18:05 13-04-2020Prevent unneeded tree creation in :NERDTreeToggle[VCS] <path> (#1101)Phil Runninger2+2-1
22:37 09-04-2020Add missing calls to the shellescape() function (#1099)lifecrisis3+42-18
02:21 01-04-2020Fix vsplit to not open empty buffer (#1098)Rolando2+2-1
17:33 26-03-2020Fix infinity loop in FindParentVCSRoot (#1095)Eugenij2+3-2
16:08 24-03-2020File Move: Escape existing directory name when looking for open files. (#1094)Phil Runninger2+3-1
11:10 20-02-2020Merge pull request #1090 from bouk/open-on-find-unsaved-filePhil Runninger2+5-1
06:50 20-02-2020Use single-quoted string to comply with styleguideBouke van der Bijl1+1-1
06:49 20-02-2020Add changelog entryBouke van der Bijl1+2-0
06:45 20-02-2020Open the parent directory when revealing a non-existent fileBouke van der Bijl1+3-1
16:11 07-02-2020Give kazukazuinaina proper credit.Phil Runninger1+1-1
16:00 07-02-2020Merge pull request #1087 from kazukazuinaina/add_dein_in_READMEPhil Runninger2+8-0
14:42 07-02-2020[add] How to install using dein.vimkazukazuinaina2+8-0
20:21 06-02-2020Merge pull request #1085 from preservim/i1064Phil Runninger7+51-42
19:43 06-02-2020Update version number in change log.Phil Runninger1+5-6
15:01 06-02-2020Update the documentation/README.Phil Runninger2+15-4
17:09 05-02-2020Reorder syntax statements to fix highlighting.Phil Runninger1+9-9
04:08 04-02-2020WIP: A better regex for NERDTreeExecFile. Still not all right.Phil Runninger1+2-2
11:30 03-02-2020Simplify and make similar statements more similarerPhil Runninger2+3-5
10:00 03-02-2020Fix indentLevelFor(), which was getting the right answer the wrong way.Phil Runninger1+5-1
04:28 03-02-2020Fix vint errors: Use robust operators ==# and !=#Phil Runninger3+3-3
03:59 03-02-2020WIP: Fix syntax highlighting when arrows are empty strings.Phil Runninger1+14-10
03:58 03-02-2020If arrows are empty strings, don't print their trailing spaces.Phil Runninger2+5-12
05:59 28-01-2020Merge pull request #1083 from preservim/1076Phil Runninger3+13-7
05:57 28-01-2020Update pull request number in change log.Phil Runninger1+1-1
05:55 28-01-2020NERDTree <start-directory> always sets NERDTree root.Phil Runninger3+13-7
05:20 28-01-2020Fix typo in version number.Phil Runninger1+1-1
22:37 27-01-2020Merge pull request #1081 from andys8/bugfix/1059-fails-with-vim-startifyPhil Runninger2+5-3
16:42 19-01-2020[BUGFIX] Shows error for empty filenames (vim-startify)andys82+5-3
15:29 16-01-2020Merge pull request #1080 from preservim/restore_eventignore_in_finally_blockPhil Runninger4+18-11
15:25 16-01-2020Update version in change log.Phil Runninger1+1-0
13:17 16-01-2020Don't ignore events when opening renamed files.Phil Runninger1+2-2
12:51 16-01-2020Put the eventignore reset inside a finally block to ensure it's called.Phil Runninger2+15-9
21:55 15-01-2020Merge pull request #1079 from preservim/1078Phil Runninger2+6-0
21:54 15-01-2020Update version number in change log.Phil Runninger1+1-0
21:51 15-01-2020Prevent overwriting existing files/dirs on node move. (m-m)Phil Runninger1+5-0
11:21 06-01-2020Merge pull request #1075 from preservim/1073Phil Runninger2+2-1
11:16 06-01-2020Fix regex that finds keyword for minimal menu.Phil Runninger2+2-1
11:55 02-01-2020Merge pull request #1072 from preservim/migratePhil Runninger3+144-144
04:55 31-12-2019Update links to repository with new org namespaceCaleb Maclennan3+144-144
04:12 02-01-2020Merge pull request #1071 from preservim/vintPhil Runninger24+694-671
03:55 31-12-2019Update changelog for 6.4.2 and add CI badgeCaleb Maclennan2+2-1
03:40 31-12-2019Fix lint warnings: use the full option nameCaleb Maclennan4+15-15
03:34 31-12-2019Fix lint warnings: use the abort attribute for functions in autoloadCaleb Maclennan2+74-74
03:31 31-12-2019Fix lint warnings: use scriptencoding when multibyte char existsCaleb Maclennan1+2-0
03:29 31-12-2019Fix lint warnings: use robust operatorsCaleb Maclennan14+120-120
02:50 31-12-2019Fix lint warnings: prefer single quoted stringsCaleb Maclennan20+478-478
03:36 31-12-2019Fix VimL syntax error: undefined variableCaleb Maclennan1+1-1
02:56 31-12-2019Fix VimL syntax error: escapes work differently outside quotesCaleb Maclennan1+1-1
01:52 31-12-2019Add CI job that lints VimL and reviews PRsCaleb Maclennan1+15-0
01:52 31-12-2019Configure Vint linterCaleb Maclennan1+5-0
01:31 31-12-2019Set theme jekyll-theme-caymanPhil Runninger1+2-0
11:06 16-12-2019Update version in change log.Phil Runninger1+1-0
11:04 16-12-2019Ensure backward compatibility. v:t_func is not available before 8.0.Phil Runninger4+5-5
22:25 14-12-2019Allow use of function references as callbacks (#1067)Alejandro Sanchez6+19-7
13:26 22-11-2019Add a NERDTreeToggleVCS command to the vcs plugin (#1060)William Findlay3+19-1
11:00 13-11-2019Update version number in changelog.Phil Runninger1+1-0
10:58 13-11-2019Menu option, 'copy path to clipboard' is aware of VIM clipboard option (#1056)jhzn1+5-1
02:21 22-10-2019Closes #1050. Update README; don't show NERDTree if opening a session.Phil Runninger1+72-32
14:26 16-10-2019Support tab-specific CWDs (#1032)Phil Runninger5+30-6
10:13 14-10-2019Add VIM built-in package management to readme (#1049)Farid Ahmadian2+8-0
11:44 11-10-2019Update version number instructions in PR template and change log.Phil Runninger2+22-11
02:04 11-10-2019Save/Set screen state also on WinLeave and WinEnter. (#1048)Phil Runninger2+3-2
15:01 08-10-2019Wrap saveScreenState's statements in a try-catch block. (#1047)Phil Runninger2+9-5
10:17 01-10-2019Catch errors when trying to read CHANGELOG.md. (#1045)Phil Runninger2+14-10
12:28 29-09-2019If file path doesn't exist, :NERDTreeFind its parent directory instead. (#1043)Phil Runninger2+5-0
09:48 26-09-2019Give @dragonxlwang proper credit on PR #1035.Phil Runninger1+1-1
09:47 26-09-2019Reintroduce necessary variable mistakenly removed. (#1040)Phil Runninger2+12-10
02:19 24-09-2019Make the behavior of window splits consistent (#1035)Phil Runninger4+31-42
15:44 15-09-2019Update version number in change log.Phil Runninger1+1-0
15:41 15-09-2019Fix (p)ath not displaying in the minimal menu (#1038)Chris Patuzzo1+2-1
11:49 13-09-2019Enable events when closing NerdTree window. (#1037)Phil Runninger2+2-1
10:40 09-09-2019Fix version number. I was on the wrong branch.Phil Runninger (mac)1+0-2
06:27 09-09-2019Update version number in change log.Phil Runninger (mac)1+2-0
21:53 27-08-2019Fix the `e` key mapping to use netrw if desired (#1031)Phil Runninger4+10-1
15:39 19-08-2019Condense code: ternary operators vs. if-then-else blocks.Phil Runninger (mac)1+4-16
10:36 19-08-2019Update PR template with instructions to tag the release.Phil Runninger (mac)1+2-8
04:51 19-08-2019Add file extension and size to sorting capabilities (#1029)Phil Runninger3+59-30
11:27 09-08-2019Better spacing of comment in issue templates.Phil Runninger (mac)2+6-8
11:07 09-08-2019Update issue templates, moving some text into comments.Phil Runninger (mac)2+20-18
10:45 09-08-2019Update PR template, moving some text into a comment.Phil Runninger (mac)1+7-8
23:00 08-08-2019Suppress events for intermediate window/tab/buffer changes (#1026)Phil Runninger8+47-46
16:17 14-07-2019Revert #1019 to fix nvim artifacts and flickering. (#1021)Phil Runninger5+18-29
10:45 10-07-2019Use :mode only in neovim. MacVim still needs to use :redraw! (#1019)Phil Runninger5+29-12
04:53 07-07-2019Update version in change log.Phil Runninger (mac)1+1-0
04:50 07-07-2019In CHANGELOG.md and PR template, make reference to PR a true HTML link. (#1017)Phil Runninger2+119-119
04:19 07-07-2019Use :mode instead of :redraw! when updating menu. (#1016)Phil Runninger2+2-1
01:21 04-07-2019When searching for root line num, stop at the end of the file. (#1015)Phil Runninger2+2-1
12:12 03-07-2019Update Change LogPhil Runninger1+1-0
12:11 03-07-2019Update ui_glue.vim (#1014)Kebin Liu1+1-1
16:45 02-07-2019Make Enter work on the `.. ( up a dir )` line (#1013)Phil Runninger3+4-3
00:29 02-07-2019Fix nerdtree#version() on Windows.Phil Runninger2+16-1
23:13 01-07-2019Expand functionality of <CR> mapping (#1011)Phil Runninger9+170-122
09:03 27-06-2019Remove @mentions from PR template and change log. They weren't working. (#1009)Phil Runninger3+128-127
02:34 27-06-2019Fix NERDTree opening with the wrong size. (#1008)Phil Runninger3+5-2
02:28 27-06-2019Update Changelog and create PR Template (#1007)Phil Runninger4+264-180
09:50 20-06-2019Switch to new issue template paradigm, with separate templates.Phil Runninger (mac)4+78-45
09:17 20-06-2019Spacing changes in issue templatePhil Runninger1+3-2
19:38 19-06-2019Update the issue template. Shout out to @ryanoasis for the inspiration.Phil Runninger (mac)1+35-19
17:02 19-06-2019Remove the bug.md template. Not able to make multiple templates.Phil Runninger (mac)1+0-35
16:50 19-06-2019Move bug.md to its proper folder.Phil Runninger (mac)1+0-0
16:45 19-06-2019Add new issue template, just for bugs.Phil Runninger (mac)1+35-0
11:27 18-06-2019Refresh a dir_node if the file wasn't found in it, and look once more. (#1005)Phil Runninger1+5-0
10:17 13-06-2019Add a "copy path to clipboard" menu option (#1002)Phil Runninger1+12-0
10:16 13-06-2019Enable root refresh on "vim ." a different way than #999. (#1001)Phil Runninger2+2-3
22:41 07-06-2019Fix refreshroot (#999)Phil Runninger3+7-6
17:25 09-05-2019Change version check to look for 03 not 30 (#994)Daniel Manary1+1-1
11:12 09-05-2019Change minimum vim (#991)Phil Runninger4+27-4
11:26 23-04-2019Escape the DirArrow strings in substitute function.Phil Runninger (mac)1+1-1
16:58 22-04-2019Allow multi-character DirArrows (#985)Phil Runninger2+5-5
10:55 16-04-2019Remove redraw! while still clearing last message empty string. (#979)Phil Runninger3+6-5
12:57 26-03-2019Fixes #970. Restore silent parameter to _initChildren.Phil Runninger (mac)1+5-3
03:03 26-03-2019fix _initChildren function value set to numChildrenCached error (#969)Terry Ding1+1-1
23:32 25-03-2019On Windows, do a case-insensitive comparison of paths. (#967)Phil Runninger1+5-1
23:29 25-03-2019Remove the "Please wait... DONE" messages. (#966)Phil Runninger2+7-14
10:24 07-03-2019Smarter delimiter default (#963)Phil Runninger2+135-116
13:25 05-03-2019Update directory .vimdc readme example (#961)Spencer1+3-1
20:01 24-02-2019Add a NERDTreeMinimalMenu feature (#938)Chris Patuzzo4+111-35
10:21 22-02-2019Preview bookmarks (#956)Phil Runninger3+20-3
09:47 21-02-2019Add new value to NERDTreeQuitOnOpen to close bookmark table (#955)Phil Runninger4+19-6
01:57 21-02-2019Add an :EditBookmarks command to edit the bookmarks file (#954)Phil Runninger4+18-2
17:53 18-02-2019Merge branch 'master' of github.com:scrooloose/nerdtreePhil Runninger (mac)1+3-1
17:52 18-02-2019Update the documentation to better explain the delimiter character.Phil Runninger (mac)1+10-3
00:03 18-02-2019Before deleting, turn off &shellslash. Restore after delete is done.Phil Runninger1+3-1
20:30 17-02-2019Before copying, turn off &shellslash. Restore after copy is finished. (#952)Phil Runninger1+3-0
05:10 15-02-2019Set a maximum window size when zooming. (#950)Phil Runninger2+4-1
19:44 14-02-2019Confirm the wipeout of a unsaved buffer whose file has been renamed. (#949)Phil Runninger1+5-1
17:28 14-02-2019Escape a backslash so it can be used in a key mapping. (#948)Phil Runninger1+1-0
09:50 01-02-2019fixed root path error for windows (#935)zcodes1+8-2
15:30 12-12-2018Add new command to open NERDTree in the root of a VCS repository. (#872)Phil Runninger3+47-1
00:44 12-12-2018Restore getDirChildren for use in nerdtree-project-plugin. (#929)Phil Runninger1+7-0
21:29 06-12-2018Change things up with the artwork on the "cover" of the help doc.Phil Runninger (mac)1+19-21
17:07 06-12-2018Add a happy little tree to the "cover" of the help document.Phil Runninger (mac)1+18-14
03:08 06-12-2018Document NERDTreeNodeDelimiter #912 (#926)Phil Runninger3+367-329
11:17 29-11-2018Allow modification of menu keybindings (#923)Arvid Gerstmann3+21-3
15:33 20-11-2018Add two more disqualifications for isCascadable(). (#914)Phil Runninger1+15-1
13:18 12-11-2018Merge branch 'master' of github.com:scrooloose/nerdtreePhil Runninger (mac)1+2-2
13:17 12-11-2018Change the containedin to ALL to conceal delmiter after filename.Phil Runninger (mac)1+2-2
12:12 05-11-2018Allow highlighting more than one flag. (#908)Kristijan Husak1+2-2
09:45 31-10-2018Use substitute() for backward compatibility. Change conceallevel to 3.Phil Runninger (mac)2+2-2
23:41 24-10-2018Support unusual characters in file and directory names (#868)Phil Runninger6+33-28
23:20 24-10-2018Refresh buffers after `m`, `m` operation on a folder (#888)Phil Runninger1+42-28
23:18 24-10-2018Support sorting files and directories by modification time. (#901)Phil Runninger2+29-7
23:14 24-10-2018Bug fix: Parse . and .. from path string with trailing slash. (#899)Phil Runninger1+4-2
23:13 24-10-2018Call Resolve on the file's path when calling :NERDTreeFind. (#896)Phil Runninger1+1-0
17:13 18-10-2018Force sort to recalculate the cached sortKey. (#898)Phil Runninger1+9-0
12:35 18-10-2018Catch all errors, not just NERDTree errors. (#894)Phil Runninger1+1-1
12:08 16-10-2018Add NERDTreeRefreshRoot command (#897)Werner Hofstra2+11-0
23:19 10-10-2018Use a better arg for FINDSTR when using the m,l command in Windows. (#887)Phil Runninger1+10-30
10:06 08-10-2018Merge pull request #892 from lvoisin/workPhil Runninger1+1-1
08:17 08-10-2018Fix typo in help fileLaurent Voisin1+1-1
09:13 17-09-2018Make NERDTreeCreator set the 'nolist' option (#889)Jason Franklin1+11-5
11:18 15-09-2018Fix the <C-J>, <C-K>, J, and K default mappings (#886)Jason Franklin3+94-108
09:39 13-09-2018Function "s:UI.getLineNum()" doesn't always work on cascades. (#882)Jason Franklin1+36-35
18:34 10-09-2018Merge pull request #871 from scrooloose/trap_bad_bookmark_pathPhil Runninger1+6-1
10:27 10-09-2018Merge pull request #878 from scrooloose/autochdir_interferencePhil Runninger3+27-16
10:00 10-09-2018Check for unknown current working directoryJason Franklin1+5-0
09:52 10-09-2018Put cursor in first columnJason Franklin1+1-0
09:46 10-09-2018Check for error; remove code duplicationJason Franklin2+10-12
09:33 10-09-2018Edit the help fileJason Franklin1+4-4
07:57 10-09-2018Implement PR review comments.Phil Runninger (mac)2+9-6
07:34 10-09-2018Merge pull request #870 from scrooloose/undo_zoom_on_openPhil Runninger1+3-0
22:29 09-09-2018Instead of creating the bookmark file path, show error message.Phil Runninger (mac)1+5-6
00:01 14-08-2018Escape commas in the globpath() function's path argument.Phil Runninger (home)1+1-1
10:36 25-08-2018Merge pull request #875 from scrooloose/open_differently_cased_filesJason Franklin1+1-1
10:18 25-08-2018Merge pull request #877 from scrooloose/replace_gt_with_tabnextJason Franklin1+2-3
18:01 22-08-2018NERDTreeCWD: reset CWD if changed by NERDTreeFocusPhil Runninger (mac)1+4-0
10:16 22-08-2018Use <count>tabnext instead of <count>gt to allow users to remap gt.Phil Runninger (mac)1+2-3
10:22 15-08-2018Do a case sensitive comparison of new/existing buffers.Phil Runninger (mac)1+1-1
19:13 07-08-2018Make sure the path to the bookmarks file exists before writing it.Phil Runninger (mac)1+6-0
11:01 07-08-2018Unzoom only when user want NERDTree to stay open.Phil Runninger (mac)1+1-1
10:00 07-08-2018If the NERDTree is zoomed when 'o'pening a file, unzoom it.Phil Runninger (mac)1+3-0
16:13 04-08-2018Merge pull request #867 from aflock/aflock/reword-renamed-bufferPhil Runninger1+1-1
02:16 04-08-2018Reword renamed-buffer prompt to be more clearAndrew Flockhart1+1-1
15:04 03-08-2018Merge pull request #866 from lifecrisis/bm_toggleJason Franklin1+9-1
10:17 02-08-2018Put cursor on root when closing bookmark tableJason Franklin1+9-1
15:53 31-07-2018Merge pull request #856 from scrooloose/broken_sort_#277Phil Runninger4+10-14
09:46 27-07-2018Restore the cached _sortKey for faster processing.Phil Runninger (mac)3+15-11
10:06 02-07-2018Remove AddDefaultGroupToSortOrder check from startup.Phil Runninger (mac)2+3-12
09:55 02-07-2018Fix indentation.Phil Runninger (mac)1+12-12
20:57 01-07-2018Recalculate the node's sortkey every time.Phil Runninger (mac)3+13-11
20:55 01-07-2018Correctly check the type of the sort key's value. Fixes #842.Phil Runninger (mac)1+2-3
13:04 15-06-2018Merge pull request #853 from bubba-h57/masterPhil Runninger1+4-3
13:02 15-06-2018Do not need to check for unix os here.Bubba1+5-6
12:29 15-06-2018Use the case-insensitive regexBubba1+1-1
11:43 15-06-2018Better OSX detectionBubba1+6-4
19:34 12-06-2018Merge pull request #852 from mnussbaum/fix_maybe_missing_mapPhil Runninger1+4-12
16:43 12-06-2018Bugfix - ensure keymaps dictionary exists before using itmnussbaum1+4-12
12:31 12-06-2018Merge pull request #851 from mnussbaum/decrease_startup_timePhil Runninger1+16-22
12:28 12-06-2018Mark private function with leading underscoremnussbaum1+5-5
03:36 11-06-2018Decrease startup-time by avoiding iteration over mapsmnussbaum1+16-22
14:15 06-06-2018Merge pull request #849 from lifecrisis/sort-mapsJason Franklin1+19-1
10:02 06-06-2018Add code to sort mappings in quickhelpJason Franklin1+19-1
17:13 29-05-2018Merge pull request #844 from lifecrisis/clearjumpsJason Franklin1+14-10
09:43 26-05-2018Add a call to ":clearjumps" to "_createTreeWin()"Jason Franklin1+14-10
10:48 22-05-2018Merge pull request #840 from scrooloose/create_parent_directories_on_m-mJason Franklin2+3-0
14:09 16-05-2018Like m-c did before, create parent directories if needed on m-m.Phil Runninger (mac)2+3-0
09:22 07-05-2018Merge pull request #838 from lifecrisis/updir-fixJason Franklin1+24-31
22:13 06-05-2018Merge pull request #837 from scrooloose/readonly-error-#831Phil Runninger1+2-2
13:19 06-05-2018Fix a bug with the 'u' mappingJason Franklin1+24-31
12:34 06-05-2018Make the NERDTree buffer writable when rendering it.Phil Runninger (mac)1+2-2
16:24 30-04-2018Merge pull request #835 from lifecrisis/cleanmapsJason Franklin1+0-7
10:17 28-04-2018Remove unsupported bookmark table mappingsJason Franklin1+0-7
10:36 26-04-2018Merge pull request #834 from bravestarr/fix-multibyte-pathPhil Runninger2+7-15
10:20 26-04-2018Merge branch 'master' into fix-multibyte-pathbravestarr3+17-11
06:13 26-04-2018Replace strcharpart() with substitute() for backward compatibilitybravestarr2+2-2
02:25 25-04-2018Merge pull request #833 from hav4ik/masterPhil Runninger2+15-7
21:04 24-04-2018Fixed bug 'unknown function strcharpart' for older versions of Vimhav4ik2+15-7
15:19 24-04-2018Merge pull request #830 from bravestarr/fix-multibyte-pathPhil Runninger2+10-5
18:12 23-04-2018Merge pull request #832 from lifecrisis/menufixJason Franklin1+15-9
10:18 22-04-2018Display a path with multi-byte characters correctly when it is truncatedbravestarr2+10-5
11:23 22-04-2018Refine the internals of the "showMenu()" functionJason Franklin1+7-6
11:21 22-04-2018Clean up a function commentJason Franklin1+3-3
11:19 22-04-2018Clear output when the NERDTree menu is abortedJason Franklin1+5-0
09:23 10-04-2018Merge pull request #824 from ngnmhieu/masterPhil Runninger1+23-0
14:08 09-04-2018Support revealing file and executing file with xdg-open for LinuxHieu Nguyen1+23-0
15:01 02-04-2018Merge pull request #822 from scrooloose/821-better_delete_confirmationPhil Runninger1+2-1
10:26 02-04-2018If node isn't open, count children on disk before deleting.Phil Runninger (mac)1+2-1
09:51 13-03-2018Add documentation for the NERDTreeRemoveDirCmd option.Phil Runninger (mac)1+9-5
09:41 13-03-2018Merge pull request #816 from kutsan/masterPhil Runninger2+15-3
00:14 13-03-2018Add new variable g:NERDTreeRemoveFileCmdKutsan Kaplan2+15-3
13:31 06-03-2018Update issue template again. "Optional" isn't needed.Phil Runninger1+0-2
13:28 06-03-2018Merge pull request #814 from scrooloose/813-bwipeout_NERDTree_bufferPhil Runninger2+21-28
11:23 06-03-2018Update issue template, making it a little cleaner.Phil Runninger (mac)1+20-27
10:41 06-03-2018Use a better check for existence of the NERDTree buffer.Phil Runninger (mac)1+1-1
11:19 02-02-2018Merge pull request #801 from mrubli/focus-on-closePhil Runninger1+12-3
09:10 02-02-2018Focus previous window when closing NERDTreeMartin Rubli1+12-3
10:34 07-01-2018Merge pull request #796 from lifecrisis/doc-updateJason Franklin1+6-7
10:33 07-01-2018Merge pull request #795 from lifecrisis/empty-lineJason Franklin3+196-187
12:44 06-01-2018Update the docs for "NERDTreeStatusline"Jason Franklin1+6-7
11:46 06-01-2018Fix unstable behavior in "NERDTreeUI.getPath()"Jason Franklin1+4-0
11:28 06-01-2018Remove a noise commentJason Franklin1+0-1
11:23 06-01-2018Simplify the commentary for the "getPath()" methodJason Franklin1+4-9
11:10 06-01-2018Format the commentary in "ui.vim"Jason Franklin1+76-73
11:02 06-01-2018Improve the style in a "TreeFileNode" methodJason Franklin1+8-4
10:54 06-01-2018Format the commentary in "tree_file_node.vim"Jason Franklin1+95-92
10:41 06-01-2018Improve the code style in a "Path" methodJason Franklin1+11-9
10:35 06-01-2018Refactor the "Path" constructorJason Franklin1+7-8
10:35 05-01-2018Merge pull request #794 from lifecrisis/reopen779Jason Franklin1+0-7
10:23 05-01-2018Revert the bugfix from pull request #785Jason Franklin1+0-7
10:10 05-01-2018Merge pull request #786 from lifecrisis/find-hiddenJason Franklin2+24-11
12:46 22-12-2017Add a space to help the parserJason Franklin1+1-1
12:28 22-12-2017Implement the "isHiddenUnder()" method for PathJason Franklin2+24-11
11:44 22-12-2017Merge pull request #785 from lifecrisis/find-new-fileJason Franklin3+47-47
11:15 22-12-2017Update the documentationJason Franklin1+14-15
10:45 22-12-2017Have "finAndRevealPath()" fail on no fileJason Franklin1+9-8
12:26 21-12-2017Refresh children of directory nodes on "reveal()"Jason Franklin2+7-5
11:26 21-12-2017Add a debugging messageJason Franklin1+5-0
10:43 21-12-2017Improve variable naming in "findAndRevealPath"Jason Franklin1+14-14
10:28 21-12-2017Remove code duplication in "findAndRevealPath"Jason Franklin1+14-21
11:45 19-12-2017Add :Helptags to the pathogen instructionsPhil Runninger1+1-1
10:53 17-12-2017Merge pull request #782 from lifecrisis/modelinesJason Franklin5+7-1
10:42 17-12-2017Add modelinesJason Franklin5+7-1
11:03 12-12-2017Merge pull request #781 from lifecrisis/find-completeJason Franklin1+1-1
10:22 12-12-2017Change the type of completion used by NERDTreeFindJason Franklin1+1-1
15:27 11-12-2017Merge pull request #778 from zhenyangze/masterPhil Runninger1+10-4
13:33 09-12-2017Merge pull request #772 from skyblueee/stripMarkup_leadingSpacesJason Franklin1+5-11
13:28 09-12-2017Merge pull request #773 from skyblueee/wasdir_subJason Franklin1+0-13
13:09 09-12-2017Add style improvementsJason Franklin1+7-7
05:58 09-12-2017change NERDTreeFind with argszhenyangze1+9-3
13:10 06-12-2017Merge pull request #777 from lifecrisis/bm-confirmJason Franklin1+21-15
10:45 01-12-2017Update the delete bookmark map to use confirm()Jason Franklin1+21-15
13:04 27-11-2017remove useless removeLeadingSpaces in _stripMarkupSkyBlueEE1+5-11
12:56 27-11-2017remove useless substitute when 'file =~# "/$"'SkyBlueEE1+0-13
09:47 20-11-2017Merge pull request #769 from lifecrisis/o-mapJason Franklin1+9-4
18:37 19-11-2017Make the "o" mapping consistent with "x"Jason Franklin1+9-4
12:55 18-11-2017Fix a problem with the "x" handler (#768)Jason Franklin1+5-5
11:51 18-11-2017Clean up the handler for the "x" mapping (#767)Jason Franklin1+20-16
11:50 18-11-2017Revert change to tab opening method (#766)Jason Franklin1+2-2
20:36 14-11-2017Add back support for "b:NERDTreeRoot" (#765)Jason Franklin1+6-0
10:37 14-11-2017Merge pull request #759 from lifecrisis/iss549Jason Franklin6+96-92
10:33 14-11-2017Update the CHANGELOGJason Franklin1+1-0
10:29 14-11-2017Have new tabs open as the last tab (with '$')Jason Franklin1+2-2
15:23 11-11-2017Add a note/warning to "TreeDirNode.activate()"Jason Franklin1+12-5
15:09 11-11-2017Document "t" and "T" mappings in the quick helpJason Franklin1+2-0
14:37 11-11-2017Silence messages when opening a file with "T"Jason Franklin1+6-1
14:10 11-11-2017Fix handlers for "t" and "T" on bookmarksJason Franklin1+4-2
13:00 11-11-2017Explicitly call open() in "ui_glue.vim" callbacksJason Franklin1+6-6
11:09 11-11-2017Remove an unnecessary assignmentJason Franklin1+0-5
11:08 11-11-2017Clean up the Creator.createTabTree() functionJason Franklin1+8-15
10:53 11-11-2017Clean up the commentary in "creator.vim"Jason Franklin1+33-27
10:45 11-11-2017Extract a common line to the top of a functionJason Franklin1+2-2
10:34 11-11-2017Remove an unnecessary "else" clauseJason Franklin1+4-2
10:29 11-11-2017Clean up the NERDTreeOpener constructorJason Franklin1+18-27
09:36 02-11-2017Merge pull request #754 from branch comma-separated-file-sizePhil Runninger1+13-3
09:26 02-11-2017Merge pull request #756 from mboughaba/masterMohamed Boughaba1+16-1
12:37 27-10-2017Merge pull request #751 from ashumkin/dir-arrows-on-cygwinJason Franklin2+6-1
04:06 27-10-2017fixed: directory navigation does not work on CygwinAlexey Shumkin2+6-1
10:04 28-09-2017Use a better function to change directoriesriyu ken1+1-1
10:48 19-08-2017Merge pull request #734 from lifecrisis/issue733Jason Franklin3+203-161
10:29 19-08-2017Improve display of shell output from menu commandJason Franklin1+2-2
09:58 19-08-2017Fix a menu command that breaks under 'shellslash'Jason Franklin1+32-6
11:13 11-08-2017Fix the drive check in "TreeDirNode._glob()"Jason Franklin1+1-1
11:09 11-08-2017Rewrite the "Path._strForEdit()" methodJason Franklin1+11-10
10:43 11-08-2017Refactor the "Path._str()" methodJason Franklin1+6-8
10:32 11-08-2017Add a check for 'shellslash' in "Path.Slash()'Jason Franklin1+13-2
10:19 11-08-2017Clean up the commentary for two Path methodsJason Franklin1+14-15
09:46 11-08-2017Rewrite the "Path._strForCd()" methodJason Franklin1+3-3
09:33 11-08-2017Clean up the script header in "path.vim"Jason Franklin1+11-4
09:07 11-08-2017Add spaces after comment leaders in "path.vim"Jason Franklin1+129-129
10:48 29-07-2017Merge pull request #731 from lifecrisis/tildeJason Franklin2+4-4
10:40 29-07-2017Improve three highlighting rulesJason Franklin2+4-4
10:04 29-07-2017Merge pull request #729 from ParkerKemp/masterJason Franklin1+63-54
09:55 29-07-2017Refactor the internals of "_newVSplit()"Jason Franklin1+10-8
09:37 29-07-2017Edit the commentary in "opener.vim"Jason Franklin1+52-47
21:47 28-07-2017Divide the introductory paragraph in the READMEJason Franklin1+6-4
21:42 28-07-2017Merge pull request #730 from lifecrisis/issue573Jason Franklin2+13-55
21:38 28-07-2017Edit the README fileJason Franklin2+13-55
16:32 24-07-2017Use window number when opening in new vsplitParker Kemp1+3-1
09:13 17-07-2017Merge pull request #722 from lifecrisis/open-bookmarkJason Franklin2+15-19
19:02 14-07-2017Edit stale commentary and add proper sigilsJason Franklin1+4-3
18:52 14-07-2017Add a call to close the children of bookmarksJason Franklin1+6-4
18:36 14-07-2017Rework the "TreeDirNode.closeChildren()" methodJason Franklin1+5-5
18:17 14-07-2017Remove a method from the TreeDirNode classJason Franklin1+0-7
12:43 08-07-2017Merge pull request #721 from lifecrisis/issue67Jason Franklin1+18-4
11:53 08-07-2017Update the function that drives the `p` mappingJason Franklin1+18-4
11:04 08-07-2017Merge pull request #720 from lifecrisis/issue526Jason Franklin4+1362-1352
11:14 04-07-2017Rename the help file to "NERDTree.txt"Jason Franklin3+1302-1302
10:45 04-07-2017Remove the helper function for "openRecursively()"Jason Franklin1+7-26
15:57 02-07-2017Replace an equality test with an instance methodJason Franklin1+1-1
13:03 02-07-2017Refactor "TreeDirNode.close()" methodJason Franklin1+7-2
12:51 02-07-2017Fix the "TreeDirNode.open()" methodJason Franklin1+28-14
18:53 29-06-2017Refactor the "TreeDirNode.displayString()" methodJason Franklin1+18-8
11:21 30-06-2017Merge pull request #719 from lifecrisis/issue718Jason Franklin1+6-4
11:10 30-06-2017Fix an inaccurate version checkJason Franklin1+6-4
20:05 28-06-2017Merge pull request #717 from scrooloose/devJason Franklin1+216-197
12:10 27-06-2017Edit the filter in the TreeDirNode glob methodJason Franklin1+3-5
17:05 24-06-2017Reformat the commentary in the TreeDirNode scriptJason Franklin1+124-123
15:09 24-06-2017Rename and expand the TreeDirNode glob methodJason Franklin1+84-68
11:44 24-06-2017Refactor the TreeDirNode glob methodJason Franklin1+18-14
18:15 22-06-2017Modify call to sort() for older versions of Vim (#714)Jason Franklin1+1-1
12:33 21-06-2017Merge pull request #536 from satori/masterPhil Runninger4+78-10
00:49 20-06-2017Merge pull request #711 from lifecrisis/issue650Phil Runninger1+13-7
18:28 19-06-2017Repair the broken middle mouse click handlerJason Franklin1+13-7
09:13 19-06-2017Merge pull request #710 from jason0x43/globPath-fixPhil Runninger1+21-6
23:04 17-06-2017Handle non-relative globDir properly in WindowsJason Cheatham1+21-6
09:50 16-06-2017Document the :NERDTreeFocus command. Closes #706.Phil Runninger (mac)1+4-0
10:54 13-06-2017Merge pull request #675 from jason0x43/relative-pathsPhil Runninger1+4-2
00:56 12-06-2017Merge pull request #704 from lifecrisis/bookmarks-markersPhil Runninger3+15-5
00:25 12-06-2017Merge pull request #703 from lifecrisis/issue677Phil Runninger4+56-37
10:47 11-06-2017Update the option summaryJason Franklin1+4-4
18:07 10-06-2017Implement the g:NERDTreeMarkBookmarks settingJason Franklin3+11-1
16:59 10-06-2017Refactor the :OpenBookmark commandJason Franklin3+16-17
14:29 10-06-2017Refactor and re-document Bookmark.getNode()Jason Franklin1+13-8
12:02 10-06-2017Add an argument sigil in a Bookmark class methodJason Franklin1+6-4
10:57 10-06-2017Rewrite and expand the header in bookmark.vimJason Franklin1+10-2
10:20 10-06-2017Refactor the bookmark query functionJason Franklin1+11-6
10:00 05-06-2017Update CHANGELOG, giving contributors their due.Phil Runninger (mac)1+9-0
09:43 04-06-2017Merge pull request #699 from asnr/add-keymaps-to-docsPhil Runninger1+6-6
06:11 04-06-2017Update docs with already existing mapping variablesasnr1+6-6
15:27 26-05-2017Merge pull request #696 from lifecrisis/issue361Phil Runninger4+45-31
14:46 26-05-2017Remove code duplication from sorting bookmarksJason Franklin2+4-6
14:23 26-05-2017Reimplement the bookmark comparison methodJason Franklin3+33-17
09:48 26-05-2017Rename the class method for sorting bookmarksJason Franklin1+5-5
09:27 26-05-2017Apply consistent spacing before fold markersJason Franklin1+9-9
08:16 23-05-2017Merge pull request #695 from scrooloose/revert-626-win32unixPhil Runninger1+1-1
08:15 23-05-2017Revert "Determine if we're running in Cygwin on Windows."Phil Runninger1+1-1
04:26 20-05-2017Merge pull request #648 from cntoplolicon/masterPhil Runninger1+1-1
04:25 20-05-2017Merge pull request #626 from scrooloose/win32unixPhil Runninger1+1-1
04:07 20-05-2017Merge pull request #574 from sooth-sayer/masterPhil Runninger1+1-1
13:33 18-05-2017Merge pull request #691 from wincent/patch-1Phil Runninger1+3-1
11:02 18-05-2017Update stale commentsGreg Hurrell1+3-1
12:53 17-03-2017Use relative path with globpathJason Cheatham1+4-2
10:50 12-04-2017Merge pull request #578 from wincent/eventignorePhil Runninger1+1-1
12:27 29-03-2017Add an Issue template to ask for more information up front.Phil Runninger (mac)1+37-0
10:39 27-03-2017Merge pull request #676 from josephfrazier/patch-1Phil Runninger1+2-2
15:51 26-03-2017Fix headers in readmeJoseph Frazier1+2-2
12:20 25-02-2017don't touch @o and @h registers when renderingMartin Grenfell1+85-91
10:34 02-01-2017Merge pull request #649 from alegen/masterPhil Runninger1+2-2
19:11 29-12-2016fix bug with files and directories that have dollar sign in nameAlex Geana1+2-2
06:51 23-12-2016correct NERDTreeIgnore pattern in doccntoplolicon1+1-1
10:47 21-10-2016really fix the previous buffer issue when closing a tree winMartin Grenfell2+5-0
10:40 21-10-2016Revert "remove NERDTree.previousBuf() and related code"Martin Grenfell3+15-8
10:11 19-10-2016update changelogMartin Grenfell1+2-0
09:28 19-10-2016remove NERDTree.previousBuf() and related codeMartin Grenfell3+8-15
11:05 17-10-2016Unlet! the nt variable before letting it.Phil Runninger1+3-0
12:34 14-10-2016reuse win trees when editing the same dir againMartin Grenfell1+26-2
17:10 13-10-2016Update CHANGELOGPhil Runninger1+1-0
16:33 13-10-2016Merge pull request #630 from Leeiio/patch-1Phil Runninger1+2-2
02:38 13-10-2016Update NERDTreeOpenable and NERDTreeClosable colorē“œē‰›1+2-2
16:18 10-10-2016Update CHANGELOGPhil Runninger1+1-0
16:16 10-10-2016Update README.markdownPhil Runninger1+2-3
16:06 10-10-2016Merge pull request #628 from ggicci/masterPhil Runninger1+5-6
13:02 10-10-2016Remove a similar tip in README file.Ggicci1+1-11
09:28 09-10-2016Fix opening current directory in NERDTree tab.Ggicci1+2-2
04:26 09-10-2016Update readme, trick to open NERDTree as a tab window.Ggicci1+6-2
04:11 09-10-2016Update readme, trick to avoid hiding nerdtree after first file open.Ggicci1+5-0
18:51 06-10-2016Determine if we're running in Cygwin on Windows.Phil Runninger1+1-1
18:52 04-10-2016Merge pull request #625 from scrooloose/revert-546-masterPhil Runninger2+4-4
18:52 04-10-2016Revert "changed arrows for NERDTreeDirArrowExpandable and NERDTreeDirArrowCol…"Phil Runninger2+4-4
05:50 04-10-2016Merge pull request #623 from dschaub/rename-typoMartin Grenfell1+1-1
19:04 03-10-2016Fix typo in argument usage in promptToRenameBufferDan Schaub1+1-1
17:08 23-09-2016Update CHANGELOGPhil Runninger1+1-1
17:56 22-09-2016Update CHANGELOGPhil Runninger1+6-0
17:42 22-09-2016Change confirmation prompt when deleting non-empty directory.Phil Runninger1+1-1
17:40 22-09-2016Merge pull request #530 from mikeperri/delete-empty-directoryPhil Runninger1+1-1
16:54 22-09-2016Merge pull request #533 from devm33/fix_e_on_dirPhil Runninger1+1-1
16:43 22-09-2016Merge pull request #546 from gwilk/masterPhil Runninger2+4-4
16:28 22-09-2016Merge pull request #584 from zwhitchcox/patch-1Phil Runninger1+1-2
16:27 22-09-2016Merge pull request #593 from therealplato/docs/boot-other-windowPhil Runninger1+10-0
12:22 22-09-2016Merge pull request #595 from zacharyvoase/fix_quote_file_namePhil Runninger1+1-1
12:19 22-09-2016Update CHANGELOGPhil Runninger1+1-0
12:18 22-09-2016Merge pull request #619 from curran/patch-1Phil Runninger1+1-1
23:36 21-09-2016Update CHANGELOGPhil Runninger1+1-0
23:32 21-09-2016Merge pull request #548 from adityanatraj/masterPhil Runninger1+1-1
06:57 17-09-2016Correct broken helptags command in docs.Curran Kelleher1+1-1
02:57 08-09-2016Update change log.Phil Runninger1+4-0
02:21 08-09-2016Merge branch 'juanibiapina-disable-cascade'Phil Runninger3+31-25
02:02 08-09-2016Merge branch 'disable-cascade' of git://github.com/juanibiapina/nerdtree into juanibiapina-disable-cascadePhil Runninger3+31-25
09:59 26-08-2016Replace strchars() with a backward compatible workaround.Phil Runninger1+2-1
02:32 26-08-2016Simplify some statements. Don't convert path WinToUnix.Phil Runninger1+7-22
15:28 23-01-2013Quick syntax issue fixSkyler1+1-1
05:23 23-01-2013Added support for the copy command for both file and directory nodes on Windows systemsSkyler Lipthay2+24-4
09:23 25-08-2016Corrected case of :Helptags to :helptagsPhil Runninger1+1-1
20:21 30-06-2016Use fnameescape to quote filenames for :badd.Zachary Voase1+1-1
20:11 27-06-2016Add FAQ: how to unfocus nerdtree window on startIsaac Rogers1+10-0
12:53 07-01-2016Don't require user to type 'yes' to delete an empty directoryMike Perri1+1-1
09:37 23-06-2016Merge pull request #591 from czak/cascade-close-fixMartin Grenfell1+8-8
08:59 22-06-2016Verify we haven't reached root when traversing cascadeŁukasz Adamczak1+8-8
08:32 22-06-2016Fix upward traversal when closing a cascadeŁukasz Adamczak1+2-2
08:40 10-06-2016Merge pull request #544 from brookhong/masterMartin Grenfell1+1-1
12:59 23-05-2016Update README.markdownZane Hitchcox1+1-2
12:28 11-05-2016remove unneeded execMartin Grenfell1+1-1
12:02 11-05-2016Merge pull request #576 from mike-zueff/read-only_files_opening_fixMartin Grenfell1+1-1
13:32 05-05-2016Suppress autocmds less aggressivelyGreg Hurrell1+1-1
22:08 29-04-2016Fixed read-only files opening.Mike Zueff1+1-1
05:15 26-04-2016update initialization of default value for g:NERDTreeCreatePrefixMartin Grenfell2+2-2
05:05 26-04-2016Merge pull request #550 from wincent/keepaltMartin Grenfell2+16-1
04:58 26-04-2016Merge pull request #556 from acarlson1029/readonly-glyphMartin Grenfell4+6-4
04:57 26-04-2016Merge pull request #559 from Noah-Huppert/patch-1Martin Grenfell1+7-0
12:05 25-04-2016Remove empty segmentsd.chernyatiev1+1-1
19:03 05-03-2016Added horizontal rules to FAQ section in readmeNoah Huppert1+7-0
14:20 05-03-2016Add option to disable collapsing of diretory namesJuan Ibiapina3+24-4
13:59 05-03-2016Rewrite getCascade recursivelyJuan Ibiapina1+6-20
13:35 05-03-2016Remove extra whitespace at the end of the lineJuan Ibiapina1+1-1
22:57 26-02-2016Allow user-defined RO indicator.Alex Carlson4+6-4
05:11 09-02-2016Make window creation command configurableGreg Hurrell2+16-1
20:11 06-02-2016Issue #537: Fix dir arrows not functioning properlyAditya Natraj1+1-1
07:24 04-02-2016changed arrows for NERDTreeDirArrowExpandable and NERDTreeDirArrowCollapsibleGrzegorz Wilk2+4-4
11:31 02-02-2016Fix #520 E716: Key not present in Dictionary: setShowHiddenbrook hong1+1-1
05:21 19-01-2016Add support for natural sorting order.Maxim Bublis4+78-10
20:51 17-01-2016update api call to open directory tree in windowDevraj Mehta1+1-1
18:16 02-12-2015silence bookmark errors on startupMartin Grenfell1+1-1
07:14 27-11-2015silence an `ls!` callMartin Grenfell1+1-1
16:52 26-11-2015bugfix for win trees when using "stay in current win" command variantsMartin Grenfell1+3-10
16:14 26-11-2015handle tab tree buffers being :bdeletedMartin Grenfell1+8-3
15:57 26-11-2015update FAQ about opening nerdtree automatically on startupMartin Grenfell1+3-1
06:31 26-11-2015fix a bug that occurs when opening window treesMartin Grenfell1+1-1
06:27 26-11-2015fix a bug with `C` mappingMartin Grenfell1+1-1
21:24 25-11-2015remove references to NERDTreeDirArrowsMartin Grenfell3+14-50
20:52 25-11-2015update changelogMartin Grenfell1+4-0
20:29 25-11-2015remove NERDTreeDirArrows optionMartin Grenfell3+13-26
19:12 25-11-2015fix flag rendering for cascading dirsMartin Grenfell3+5-5
19:06 24-11-2015rework the cascading slightly to correctly show open/closed dir arrowsMartin Grenfell2+35-15
08:18 24-11-2015make cascading dirs more compactMartin Grenfell2+40-61
11:02 22-11-2015encapsulate dep on g:NERDTreeMinimalUI in a functionMartin Grenfell1+9-4
16:16 20-11-2015add path.isAncestorMartin Grenfell1+14-2
16:15 20-11-2015fix a syntax issue for older versions of vimMartin Grenfell1+1-1
13:45 20-11-2015fix a typoMartin Grenfell1+1-1
13:15 20-11-2015add NERDTree.getroot()Martin Grenfell1+5-0
22:52 19-11-2015add NERDTree.getRoot() and NERDTree.ForCurrentTab()Martin Grenfell1+10-0
22:44 19-11-2015remove dependency on b:NERDTree from classes that dont need itMartin Grenfell9+86-83
20:44 19-11-2015wipeout "stale" nerdtree bufsMartin Grenfell1+28-1
10:17 16-11-2015move TreeFileNode.makeRoot() to NERDTree.changeRoot(node)Martin Grenfell5+25-29
08:30 16-11-2015add TreeDirNode.getDirChildren() - using this in a pluginMartin Grenfell1+6-0
08:29 16-11-2015fix a couple of var references in UIMartin Grenfell1+2-2
08:28 16-11-2015dont use b:NERDTreeRoot internally, but leave the var there for compatMartin Grenfell10+42-42
06:35 16-11-2015refactor TreeDirNode.reveal slightlyMartin Grenfell2+12-6
08:13 15-11-2015update changelogMartin Grenfell1+4-0
22:04 14-11-2015remove some confusing redundancy from a few function callsMartin Grenfell1+10-10
14:35 14-11-2015move a bunch of `b:NERDTree.*` vars into the b:NERDTree.ui objMartin Grenfell5+58-30
10:10 14-11-2015move b:NERDTreePreviousBuf into NERDTree classMartin Grenfell3+7-3
09:01 14-11-2015move b:NERDTreeType into the NERDTree class and add some query methodsMartin Grenfell6+25-16
08:50 14-11-2015rename "primary" and "secondary" trees to "tab" and "window" treesMartin Grenfell9+44-44
13:57 13-11-2015update version number to 5.0.0Martin Grenfell1+1-1
13:54 13-11-2015remove some unneeded header commentsMartin Grenfell3+0-4
13:50 13-11-2015add license fileMartin Grenfell1+13-0
13:48 13-11-2015move changelog out of the main doc, remove credits sectionMartin Grenfell2+147-224
13:45 13-11-2015update changelogMartin Grenfell1+43-2
12:08 13-11-2015remove some old commented codeMartin Grenfell1+2-6
07:53 13-11-2015fsmenu: use nerdtree#echo* methods instead of reimplementing themMartin Grenfell1+13-26
07:46 13-11-2015fs menu: remove unused var assignsMartin Grenfell1+2-2
07:44 13-11-2015fs_menu: put the NERDTreeListNode* methods togetherMartin Grenfell1+11-12
07:42 13-11-2015Merge pull request #382 from PhilRunninger/masterMartin Grenfell1+18-0
23:38 12-11-2015Switch to upper case DIR /Q, in true DOS fashionPhil Runninger1+1-1
23:29 12-11-2015Use the system('DIR /Q...') function to display file info.Phil Runninger1+13-4
18:20 12-11-2015Merge (p)roperties (for Windows) into the (l)ist menu item.Phil Runninger1+4-2
18:11 12-11-2015Merge pull request #1 from scrooloose/masterPhil Runninger15+550-408
11:29 12-11-2015Merge pull request #378 from Xuyuanp/up/masterMartin Grenfell1+5-1
11:26 12-11-2015Merge pull request #470 from egalpin/masterMartin Grenfell1+7-1
11:25 12-11-2015Merge pull request #488 from hiberabyss/masterMartin Grenfell1+2-1
11:23 12-11-2015Merge pull request #496 from evindor/masterMartin Grenfell1+1-1
11:21 12-11-2015Merge pull request #502 from JESii/masterMartin Grenfell1+14-0
16:30 02-11-2015Add ability to list file metadata...Jonathan Seidel1+14-0
21:54 03-10-2015Fix MacOS detection for menu, fixes #478Arseny Zarechnev1+1-1
13:53 19-09-2015issue #147: add support to ~ expand in bookmarkshiberabyss1+2-1
05:42 18-09-2015Merge pull request #486 from Xuyuanp/syntaxMartin Grenfell1+1-1
13:39 17-09-2015Merge pull request #484 from PickRelated/masterMartin Grenfell1+3-3
00:30 17-09-2015Made NERDTreeFlags contained in NERDTreeExecFileXuyuan Pang1+1-1
14:22 15-09-2015Added character escaping to syn match regexesIgor Tatarintsev1+3-3
15:00 12-09-2015Merge pull request #482 from PickRelated/masterMartin Grenfell6+22-11
14:52 11-09-2015Added global variables for changing default arrows g:NERDTreeDirArrowExpandable g:NERDTreeDirArrowCollapsableIgor Tatarintsev6+10-10
14:44 11-09-2015Added global variables for changing default arrowsIgor Tatarintsev6+22-11
15:47 30-07-2015Merge pull request #471 from SchDen/patch-1Martin Grenfell1+1-1
10:28 30-07-2015Incorrect path to event.vimDen1+1-1
09:52 30-07-2015Update README.markdownegalpin1+7-1
05:30 13-07-2015Merge pull request #466 from toiffel/masterMartin Grenfell1+2-2
18:03 12-07-2015Fixed case-sensitive sorting of tree nodes when 'ignorecase' option is ontoiffel1+2-2
06:23 17-06-2015Merge pull request #453 from WoLpH/patch-1Martin Grenfell1+5-2
08:14 22-05-2015Fixed incompatibility with older Vim versionsRick van Hattem1+5-2
16:29 13-05-2015rename 2 sort key related varsMartin Grenfell1+4-4
16:26 13-05-2015fix syntax errorMartin Grenfell1+1-1
16:27 13-05-2015Merge pull request #450 from vtsang/masterMartin Grenfell3+44-4
16:58 12-05-2015pretty up some FAQ code blocksMartin Grenfell1+2-2
16:57 12-05-2015add an FAQ about highlighting file with certain extensionsMartin Grenfell1+4-0
16:45 12-05-2015doc the path listener APIMartin Grenfell1+22-0
00:59 11-05-2015Updated the commentVincent Tsang1+0-2
00:56 11-05-2015Refactor code to use getSortKey() and replace regular expression with simple string comparison in tree_dir_node.vimVincent Tsang3+39-25
11:54 09-05-2015Merge branch 'master' of https://github.com/vtsang/nerdtreeVincent Tsang0+0-0
11:38 09-05-2015Speed up sortChildren() by using sorting token This improves the sorting functions from 12 seconds to 0.66 seconds for ~4000 objectsVincent Tsang2+29-1
11:38 09-05-2015Speed up sortChildren() by using sorting token This improves the sorting functions from 12 seconds to 0.66 seconds for ~4000 objectsVincent Tsang2+30-1
17:42 06-05-2015Merge branch 'update_reuse_option'Martin Grenfell2+32-16
17:19 06-05-2015doc NERDTreeAddPathFilter()Martin Grenfell1+20-0
16:58 06-05-2015Merge branch 'add_path_filter_api'Martin Grenfell3+25-4
16:25 04-05-2015fix a bug when opening files in a new tabMartin Grenfell2+1-8
07:14 03-05-2015bugfix for secondary trees occurring when the screen state is savedMartin Grenfell1+13-9
18:20 02-05-2015add a path filter APIMartin Grenfell3+25-4
11:27 02-05-2015Merge branch 'refactor_autoload'Martin Grenfell8+305-315
11:26 02-05-2015remove UI.lolcats()... not sure what the story is thereMartin Grenfell1+0-5
11:24 02-05-2015move some rendering and cursor moving functions out of autoloadMartin Grenfell6+99-99
11:05 02-05-2015move dumpHelp out of autoloadMartin Grenfell2+109-108
11:01 02-05-2015move the closeTree functions out of autoloadMartin Grenfell5+38-45
10:44 02-05-2015move isTreeOpen() out of autoloadMartin Grenfell5+23-20
10:31 02-05-2015move nerdtree#getTreeWinNum out of autoloadMartin Grenfell4+16-16
08:42 02-05-2015refactor 3 more functions out of the monolithic autoload fileMartin Grenfell3+29-31
08:01 02-05-2015update readme to add an FAQ, update the FAQ style and rm the changelogMartin Grenfell1+18-28
07:29 02-05-2015Revert "Use different arrow characters for compatibility."Martin Grenfell4+10-10
07:28 02-05-2015Revert "fix one of the old style arrows"Martin Grenfell1+1-1
12:05 01-05-2015Merge pull request #411 from xdl/masterMartin Grenfell1+5-0
12:00 01-05-2015fix one of the old style arrowsMartin Grenfell1+1-1
11:33 01-05-2015allow control over whether to reuse windows in different tabsMartin Grenfell2+32-16
10:13 01-05-2015Merge pull request #434 from handcraftedbits/masterMartin Grenfell4+10-10
10:11 01-05-2015Merge pull request #436 from devmanhinton/patch-1Martin Grenfell1+1-1
05:06 22-04-2015Remove NERD_tree.txt typoDevon Hinton1+1-1
18:36 17-04-2015Use different arrow characters for compatibility.Curtiss Howard4+10-10
14:44 21-12-2014Return early if exception was thrown in pathForStringxiaodili1+5-0
08:02 20-11-2014Merge pull request #403 from gcmt/pretty-cwdMartin Grenfell1+7-2
03:50 20-11-2014Truncate paths at slashes.Giacomo Comitti1+7-2
05:22 30-10-2014Merge pull request #390 from zhangoose/patch-1Martin Grenfell1+3-1
21:00 29-10-2014easier to read one of the FAQ answersAlex Zhang1+3-1
16:18 29-10-2014use the built in fnamemodify() to make a path relativeMartin Grenfell1+6-16
15:35 29-10-2014fix escaping for `:edit` when renaming filesMartin Grenfell1+2-1
15:32 29-10-2014Merge remote-tracking branch 'origin/master'Martin Grenfell1+3-3
15:32 29-10-2014Merge pull request #384 from gastropoda/reopen-after-renameMartin Grenfell1+3-3
08:20 29-10-2014apply @mixvin's windows path fix at the top of the method insteadMartin Grenfell1+1-2
06:52 10-02-2013Fix opening file path, in Windowsmixvin1+1-0
06:08 25-09-2014Fix reloading renamed fileArtem Baguinski1+3-3
12:14 15-09-2014Add menu option to display file/directory properties.Phil Runninger1+7-0
06:33 01-09-2014Merge branch 'master' into up/masterXuyuan Pang1+2-2
05:25 01-09-2014fix #363Xuyuan Pang1+5-1
05:25 01-09-2014fix #363Xuyuan Pang1+4-0
10:27 06-08-2014Merge pull request #365 from ifsred/masterMartin Grenfell1+2-2
06:32 06-08-2014Fix doc map for NERDTreeMapChangeRootifsred1+2-2
05:14 22-07-2014Merge pull request #359 from Xuyuanp/up/masterMartin Grenfell1+5-0
06:57 19-07-2014add refreshDirFlags method to avoid refreshing too many filesXuyuan Pang1+5-0
16:27 17-07-2014move nerdtree#treeExists.* methods into the NERDTree classMartin Grenfell6+24-20
16:16 17-07-2014add proper events and make the notifier class genericMartin Grenfell6+53-25
14:54 15-07-2014allow plugins to override the default mappingsMartin Grenfell2+10-1
06:03 14-07-2014Merge pull request #356 from alvan/patch-2Martin Grenfell1+1-1
05:41 14-07-2014fix a bug from recent refactoring RE some NERDTreeCWDMartin Grenfell3+3-9
19:35 10-07-2014add highlighting for flagsMartin Grenfell1+13-8
16:14 10-07-2014remove testing git pluginMartin Grenfell1+0-65
05:26 09-07-2014Merge branch 'master' into expt_add_path_flags_and_gitMartin Grenfell3+80-48
05:25 09-07-2014move some more view code into the UI classMartin Grenfell3+80-48
04:20 09-07-2014Use event BufLeave instead of BufWinLeave to record screen state to avoid undefined b:NERDTree erroralvan1+1-1
05:47 08-07-2014Merge branch 'master' into expt_add_path_flags_and_gitMartin Grenfell2+2-2
05:44 08-07-2014fix the NERDTreeFind command - broken in recent refactoringMartin Grenfell1+1-1
05:38 08-07-2014Merge branch 'master' into expt_add_path_flags_and_gitMartin Grenfell14+1119-1071
05:06 08-07-2014Merge pull request #353 from lucascaton/masterMartin Grenfell1+1-1
21:57 07-07-2014Updating creator.vim file (this fixes #352)Lucas Caton1+1-1
19:02 07-07-2014Merge branch 'master' of github.com:scrooloose/nerdtreeMartin Grenfell1+1-1
18:59 07-07-2014continue breaking down the epic autoload moduleMartin Grenfell11+337-290
16:12 07-07-2014continue breaking up the autoload/nerdtree god moduleMartin Grenfell7+281-288
15:36 07-07-2014move ui functions out into their own autoloadMartin Grenfell3+523-515
14:24 07-07-2014add `.refreshFlags()` to path/dir/file objectsMartin Grenfell3+20-0
19:36 06-07-2014fix a retarded bug with FlagSet.clearFlagsMartin Grenfell1+1-1
16:51 05-07-2014allow flags to be scoped to a pluginMartin Grenfell4+61-28
20:29 04-07-2014add proof of concept for path flags API and add git modified flagsMartin Grenfell6+124-5
05:22 03-07-2014Merge pull request #347 from kelaban/minor-fix-to-readmeMartin Grenfell1+1-1
20:46 02-07-2014Fixes README for opening vim with no filesKeith Laban1+1-1
16:54 02-07-2014comment and tweak the <LeftRelease> fix in 24561adMartin Grenfell1+8-1
16:49 02-07-2014Merge pull request #298 from buggo/masterMartin Grenfell1+3-0
16:25 02-07-2014simplify the <cr> mapping definitionMartin Grenfell1+1-1
16:23 02-07-2014Merge pull request #346 from shanesmith/masterMartin Grenfell1+2-2
21:29 01-07-2014Fix <CR> not working if active node map is special char such as <Right>Shane Smith1+2-2
05:40 30-06-2014uncomment out some needed syntax matching code... failMartin Grenfell1+3-3
17:44 29-06-2014trivial highlighting update for consistencyMartin Grenfell1+1-1
17:44 29-06-2014fix highlighting for readonly filesMartin Grenfell1+13-10
15:53 29-06-2014remove the NERDChristmasTree optionMartin Grenfell3+5-22
14:40 29-06-2014simplify the syntax matching code slightlyMartin Grenfell1+10-16
14:28 29-06-2014Merge branch 'better_symlink_highlighting' into update_highlightingMartin Grenfell1+9-1
14:17 29-06-2014separate out syntax matching for Dir Arrows vs old styleMartin Grenfell1+35-23
12:14 29-06-2014update symlink highlightingMartin Grenfell1+11-6
08:37 29-06-2014update the doc/quickhelp for :BookmarkMartin Grenfell2+2-2
08:29 29-06-2014update code in readme to auto-open a tree on startupMartin Grenfell1+4-1
15:38 27-06-2014Merge branch 'inkarkat-better-set-filetype'Martin Grenfell1+1-1
15:37 27-06-2014Merge branch 'better-set-filetype' of https://github.com/inkarkat/nerdtree into inkarkat-better-set-filetypeMartin Grenfell1+1-1
15:29 27-06-2014update the NERDTreeCascadeOpenSingleChildDir docMartin Grenfell1+3-3
15:25 27-06-2014Merge pull request #251 from pendulm/masterMartin Grenfell4+20-11
18:53 26-06-2014Merge pull request #266 from staeff/patch-1Martin Grenfell1+1-1
18:52 26-06-2014Merge pull request #299 from tophsic/masterMartin Grenfell1+2-2
18:48 26-06-2014Merge pull request #316 from ZeroProbability/masterMartin Grenfell1+2-2
06:01 26-06-2014rename NERDTreeWildIgnore option and refactor the usage of itMartin Grenfell3+5-4
05:48 26-06-2014Merge pull request #303 from amarshall/wildignoreMartin Grenfell2+10-1
05:40 26-06-2014Merge pull request #308 from igrep/patch-1Martin Grenfell1+1-1
05:35 26-06-2014Merge pull request #295 from DanielleSucher/create_parent_directories_as_neededMartin Grenfell2+25-2
05:30 26-06-2014Merge pull request #274 from an1zhegorodov/masterMartin Grenfell1+1-1
05:30 26-06-2014Merge pull request #326 from migueldvb/docsMartin Grenfell1+1-1
05:27 26-06-2014Merge pull request #331 from jinnko/add-bookmarks-sort-flagMartin Grenfell3+18-2
05:23 26-06-2014Merge pull request #338 from trkoch/spaces-umlautsMartin Grenfell1+3-2
05:18 26-06-2014Merge pull request #340 from netj/sort-hidden-first-optionMartin Grenfell3+9-0
07:06 09-06-2014Option for mixing dot files when sortingJaeho Shin3+9-0
08:05 30-05-2014Support space in path when renamingTristan Koch1+3-2
11:51 24-04-2014Add flag to disable/enable bookmark sortingJinn Koriech3+18-2
14:03 08-04-2014Use pathogen.vim Helptags command in README fileMiguel de Val-Borro1+1-1
21:46 20-02-2014Issue 315 - Incorrect buffer deleted on file deletearamasamy1+2-2
08:56 01-02-2014correct invalid reference to MenuControllerYamamoto Yuji1+1-1
02:10 07-12-2013Add option to respect wildignoreAndrew Marshall2+10-1
11:41 06-11-2013Fix typoChristophe Sicard1+2-2
08:17 05-11-2013Ugly hack to fix Error 121 when NERDTree is the active window and clicking on the command line below another window.Rickard Karlsson1+3-0
01:25 08-10-2013Create nested parent directories as neededDanielle Sucher2+25-2
18:29 21-07-2013Fix help mistakeAnton Nizhegorodov1+1-1
18:20 27-05-2013Fixed typo in NERD_tree.txtStephan Klinger1+1-1
05:02 16-05-2013Merge pull request #263 from medvid/masterMartin Grenfell3+9-9
10:39 14-05-2013fix spelling in documentationVolodymyr Medvid3+9-9
06:00 13-05-2013Revert "don't redefine user-defined mappings"Martin Grenfell1+1-1
05:53 06-05-2013Merge pull request #255 from joshuarh/unique-mappingsMartin Grenfell1+1-1
23:34 25-04-2013don't redefine user-defined mappingsJosh Hoff1+1-1
12:39 22-04-2013Add correspoding close action to cascade open single child dirpendulm2+13-4
12:35 22-04-2013Fix typo Casade to Cascadependulm3+7-7
16:32 13-04-2013move the class files out of the plugin dirMartin Grenfell11+14-9
06:10 09-04-2013fix a bug where the user couldnt override the mapping for <cr>Martin Grenfell1+2-2
09:35 03-04-2013fix NERDTreeCWDMartin Grenfell1+2-2
11:53 31-01-2013Set filetype unconditionally and after defining mappings.Ingo Karkat1+1-1
10:54 30-01-2013catch an error thrown when refreshing a dir with a FIFO or socketMartin Grenfell1+1-1
06:48 09-01-2013move a couple of functions into NERDTreeCreatorMartin Grenfell3+28-28
21:41 08-01-2013add some class methods to wrap the NERDTreeCreator public methodsMartin Grenfell5+38-14
12:17 08-01-2013Merge pull request #227 from kasyaar/copy_node_fixMartin Grenfell1+1-1
12:17 08-01-2013fixed error messages on copy node in NERDTree bufferDmitry Kasimtsev1+1-1
21:01 07-01-2013extract the tree creation functions out into their own classMartin Grenfell5+302-274
21:56 05-01-2013fix a couple of function calls that should have been renamedMartin Grenfell2+2-2
09:30 05-01-2013some cosmetic updates to the class filesMartin Grenfell8+254-182
08:57 05-01-2013fix the <enter> mappingMartin Grenfell1+3-3
08:44 05-01-2013move KeyMap_Invoke into the autoload fileMartin Grenfell2+9-7
22:48 04-01-2013manually apply #220 to fix NERDTreeFind for hidden dirsMartin Grenfell2+17-1
22:47 04-01-2013replace a script level var with a queryMartin Grenfell1+13-5
22:08 04-01-2013decompose the giant NERD_tree.vim fileMartin Grenfell10+4333-4267
10:08 02-01-2013Merge pull request #219 from felipebueno/masterMartin Grenfell1+4-0
15:15 31-12-2012Added a frequently asked question to READMEFelipe Bueno1+4-0
17:26 10-12-2012Merge pull request #213 from cperl82/fixesMartin Grenfell1+1-1
16:44 10-12-2012Fix s:Path.Resolve to it handles '/' properlyChris Perl1+1-1
07:10 12-11-2012Merge pull request #204 from techlivezheng/feature/chrootcwdMartin Grenfell2+38-0
07:06 12-11-2012Merge pull request #203 from techlivezheng/feature/find-in-existing-windowMartin Grenfell1+7-1
06:55 12-11-2012add Path.isUnixHiddenFile and refactor to use itMartin Grenfell1+10-3
06:57 12-11-2012Merge pull request #202 from techlivezheng/feature/find-hidden-fileMartin Grenfell1+9-0
14:23 04-11-2012Add a NERDTreeCWD command to change tree root to CWDTechlive Zheng2+38-0
14:21 04-11-2012Make NERDTreeFind use an existing NERDTree windowTechlive Zheng1+7-1
14:19 04-11-2012Make NERDTreeFind work on hidden filesTechlive Zheng1+9-0
08:02 31-10-2012Merge pull request #200 from hpesoj/masterMartin Grenfell1+7-1
13:30 29-10-2012Fix call to globpath() for Vim 7.2 and below.Joseph Thomson1+7-1
05:11 18-10-2012Merge pull request #191 from ZeusTheTrueGod/masterMartin Grenfell2+60-4
09:55 15-10-2012Merge pull request #150 from cperl82/issue-144Martin Grenfell1+1-1
17:03 03-10-2012Merge pull request #196 from mark-rushakoff/masterMartin Grenfell1+1-1
16:39 03-10-2012Fix typo in copy actionMark Rushakoff1+1-1
10:19 26-08-2012Better handling file renaming and deletingZeusTheTrueGod1+37-3
05:51 26-08-2012Better flow for renaming and deleting filesZeusTheTrueGod2+24-2
11:56 05-07-2012update the doc for NERDTreeCasadeOpenSingleChildDirMartin Grenfell1+4-5
11:51 05-07-2012default NERDTreeCasadeOpenSingleChildDir to 1Martin Grenfell2+2-2
11:40 05-07-2012Merge pull request #180 from pendulm/masterMartin Grenfell2+44-3
11:26 05-07-2012add option NERDTreeCasadeOpenSingleChildDir and function TreeDirNode.openAlong for Issues #179.pendulm2+44-3
05:59 30-06-2012Merge pull request #172 from stephenprater/masterMartin Grenfell1+1-1
05:57 30-06-2012Merge pull request #178 from franksort/masterMartin Grenfell1+3-3
00:07 28-06-2012Fixed typo. changing s:clearBoomarks to s:clearBookmarks.Frank S1+3-3
11:57 14-06-2012ignore wildignore settingA.G. Russell Knives1+1-1
10:51 02-04-2012add autocmds for fugitive integrationMartin Grenfell1+6-1
10:35 17-03-2012Replace virtcol() with len() in handleLeftClick().Chris Perl1+1-1
12:31 17-02-2012add NERDTreeFocus command - calls the NERDTreeFocus() functionMartin Grenfell1+1-0
13:31 16-02-2012fix previewing of directory nodesMartin Grenfell1+4-0
13:16 16-02-2012Merge pull request #122 from cperl82/fixesMartin Grenfell1+4-0
13:11 16-02-2012add NERDTreeFocus functionMartin Grenfell1+8-0
07:59 14-02-2012Merge pull request #137 from AndrewRadev/double-edit-fixMartin Grenfell1+0-2
07:38 14-02-2012Don't output a message on opening a file nodeAndrew Radev1+0-1
07:38 14-02-2012Remove second "edit" from OpenerAndrew Radev1+0-1
06:15 27-01-2012Merge pull request #127 from cperl82/keymap-leader-fix2Martin Grenfell1+7-4
02:12 27-01-2012Make handling of '<>' notation more robust.Chris Perl1+7-4
20:59 26-01-2012fix the ctrl-j/ctrl-k mappingsMartin Grenfell1+2-2
20:53 26-01-2012Merge pull request #126 from cperl82/keymap-leader-fixMartin Grenfell1+15-11
18:50 26-01-2012Escape mappings that use '<>' notation.Chris Perl1+15-11
17:57 25-01-2012Add calls to NERDTreeAddKeyMap for previewing BookmarksChris Perl1+4-0
17:19 11-01-2012Merge pull request #110 from cperl82/fixesMartin Grenfell1+16-10
17:03 11-01-2012map <cr> to the default o mapping (again)Martin Grenfell1+3-1
16:55 11-01-2012dont close the tree window when using the 'preview' mapsMartin Grenfell1+3-4
16:53 11-01-2012fix NERDTreeQuitOnOpen optionMartin Grenfell1+29-7
12:55 11-01-2012Add s:Path.Resolve function to address trailing slash issues.Chris Perl1+14-4
11:31 11-01-2012Revert "Fixed resolve() double endslash defect"Chris Perl1+3-7
11:23 11-01-2012Merge pull request #115 from Twinside/patch-1Martin Grenfell1+2-0
11:20 11-01-2012Deactivating folds in NERDtree bufferTwinside1+2-0
10:46 11-01-2012remove a now misleading commentMartin Grenfell1+0-1
10:44 11-01-2012make the mouse work as expected with NERDTreeMouseModeMartin Grenfell1+8-4
10:08 11-01-2012refactor KeyMap so we dont use index() on an array of objectsMartin Grenfell1+10-5
10:06 11-01-2012make the default keymap generation happen only onceMartin Grenfell1+71-68
06:09 11-01-2012unlet TreeDirNode.openInNewTab since we are overriding itMartin Grenfell1+1-0
13:30 09-01-2012update the method comment for TreeDirNode.openMartin Grenfell1+1-7
13:25 09-01-2012fix a bug with the T (open in new tab silently) mappingMartin Grenfell1+1-1
13:22 09-01-2012rename 'split' to 'where' in the open() interfaceMartin Grenfell1+33-33
12:59 09-01-2012add Opener class to handle opening nodes/bookmarksMartin Grenfell1+269-236
14:24 08-01-2012make Bookmark use the new open() interfaceMartin Grenfell1+37-17
19:39 06-01-2012Merge pull request #78 from actionshrimp/masterMartin Grenfell1+18-5
16:36 06-01-2012Added comment to clarify which part of the path is the 'drive' for windows network sharesDave Aitken1+1-0
16:24 06-01-2012wrap a couple of wincmd calls in s:execMartin Grenfell1+2-2
12:05 06-01-2012trivial comment changeMartin Grenfell1+1-1
12:02 06-01-2012remove s:openEntrySplit as it is not needed anymoreMartin Grenfell1+1-21
11:54 06-01-2012rename 'preview' to 'stay' and standardize the 'keepopen' nameMartin Grenfell1+9-9
11:47 06-01-2012make TreeDirNode use the new open() interfaceMartin Grenfell1+46-23
10:38 06-01-2012fix Bookmark so it uses the new TreeFileNode.open methodMartin Grenfell1+4-2
07:54 05-01-2012refactor the TreeFileNode*open* methodsMartin Grenfell1+140-58
08:41 05-01-2012add dir and file flags to NERDTreeIgnore regexesMartin Grenfell2+29-4
05:24 05-01-2012dont convert windows paths to lower case when :editingMartin Grenfell1+8-11
10:52 04-01-2012fix a bug for files that begin with +/-/~ charsMartin Grenfell1+12-1
08:44 04-01-2012update faq in the readmeMartin Grenfell1+17-2
08:11 04-01-2012add NERDTreeCustomIgnoreFilter hookMartin Grenfell2+5-0
07:44 04-01-2012fix a bug when activating bookmarksMartin Grenfell1+1-1
07:39 04-01-2012dont use VimEnter to cache bookmarks and load pluginsMartin Grenfell1+9-6
06:43 04-01-2012fix a bug where keymaps were failing with :set ignorecaseMartin Grenfell1+1-1
06:27 04-01-2012make a syntax fix for certain versions of vimMartin Grenfell1+3-2
21:13 03-01-2012use the keymap api for the mouse mappingsMartin Grenfell1+11-7
21:13 03-01-2012make a small fix for the left mouse buttonMartin Grenfell1+1-1
20:30 03-01-2012refactor option checking to simplify and remove duplicationMartin Grenfell1+12-6
20:22 03-01-2012Merge pull request #104 from cperl82/fixesMartin Grenfell1+1-1
19:43 03-01-2012fix the mouse mappingsMartin Grenfell1+35-26
13:08 03-01-2012update quickhelp for custom mappingsMartin Grenfell1+6-6
13:05 03-01-2012update the doc for the new key api functionalityMartin Grenfell1+22-9
12:33 03-01-2012remove a trivial piece of old debugging codeMartin Grenfell1+0-1
07:31 03-01-2012make the standard mappings use the key apiMartin Grenfell1+248-260
21:17 28-12-2011rework the keymap APIMartin Grenfell1+101-5
10:16 28-12-2011update changelog/credits and bump to version 4.2.0Martin Grenfell3+46-4
19:53 27-12-2011add a note about vim-nerdtree-tabs to the readmeMartin Grenfell1+2-0
19:22 27-12-2011update the doc for the new NERDTreeFind behaviourMartin Grenfell1+7-3
19:18 27-12-2011fix mixed indentingMartin Grenfell1+11-11
18:26 15-06-2011Open NERDTreeFind tree at CWD if current file is below it.Benjamin Geiger1+12-1
18:52 27-12-2011make a minor formatting fix for the readmeMartin Grenfell1+1-0
07:58 24-12-2011add first version of readmeMartin Grenfell1+73-0
07:58 24-12-2011remove Rakefile - pathogen is now the recommended way to installMartin Grenfell1+0-75
13:55 21-12-2011stayInCurrentTab fixChris Perl1+1-1
11:43 21-12-2011refactor tree window creation to remove duplicationMartin Grenfell1+39-62
11:40 21-12-2011Merge pull request #87 from scottstvnsn/masterMartin Grenfell1+2-1
11:27 21-12-2011Merge pull request #88 from andersonfreitas/masterMartin Grenfell1+28-0
10:19 21-12-2011dont add a trailing slash to auto-named bookmarked dirsMartin Grenfell1+1-1
20:14 15-12-2011Defaulting bookmark name to file/dir nameMin-Young Wu2+9-3
09:51 21-12-2011remove the now unused s:setupSyntaxHighlighting()Martin Grenfell1+0-99
09:50 21-12-2011Merge remote-tracking branch 'gnap/master'Martin Grenfell2+183-95
14:35 15-12-2011enable NERDTreeDirArrows by default except on windowsMartin Grenfell1+3-3
13:34 09-10-2011Merge pull request #86 from mathias/patch-1Martin Grenfell1+1-1
21:01 06-09-2011New options in the file system menu: - Reveal In Finder - Open with system editor - QuicklookAnderson Freitas1+28-0
08:33 31-08-2011Add nolist to buffer options.Scott Stevenson1+2-1
08:03 30-08-2011always disallow insert modeMartin Grenfell1+2-5
07:58 30-08-2011Merge pull request #84 from kml/masterMartin Grenfell1+7-0
15:39 25-08-2011SpellingMatt Gauger1+1-1
11:42 05-08-2011wycats's "disallow insert mode" https://github.com/wycats/nerdtree/commit/3bb112d916a3e78f2e6528b869cdad1f7d826114Kamil K. Lemański1+7-0
03:44 09-07-2011fix for copying filesMartin Grenfell1+4-2
03:35 09-07-2011Merge pull request #79 from AndrewRadev/masterMartin Grenfell1+3-1
16:10 08-07-2011Fix for copying errorAndrew Radev1+3-1
06:51 07-07-2011Fixed resolve() double endslash defectDave Aitken1+8-5
06:38 07-07-2011Added support for windows network shares (\\box\share format paths)Dave Aitken1+12-3
22:59 05-07-2011Merge remote-tracking branch 'EvanDotPro/master'Martin Grenfell1+3-3
07:55 05-07-2011Merge pull request #74 from iNecas/nerd_tree_find_fixMartin Grenfell1+1-1
09:56 04-07-2011specify 'file' input types to allow for tab-completion of paths when copying, moving, or creating a nodeEvan Coury1+3-3
06:51 25-06-2011Revert commit 7f5a8caaIvan Necas1+1-1
12:56 18-06-2011separate syntax file for better combacibility with plugins that reloads vimrc files(such as perdirvimrc) after BufRead.George Ang2+183-95
07:00 06-05-2011Merge pull request #56 from iNecas/nerd_tree_find_fixMartin Grenfell1+1-1
06:33 06-05-2011Merge pull request #50 from sdewald/masterMartin Grenfell2+2-2
11:13 23-04-2011fix the mouse and NERDTreeDirArrowsMartin Grenfell1+4-6
10:25 20-03-2011Fix for getting line of nodeIvan Necas1+1-1
18:43 09-03-2011fix a minor bug with syntax highlighting of the root nodeMartin Grenfell1+1-1
16:24 04-03-2011Merge branch 'master' of github.com:scrooloose/nerdtreeSteve DeWald2+101-28
20:18 02-03-2011only set relativenumber for vim >= 7.3Martin Grenfell1+6-2
19:28 28-02-2011fix a bug when the bookmarks are toggled with NERDTreeMinimalUIMartin Grenfell1+5-1
19:03 28-02-2011remove '.. (up a dir)' when NERDTreeMinimalUI is setMartin Grenfell1+5-7
18:54 28-02-2011fix a bug with NERDTreeMinimalUI and syntax highlightingMartin Grenfell1+1-1
23:30 27-02-2011set nornu when line numbers aren't shownCam Thompson1+2-0
23:18 27-02-2011hide (up a dir) when using minimal uiCam Thompson1+5-1
22:41 27-02-2011Merge branch 'master' of git://github.com/scrooloose/nerdtreeCam Thompson2+59-17
22:36 27-02-2011merge hide bookmarks and press ? optionsCam Thompson2+12-27
18:55 27-02-2011fix highlighting of executable files with NERDTreeDirArrowsMartin Grenfell1+1-1
15:16 25-02-2011Merge remote-tracking branch 'upstream/master'Cam Thompson1+1-1
15:14 25-02-2011add bookmarks and press help documentationCam Thompson1+28-0
14:30 23-02-2011Make tree style (|+~ or arrows) configurableMarcin Kulik2+58-9
16:42 20-02-2011Make indentation of file nodes more intuitiveMarcin Kulik1+8-2
14:40 20-02-2011Fixed two bugs affecting adding and copying nodes with escaped chars (e.g. spaces) in the filepathSteve DeWald2+2-2
08:36 19-02-2011Use small triangles for directories and get rid of ascii barsMarcin Kulik1+8-21
20:49 11-02-2011rename press for help and bmark label optionsCam Thompson1+5-5
18:20 13-02-2011make it handle dirs of the form '[foo]baz' properly in *nixMartin Grenfell1+1-1
20:00 13-01-2011add option to hide bookmarks labelCam Thompson1+5-2
19:13 13-01-2011add option to hide 'Press ? for help'Cam Thompson1+8-5
01:44 08-02-2011fix a bug when opening a file bookmark in a new tabMartin Grenfell1+1-1
01:16 08-02-2011fix a couple of typos in the filesystem menuMartin Grenfell1+2-2
00:53 08-02-2011make all regex matching case sensitiveMartin Grenfell1+22-22
19:37 07-02-2011prefix all highlight groups with NERDTree for namespace reasonsMartin Grenfell1+63-63
02:04 20-11-2010update credits/changelogmarty1+4-0
02:01 20-11-2010fix a bug with :NERDTreeFind and symlinksmarty1+1-1
03:15 18-09-2010close the tree win when opening bookmarked files for NERDTreeQuitOnOpenmarty1+1-0
03:11 18-09-2010correct the window the cursor jumps to on :NERDTree(Close|Toggle)marty1+9-1
14:30 30-07-2010Escaped "value" parameter to initVariable, so it is a valid literal-string.paddyoloughlin1+1-1
06:41 21-06-2010fix a bug with `:Bookmark foo' where foo was an existing bookmarkmarty1+9-1
06:20 01-12-2009switch to version 4.1.0marty2+3-3
06:19 01-12-2009update changelog and creditsmarty1+23-0
05:34 24-11-2009bugfix: paths were incorrectly escaped in win32 for :e and :cdmarty1+5-1
08:11 23-11-2009put the open-in-new-tab logic in the models, make NERDTreeQuitOnOpen effect T and tmarty2+53-23
08:10 23-11-2009move s:getSelectedBookmark in to the Bookmark modelmarty1+17-17
02:42 22-11-2009add NERDTreeFind command and handling codemarty2+76-0
02:25 22-11-2009move the path string truncation into Path#str()marty1+12-8
21:49 04-11-2009truncate the root line if its too longmarty1+13-6
20:30 09-10-2009bugfix: escape filenames for ":edit"ingmarty1+2-0
05:27 09-10-2009really fix the window state restoringmarty1+1-1
02:52 09-10-2009switch to version 4.0.0marty1+2-2
02:41 09-10-2009bugfix for NERDTreeMirrormarty2+2-1
23:54 08-10-2009fix a typo in the docmarty1+1-1
23:24 08-10-2009update changelog/creditsmarty1+3-0
22:48 08-10-2009remove the git menu pluginmarty1+0-116
22:46 08-10-2009change my email to gmailmarty5+8-8
22:40 08-10-2009minor refactormarty1+2-2
22:36 08-10-2009bugfix: the window state wasnt being storedmarty1+1-1
00:15 08-10-2009remove a couple of useless linesmarty1+0-2
17:41 28-09-2009fix a retarded line that somehow got inmarty1+1-1
17:40 28-09-2009fix syntax error in Path#delete()marty1+1-1
04:57 15-09-2009change the statusline so restoring a session doesnt break so badlymarty1+6-1
23:05 12-09-2009fix path escaping for Path._strForCd()marty1+1-5
23:02 12-09-2009refactor away from Path.strForCd() (since it was removed earlier)marty1+4-4
07:32 11-09-2009dont highlight current menu itemmarty1+0-2
11:19 08-09-2009Taught s:Path.getParent to handle Windows paths.Tim Henigan1+6-1
01:04 09-09-2009syntax fixmarty1+1-1
06:58 06-09-2009dont show separators at the top of the menumarty1+5-1
22:43 05-09-2009update the changelogmarty1+10-3
22:43 05-09-2009update the docmarty1+6-4
21:19 05-09-2009remove some old code left over for the ! mappingmarty2+0-13
20:27 05-09-2009update doc RE menumarty1+20-2
07:29 05-09-2009migrate fs_menu.vim to use the new Path#str methodmarty1+2-2
09:36 03-09-2009update the API docmarty1+7-6
00:09 03-09-2009make "OS" the default format for Path#str()marty4+36-36
07:07 02-09-2009comment Path#str()marty1+18-1
07:07 02-09-2009correct a header commentmarty1+1-1
01:42 02-09-2009fix bug when using x on the tree rootmarty1+1-1
09:44 01-09-2009rename Path#_strForEditCmd to _strForEditmarty1+12-12
08:36 01-09-2009highlight the current menu itemmarty1+9-13
07:43 01-09-2009simplify the menu renderingmarty1+3-19
02:15 01-09-2009refactor the Path#str* methodsmarty4+78-63
01:44 26-08-2009remove s:executeNode since it is now unusedmarty1+0-20
09:07 23-08-2009refactor/move around the method to render a path to a stringmarty1+95-96
08:56 23-08-2009remove the arg from Path#str()marty3+19-26
10:57 21-08-2009updates to the docmarty1+3-1
10:54 21-08-2009update some file header info for the nerdtree pluginsmarty2+2-2
10:44 21-08-2009update some of the old fs menu doc for the new menu systemmarty2+17-44
10:27 21-08-2009make the git menu use the new NERDTreeAddSubmenu() callmarty1+2-3
10:26 21-08-2009add some doc for the new APImarty1+119-3
10:25 21-08-2009make the menu api more awesomemarty1+27-4
10:19 21-08-2009recursively source all .vim files in nerdtree_plugin/marty1+1-1
22:36 19-08-2009set nolazyredraw ... not sure how this got changedmarty1+1-1
22:35 19-08-2009add comments to MenuItem and MenuController methodsmarty1+29-1
12:08 19-08-2009update git_menu so we dont prompt anymore unless neededmarty1+23-19
12:07 19-08-2009remove some unneeded checks from fs_menumarty1+0-15
12:07 19-08-2009some cosmetic changes to exec_menuitemmarty1+3-2
12:05 19-08-2009rearange some code so the menu doesnt change the window/cursor positionmarty1+4-7
01:00 19-08-2009add travis jefferys git-vimscript-installer rakefilemarty1+75-0
00:57 19-08-2009Merge branch 'api'marty6+717-327
00:44 19-08-2009refactor MenuItem.CreateSeparator()marty1+5-12
11:06 18-08-2009bugfix in fs_menu pluginmarty1+1-1
11:05 18-08-2009make the git menu work and put it under a submenumarty1+54-28
11:05 18-08-2009make the menu system more awesomemarty1+125-46
18:44 17-08-2009add basic menu implementationmarty1+157-43
10:49 11-08-2009remove a redundant functionmarty1+3-9
10:38 11-08-2009add quickhelpText to s:KeyMap and display it in quickhelpmarty1+10-0
10:14 11-08-2009remove some useless/misleading commentsmarty1+0-6
10:14 11-08-2009remove some redundant codemarty1+1-7
10:13 11-08-2009remove an unused functionmarty1+0-10
09:53 11-08-2009remove the old api functionsmarty2+1-75
09:53 11-08-2009add an API to add custom key mapsmarty1+38-0
01:32 11-08-2009create a new dir for nerdtree pluginsmarty4+3-0
07:38 09-08-2009correct a typo in the changelogmarty1+1-1
06:29 09-08-2009add A mapping to maximize/restore tree window sizemarty2+29-0
07:38 09-08-2009correct a typo in the changelogmarty1+1-1
06:29 09-08-2009add A mapping to maximize/restore tree window sizemarty2+29-0
03:33 31-07-2009set up syntax highlighting even if highlighting rules already existmarty1+2-2
03:33 31-07-2009set up syntax highlighting even if highlighting rules already existmarty1+2-2
09:16 21-07-2009move the ! keymap into a pluginMartin Grenfell1+40-0
08:43 21-07-2009rename check_to_enable_callback to isActiveCallbackMartin Grenfell2+5-5
06:13 21-07-2009rename MenuCallback -> MenuItemMartin Grenfell1+34-34
04:27 21-07-2009make the git menu own harderMartin Grenfell1+35-9
04:26 21-07-2009update the fs menu to use the new apiMartin Grenfell1+4-4
04:23 21-07-2009add another api callback to determine whether menu items should appearMartin Grenfell1+55-17
10:07 19-07-2009remove inferior rake symlink to travisjefferys awesome rakefileMartin Grenfell1+0-18
10:05 19-07-2009add basic git pluginMartin Grenfell1+61-0
10:01 19-07-2009fix a bug where the ../ and ./ entries werent being filtered outMartin Grenfell1+5-2
02:34 19-07-2009put the fs operations in the top level of the menuMartin Grenfell1+14-38
02:21 19-07-2009extend the api and move the fs operations into a pluginMartin Grenfell2+317-214
10:04 17-07-2009refactor the activate method so the code is now in the modelsMartin Grenfell1+27-18
09:55 17-07-2009fix a bug where the script ignored dirs ending in a dotMartin Grenfell2+3-1
09:46 17-07-2009fix a bug with secondary nerd trees and NERDTreeQuitOnOpenMartin Grenfell2+6-1
06:36 07-06-2009switch to version 3.1.1Martin Grenfell2+3-3
06:36 07-06-2009update changelogMartin Grenfell1+6-1
05:40 07-06-2009bugfix: :NERDTreeMirror doesnt have tab completionMartin Grenfell1+1-1
05:00 02-06-2009fix a bug that was causing no-name bufs to be createdMartin Grenfell1+2-1
20:12 01-06-2009fix a function description commentMartin Grenfell1+2-2
20:10 01-06-2009fix a bug that was occurring with :set nohiddenMartin Grenfell1+5-4
20:09 01-06-2009add a help file entry for the cd mappingMartin Grenfell1+8-0
23:23 28-05-2009fix some help tagsMartin Grenfell1+8-8
18:45 11-03-2009update changelogMartin Grenfell1+4-0
18:40 11-03-2009fix lots of no-name buffers being createdMartin Grenfell1+1-1
00:57 06-03-2009map '<CR>' to the same as 'o'Martin Grenfell2+3-0
08:59 30-01-2009Compatibility syntax fix for screwy versions of vimMartin Grenfell1+2-1
03:58 27-01-2009switch to version 3.1.0Martin Grenfell1+2-2
03:58 27-01-2009minor doc fixMartin Grenfell1+3-3
07:52 26-01-2009update changelog and creditsMartin Grenfell1+21-0
09:06 23-01-2009use ==# always instead of ==Martin Grenfell1+98-98
08:43 23-01-2009fix a bug with the Path#strForEditCmd() and relative pathsMartin Grenfell1+3-1
08:43 23-01-2009fix a bug where doing a :cd would cause :NERDTreeToggle to failMartin Grenfell1+5-3
06:27 23-01-2009make the hijacknetrw functionality work when vim starts upMartin Grenfell1+1-1
08:03 21-01-2009fix a bug when g:NERDTreeChDirMode==2Martin Grenfell1+3-0
23:41 14-01-2009add g:NERDTreeStatusline optionMartin Grenfell2+26-1
01:24 14-01-2009add -bar to all :commandsMartin Grenfell1+5-5
01:18 14-01-2009add doc for the vertical split mapsMartin Grenfell1+22-0
01:04 14-01-2009correct a help tagMartin Grenfell1+1-1
00:54 14-01-2009make the vertical splitting work with secondary treesMartin Grenfell1+5-0
00:37 14-01-2009do the vertical split according to the users settingsMartin Grenfell1+3-3
23:43 13-01-2009remove a rogue call to s:putCursorInTreeWin()Martin Grenfell1+0-2
20:14 10-01-2009bugfix: make the vsplit maps work when the tree is on the leftMartin Grenfell1+2-1
18:19 08-01-2009add g and gs to the guickhelpMartin Grenfell1+2-0
18:19 08-01-2009add mapping options for g and gsMartin Grenfell1+4-4
06:43 07-01-2009add s and gs for vsplitting the current nodeMartin Grenfell1+33-8
08:39 12-01-2009switch to version 3.0.1Martin Grenfell1+2-2
07:40 12-01-2009update change log and creditsMartin Grenfell1+44-97
06:45 10-01-2009fix a bug where going :NERDTree <relative-path> would failMartin Grenfell1+18-5
06:44 10-01-2009unlet TreeDirNode#open because we are overriding itMartin Grenfell1+1-0
02:35 10-01-2009fixes to secondary nerd trees for the q mappingMartin Grenfell1+5-5
03:14 09-01-2009update changelogMartin Grenfell1+4-1
03:11 09-01-2009fix the q mapping againMartin Grenfell1+14-3
02:37 09-01-2009remove some trailing whitespaceMartin Grenfell1+1-1
02:11 09-01-2009use the s:nextBufferName() helper in s:createTreeWin()Martin Grenfell1+1-2
00:56 09-01-2009ensure all secondary nerd tree buf names are uniqueMartin Grenfell1+14-3
00:23 09-01-2009fix a bug when doing :NERDTreeMirror without 'hidden setMartin Grenfell2+4-0
23:46 08-01-2009make the q mapping work with secondary treesMartin Grenfell2+11-2
21:17 08-01-2009bugfix: use TreeDirNode.GetSelected() instead of getSelectedDir()Martin Grenfell1+4-4
20:39 08-01-2009add a note to the changelogMartin Grenfell1+1-0
20:27 08-01-2009updates to the docMartin Grenfell1+24-291
18:32 08-01-2009fix a bug where :NERDTreeToggle was broken without :set hiddenMartin Grenfell2+6-0
06:42 07-01-2009move getSelectedNode into TreeFileNodeMartin Grenfell1+47-46
06:14 06-01-2009move the drawTree function into TreeFileNodeMartin Grenfell1+82-79
05:40 06-01-2009move the openFileNode() code into TreeFileNodeMartin Grenfell1+43-43
05:30 06-01-2009move putCursorOnNode into TreeFileNodeMartin Grenfell1+43-44
22:51 05-01-2009move the openExplorerFor code into the TreeDirNodeMartin Grenfell1+15-26
22:42 05-01-2009move the open(Dir|File)NodeSplit code into TreeFileNodeMartin Grenfell1+70-90
22:31 05-01-2009move findNodeLineNumber/findRootNodeLineNumber into the TreeFileNode modelMartin Grenfell1+62-67
23:55 28-12-2008switch to version 3.0.0Martin Grenfell1+2-2
23:44 28-12-2008update quickhelp for the 'e' mappingMartin Grenfell1+1-2
23:43 26-12-2008update changelog for version 3.0.0Martin Grenfell1+9-0
20:34 26-12-2008change the H mapping (toggle hidden files) to IMartin Grenfell2+6-7
19:23 24-12-2008update the doc for the e mappingMartin Grenfell1+4-2
19:10 24-12-2008bugfix for the e mappingMartin Grenfell1+4-0
18:51 24-12-2008fix a bug with the gi mappingMartin Grenfell1+1-1
03:05 24-12-2008update the 'features' blurb in the doc introMartin Grenfell1+7-3
23:43 23-12-2008bugfix with :NERDTreeMirrorMartin Grenfell1+4-1
23:23 23-12-2008add a help tag for :NERDTreeCloseMartin Grenfell1+1-1
23:09 23-12-2008add doc for :NERDTreeMirrorMartin Grenfell1+8-0
09:57 23-12-2008change the way nerd tree buffers are namedMartin Grenfell1+6-2
09:52 23-12-2008refactor the initNerdTreeMirror functionMartin Grenfell1+34-27
05:21 17-12-2008make the NERDTreeMirror handler smarterMartin Grenfell1+19-11
08:04 14-12-2008add NERDTreeMirror command and handlerMartin Grenfell1+61-0
08:33 22-12-2008update doc for hacking nerd treeMartin Grenfell1+24-5
09:25 19-12-2008set ei=all for all wincmd callsMartin Grenfell1+24-16
08:23 18-12-2008adjust the quickhelp for primary vs secondary treesMartin Grenfell1+8-2
22:25 17-12-2008make the throw/catch code uniform and consistentMartin Grenfell1+44-44
21:55 17-12-2008when in a secondary tree, just use :split for the 'i' mappingMartin Grenfell1+6-0
08:31 17-12-2008ignore errors when removing netrw autocmds if they dont existMartin Grenfell1+1-1
08:28 17-12-2008change the <tab> mapping to iMartin Grenfell2+11-11
08:22 17-12-2008make the nerd tree only appear on the left or rightMartin Grenfell2+10-37
08:13 17-12-2008doc the NERDTreeHijackNetrw optionMartin Grenfell1+19-0
05:55 17-12-2008clean up the netrwhijack code and make an option to disable itMartin Grenfell1+16-21
05:24 17-12-2008put the base nerd tree autocmds in an augroupMartin Grenfell1+6-4
08:01 14-12-2008bugfix when creating a fresh tree for a tabMartin Grenfell1+1-1
09:40 13-12-2008make TreeFileNode#isRoot() assume a tree exists for current buf, not tabMartin Grenfell1+8-2
09:39 13-12-2008assume the cursor is already on a tree window when doing an open-splitMartin Grenfell1+0-2
09:38 13-12-2008fix for the preview mappingsMartin Grenfell1+2-1
04:32 13-12-2008hijack netrwMartin Grenfell1+75-0
04:29 13-12-2008use buffer level variables instead of tab lvlMartin Grenfell1+75-75
20:29 12-12-2008switch to version 2.14.3Martin Grenfell1+1-1
20:29 12-12-2008update changelog and creditsMartin Grenfell1+11-0
21:04 06-12-2008bugfix for read only node highlightingMartin Grenfell1+1-1
05:05 30-11-2008use reletive paths for edit commands if possibleMartin Grenfell1+12-3
09:11 28-11-2008fix a typoMartin Grenfell1+1-1
09:07 28-11-2008allow relative paths for :NERDTree commandsMartin Grenfell1+5-0
09:06 28-11-2008use the cwd instead of the dir of the current file for :NERDTreeMartin Grenfell1+2-1
05:14 29-10-2008switch to version 2.14.2Martin Grenfell1+2-2
05:04 29-10-2008update changelog and creditsMartin Grenfell1+22-2
19:07 28-10-2008rename and fix s:windowIsUsable()Martin Grenfell1+33-33
06:03 28-10-2008bugfix for doing :qa when a nerd tree is open in another tabMartin Grenfell1+8-5
08:21 27-10-2008when opening a file (with o), dont split unless there is no choiceMartin Grenfell1+63-42
08:06 19-10-2008fix a bug where directories starting with + couldnt be openedMartin Grenfell1+3-5
08:06 19-10-2008refactor code to find tree indent levelMartin Grenfell1+7-8
06:55 16-10-2008fix a backwards compatibility bug with mapsMartin Grenfell2+10-1
06:34 16-10-2008correct version in changelogMartin Grenfell1+1-1
18:31 11-10-2008bump the versionMartin Grenfell1+1-1
07:16 01-10-2008refactor the help page slightlyMartin Grenfell1+57-55
06:32 01-10-2008dont clobber &cpoMartin Grenfell2+14-3
19:33 28-09-2008minor refactor to Bookmark#toRoot()Martin Grenfell1+1-1
21:42 23-09-2008rename TreeFileNode#findOpenDirSiblingWithChildrenMartin Grenfell1+3-3
21:42 23-09-2008bug fix for TreeDirNode#hasVisibleChildren()Martin Grenfell1+1-1
21:01 10-09-2008make path.bookmarkNames privateMartin Grenfell1+6-6
21:44 06-09-2008switch to version 2.14.0, update changelogMartin Grenfell2+5-2
23:34 04-09-2008downcase all script level function namesMartin Grenfell1+493-493
00:40 04-09-2008bugfix: openRecursively2 hadnt been renamed properlyMartin Grenfell1+2-2
03:23 03-09-2008correct a commentMartin Grenfell1+1-1
03:20 03-09-2008make TreeDirNode#initChildren privateMartin Grenfell1+4-4
03:19 03-09-2008make TreeDirNode#openRecursively2 privateMartin Grenfell1+2-4
03:14 03-09-2008remove 2 unused methodsMartin Grenfell1+0-30
03:12 03-09-2008fix a commentMartin Grenfell1+1-1
03:03 03-09-2008rename all classes - remove the leading 'o'Martin Grenfell1+270-279
02:53 03-09-2008remove 2 unused function2Martin Grenfell1+0-9
02:45 03-09-2008cosmetic fixMartin Grenfell1+1-1
02:40 03-09-2008move some bookmark logic into the modelMartin Grenfell1+37-30
02:40 03-09-2008minor cosmetic changeMartin Grenfell1+1-1
01:32 03-09-2008move a method into the TreeDirNode modelMartin Grenfell1+10-10
00:58 03-09-2008rename all class instance methods to start with lower caseMartin Grenfell1+331-342
00:06 03-09-2008remove some unneeded 'unlet' callsMartin Grenfell1+0-3
00:05 03-09-2008remove some unneeded syntaxMartin Grenfell1+90-90
05:58 31-08-2008correct the comments above s:GetSelectedBookmark()Martin Grenfell1+1-2
05:57 31-08-2008display bookmarks without the surrounding [ ]Martin Grenfell1+3-3
05:56 31-08-2008fix some bugs with bookmarksMartin Grenfell1+2-1
05:55 31-08-2008add keymap to delete bookmarksMartin Grenfell2+39-0
01:46 03-08-2008fix a bug with the <c-w>o mappingMartin Grenfell2+7-3
07:34 20-07-2008switch version to 2.13.0Martin Grenfell2+3-3
07:33 20-07-2008fix to changelogMartin Grenfell1+1-1
20:28 19-07-2008update changelog and creditsMartin Grenfell1+23-1
10:06 19-07-2008tell the user how many files couldnt be loadedMartin Grenfell1+2-2
09:50 19-07-2008check for FIFO files when initializing path objectsMartin Grenfell1+6-1
07:46 16-07-2008improve invalid bookmarks handlingMartin Grenfell2+41-14
03:37 16-07-2008fix a bug with improper use of bufwinnr functionMartin Grenfell1+1-1
03:23 16-07-2008bugfix for the mouse handling functionMartin Grenfell1+2-2
08:22 15-07-2008dont delete invalid bookmarksMartin Grenfell1+46-25
20:19 13-07-2008Revert "implement copying nodes for windows"Martin Grenfell1+3-9
06:03 13-07-2008add s:ValidateBookmark()Martin Grenfell1+11-0
06:02 13-07-2008refactored the bookmark not found exception codeMartin Grenfell1+22-10
04:49 13-07-2008implement copying nodes for windowsMartin Grenfell1+9-3
01:38 13-07-2008ensure bookmarks exist before opening themMartin Grenfell1+19-0
01:02 13-07-2008reposition a method in the fileMartin Grenfell1+12-12
00:06 13-07-2008make NERDTreeChDir default to 0Martin Grenfell2+2-7
23:13 12-07-2008write bookmarks file after deleting a bookmarkMartin Grenfell1+1-1
23:08 12-07-2008delete a paths bookmarks when delete the pathMartin Grenfell1+6-0
23:03 12-07-2008refresh new parent node after a move operationMartin Grenfell1+1-0
22:43 12-07-2008update bookmarks when moving via filesystem menuMartin Grenfell1+11-0
22:35 12-07-2008fix caching bug for s:oPath.BookmarkNames()Martin Grenfell1+5-5
20:39 12-07-2008remove some unused codeMartin Grenfell1+0-12
06:17 11-07-2008make NERDTreeQuitOnOpen option work with g<tab>/goMartin Grenfell2+39-30
06:08 07-07-2008jump to the bookmarks table after opening itMartin Grenfell2+26-1
01:26 06-07-2008refactor the t/T mappings for bookmarksMartin Grenfell1+2-1
01:25 06-07-2008make t/T open a nerd tree rather than netrwMartin Grenfell2+8-3
21:15 04-07-2008make t/T open a new tree in a new tab, not netrwMartin Grenfell1+19-6
21:19 04-07-2008some corrections to changelogMartin Grenfell1+2-2
21:17 04-07-2008switch version to 2.12.0Martin Grenfell1+2-2
21:00 04-07-2008update changelog and creditsMartin Grenfell1+5-2
07:40 02-07-2008update the doc RE bookmark namesMartin Grenfell1+3-2
07:38 02-07-2008fix for swap files and opening in a splitMartin Grenfell2+2-1
07:24 02-07-2008fix bookmark highlighting and make it "quieter"Martin Grenfell1+6-6
06:22 02-07-2008use s:Echo instead of :echoMartin Grenfell1+1-1
06:22 02-07-2008loosen bookmark name restrictionsMartin Grenfell1+4-4
06:15 02-07-2008fix some bugs when dealing with invalid bookmarksMartin Grenfell1+9-5
07:54 01-07-2008update the doc and changelogMartin Grenfell1+9-6
07:42 01-07-2008make every tab have its own filter settingsMartin Grenfell1+12-9
06:13 01-07-2008merge bookmark name caching with path string cachingMartin Grenfell2+30-38
23:23 30-06-2008clear cached display string when path is refreshedMartin Grenfell1+1-0
23:23 30-06-2008cache display stringMartin Grenfell1+17-13
03:26 30-06-2008fix a bug when overwriting an existing bookmarkMartin Grenfell1+3-3
18:37 29-06-2008highlighting fix - allow numbers in bookmark namesMartin Grenfell1+1-1
18:36 29-06-2008sort bookmarks when we add a new oneMartin Grenfell1+18-0
18:26 29-06-2008make bookmark width take into account the line numbersMartin Grenfell1+4-0
06:20 29-06-2008update changelogMartin Grenfell1+5-1
05:08 29-06-2008small doc update for bookmarksMartin Grenfell1+2-1
04:55 29-06-2008update the doc around the NERDTreeWinPos optionMartin Grenfell1+6-25
04:43 29-06-2008combine NERDTreeSplitVertical and NERDTreeWinPosMartin Grenfell1+20-14
22:52 28-06-2008add quickhelp doc for new t/T map functionalityMartin Grenfell1+3-1
22:49 28-06-2008add doc for the changes to the t/T mappingsMartin Grenfell1+5-1
22:31 28-06-2008make the t/T mappings work for bookmarksMartin Grenfell1+19-11
21:42 28-06-2008add bookmark mappings to quickhelpMartin Grenfell1+5-0
21:35 28-06-2008render bookmark paths as wide as the window allowsMartin Grenfell1+1-1
21:31 28-06-2008add doc for bookmarksMartin Grenfell1+48-6
10:00 28-06-2008open file bookmarks when user activates themMartin Grenfell1+5-1
09:42 28-06-2008make NERDTreeShowBookmarks default to 0Martin Grenfell1+1-1
09:41 28-06-2008move the bookmark->string code into the bookmark classMartin Grenfell1+11-8
09:33 28-06-2008clean up/add comments to the bookmark methodsMartin Grenfell1+78-62
09:23 28-06-2008huge refactor, add bookmark classMartin Grenfell1+182-158
07:20 28-06-2008remove some random unneeded colonsMartin Grenfell1+2-2
07:20 28-06-2008remove some old testing codeMartin Grenfell1+0-1
07:10 28-06-2008add bookmark mapping to the quickhelpMartin Grenfell1+1-0
06:43 28-06-2008turn bookmarks off by defaultMartin Grenfell1+1-1
06:35 28-06-2008truncate the bookmark path if its too longMartin Grenfell1+10-2
06:35 28-06-2008add highlighting for bookmarks guiMartin Grenfell1+14-4
06:22 28-06-2008only show bookmark if NERDTreeShowBookmarks is setMartin Grenfell1+3-1
05:49 28-06-2008remove bookmarks display footerMartin Grenfell1+0-2
05:44 28-06-2008add a mapping to toggle display of bookmarksMartin Grenfell1+10-0
05:43 28-06-2008make 'o' active bookmarks as wellMartin Grenfell1+26-12
05:42 28-06-2008add bookmarks to the viewMartin Grenfell1+20-0
08:39 27-06-2008add doc for NERDTreeQuitOnCloseMartin Grenfell1+9-0
08:08 27-06-2008update help file to reflect the previous patchMartin Grenfell1+9-0
07:58 27-06-2008apply "NERDTreeQuitOnOpen" patch from Matan NassauMartin Grenfell1+7-0
04:32 24-06-2008resize the tree window when it was the only oneMartin Grenfell1+8-0
05:40 23-06-2008switch to version 2.11.0Martin Grenfell2+3-3
03:56 23-06-2008inline some script level constantsMartin Grenfell1+10-21
02:19 22-06-2008bugfix for renaming filesMartin Grenfell1+1-1
23:14 21-06-2008update creditsMartin Grenfell1+3-0
23:14 21-06-2008update changelogMartin Grenfell1+3-0
22:54 21-06-2008fix a bug with scrolloffMartin Grenfell1+3-0
22:53 21-06-2008save and restore the size of the windowMartin Grenfell1+3-1
22:23 21-06-2008dont resize tree window when opening with <tab>Martin Grenfell1+0-9
22:07 21-06-2008bugfix to window resize codeMartin Grenfell1+1-1
21:42 21-06-2008Revert "be silent when opening files"Martin Grenfell1+1-1
21:29 21-06-2008minor bugfixMartin Grenfell1+1-1
20:15 21-06-2008update the help pageMartin Grenfell1+6-9
10:07 21-06-2008update the changelogMartin Grenfell1+13-0
09:47 21-06-2008remove some trailing whitespace from the viewMartin Grenfell1+10-10
09:35 21-06-2008remove the magic from the <c-j>/<c-k> mappingsMartin Grenfell2+3-16
09:19 21-06-2008dont ever escape paths when calling delete()Martin Grenfell1+1-1
06:56 21-06-2008fix highlighting of directory symlinksMartin Grenfell1+1-1
05:47 21-06-2008add syntax highlighting for executable nodesMartin Grenfell1+10-7
05:46 21-06-2008add a * when rendering executable pathsMartin Grenfell1+7-0
05:45 21-06-2008make paths cache whether they are executableMartin Grenfell1+5-0
02:23 20-06-2008remove a stray :echoMartin Grenfell1+1-1
07:35 19-06-2008dont open a file twice in the same tab with o mappingMartin Grenfell1+6-1
06:40 19-06-2008dont clobber "special" windows when opening filesMartin Grenfell1+16-4
06:37 19-06-2008use :echomsg instead of just :echoMartin Grenfell1+1-1
07:58 17-06-2008switch vertion to 2.10.0Martin Grenfell1+1-1
06:20 17-06-2008show how many invalid bookmarks were readMartin Grenfell1+2-2
06:03 17-06-2008update header and change license to wtfplMartin Grenfell2+20-3
05:54 16-06-2008bugfix for reading files with invalid bookmark syntaxMartin Grenfell1+2-2
05:33 16-06-2008handle invalid bookmarks in bookmarks fileMartin Grenfell1+11-1
03:46 13-06-2008switch version to 2.10.0rc1Martin Grenfell1+1-1
03:46 13-06-2008update changelog and creditsMartin Grenfell1+5-1
22:01 12-06-2008bugfix for :NERDTree when a file bookmark is givenMartin Grenfell1+3-3
21:51 12-06-2008make :OpenBookmark open a netrw for dir bookmarksMartin Grenfell1+3-1
21:48 12-06-2008refactor the logic out of s:OpenExplorer()Martin Grenfell1+13-8
07:53 12-06-2008fix for quickhelp highlighting bugMartin Grenfell1+1-1
07:44 12-06-2008update doc/changelogMartin Grenfell1+11-8
07:35 12-06-2008make the quickhelp narrower so it fitsMartin Grenfell1+4-4
07:31 12-06-2008bugfix: dont render duplicate bookmarksMartin Grenfell1+16-0
06:14 12-06-2008rename 'marks' to 'bookmarks'Martin Grenfell2+200-198
08:00 10-06-2008fix NERDTree-C docMartin Grenfell1+2-1
08:00 10-06-2008add a note marks to the introMartin Grenfell1+1-0
07:57 10-06-2008some fixes/enhancements to the marks docMartin Grenfell1+9-5
07:51 10-06-2008remove trailing whitespaceMartin Grenfell1+35-35
07:50 10-06-2008doc :RevealMarkMartin Grenfell2+6-1
07:49 10-06-2008fix an error in a method headerMartin Grenfell1+1-1
07:49 10-06-2008update the quickhelpMartin Grenfell1+4-3
07:48 10-06-2008rename RecallMark to RevealMarkMartin Grenfell1+3-3
07:45 10-06-2008add/update doc for the mark commandsMartin Grenfell1+58-16
06:53 10-06-2008add some mark quickhelpMartin Grenfell1+10-1
21:49 09-06-2008bugfix: fix NERDTreeFromMark commandMartin Grenfell1+1-1
07:04 09-06-2008make the mark manipulation funcs use the cachingMartin Grenfell1+23-1
06:23 09-06-2008refactor s:GetPath() to take marks into accountMartin Grenfell1+5-13
06:22 09-06-2008correct a method header commentMartin Grenfell1+1-1
06:18 09-06-2008make oPath cache the marks associated with itMartin Grenfell1+16-8
06:13 09-06-2008refactor the Refresh() method for tree nodesMartin Grenfell1+39-40
03:20 09-06-2008merge InitNerdTreeFromMark into InitNerdTreeMartin Grenfell1+21-24
22:21 08-06-2008make :ClearMarks default to all marks on the current nodeMartin Grenfell1+21-5
22:01 08-06-2008put cursor on the tree root by defaultMartin Grenfell1+1-0
21:46 08-06-2008remove all trailing whitespaceMartin Grenfell1+267-267
21:44 08-06-2008add :NERDTreeFromMark and corresponding functionMartin Grenfell1+10-0
21:40 08-06-2008read marks when vim loads, not when a nerd tree loadsMartin Grenfell1+2-1
21:37 08-06-2008dont call RenderView() inside ReadMarks()Martin Grenfell1+1-2
06:53 08-06-2008improve the error handling of RecallMark()Martin Grenfell1+6-2
06:07 08-06-2008make OpenMark open the mark even if its not cachedMartin Grenfell1+9-3
06:02 08-06-2008be silent when opening filesMartin Grenfell1+1-1
05:53 08-06-2008bugfix for oTreeFileNode#MakeRoot()Martin Grenfell1+1-0
05:53 08-06-2008add oTreeFileNode.CacheParent()Martin Grenfell1+11-0
04:16 08-06-2008only attempt to open marks file if it existsMartin Grenfell1+10-8
03:42 08-06-2008add NERDTreeMarksFile global varMartin Grenfell1+3-2
03:30 08-06-2008use a script lvl variable for NERDTreeSortStarIndexMartin Grenfell1+2-2
03:24 08-06-2008make MarkToRoot() work for nodes that arent cachedMartin Grenfell1+6-1
02:58 08-06-2008read and write marks automaticallyMartin Grenfell1+2-1
02:57 08-06-2008add functions and :commands to read/write marks to a fileMartin Grenfell1+22-0
02:51 08-06-2008make marks global instead of tab basedMartin Grenfell1+5-7
02:34 08-06-2008add a modelineMartin Grenfell1+1-1
03:12 07-06-2008clear all marks when the tree is initializedMartin Grenfell1+2-0
03:11 07-06-2008add s:ClearAllMark() and refactor to use itMartin Grenfell1+6-1
03:06 07-06-2008put the cursor on the new root after :MarkToRootMartin Grenfell1+1-0
02:40 07-06-2008add :MarkToRoot command and a corresponding functionMartin Grenfell1+8-0
02:38 07-06-2008add searchFromAbsoluteRoot flag to s:GetNodeForMarkMartin Grenfell1+11-5
02:36 07-06-2008add oFileNode#MakeRoot() and refactor s:ChRoot()Martin Grenfell1+19-14
02:34 07-06-2008add s:AbsoluteTreeRoot()Martin Grenfell1+9-1
23:37 06-06-2008bugfix to s:GetNodeForMark()Martin Grenfell1+1-1
22:57 06-06-2008add :ClearAllMarksMartin Grenfell1+1-0
22:56 06-06-2008add :ClearMarks and bind it to s:ClearMarks()Martin Grenfell1+11-0
21:45 06-06-2008add s:MarkForNode() and refactor to use itMartin Grenfell1+17-16
19:12 06-06-2008improve error messages when marks dont existMartin Grenfell1+2-2
09:43 06-06-2008some highlighting fixes for marksMartin Grenfell1+2-2
09:43 06-06-2008display marks before the symlink targetMartin Grenfell1+4-4
09:24 06-06-2008add a redraw! in s:OpenMark()Martin Grenfell1+1-0
08:33 06-06-2008add :OpenMark commandMartin Grenfell1+17-0
08:33 06-06-2008restrict mark names to alphanumeric + underscoresMartin Grenfell1+5-0
08:19 06-06-2008check for nonexistent marksMartin Grenfell1+7-1
08:13 06-06-2008bugfix for stripping :Mark markup from a lineMartin Grenfell1+1-1
08:02 06-06-2008add highlighting for marksMartin Grenfell1+10-3
07:55 06-06-2008minor fix to method headerMartin Grenfell1+1-1
07:27 06-06-2008display marks on treeMartin Grenfell1+6-0
07:26 06-06-2008add oPath#MarkNames()Martin Grenfell1+11-0
22:21 05-06-2008make PutCursorOnNode open ancestors until target node is visibleMartin Grenfell1+8-2
07:41 05-06-2008add marking functionalityMartin Grenfell1+35-0
07:15 05-06-2008add recurseUpward arg to s:PutCursorOnNodeMartin Grenfell1+23-17
07:07 03-06-2008update changelogMartin Grenfell1+1-0
07:01 03-06-2008put cursor on new node after copyingMartin Grenfell1+7-5
06:40 03-06-2008strip trailing slashes off copy destinationMartin Grenfell1+3-0
06:38 03-06-2008fix a bug with refreshing after copyingMartin Grenfell1+1-1
00:27 29-05-2008fix screen jumping bug with &scrolloffMartin Grenfell2+6-0
01:29 17-05-2008update the creditsMartin Grenfell1+3-0
01:24 17-05-2008change version to 2.9.0Martin Grenfell1+2-2
23:40 16-05-2008apply Cory Echols' patchMartin Grenfell2+19-6
23:36 16-05-2008gitignore tags fileMartin Grenfell1+1-0
23:12 16-05-2008update changelog and creditsMartin Grenfell1+12-2
21:35 15-05-2008bugfix: use #StrForOS when refreshing a pathMartin Grenfell1+1-1
21:22 15-05-2008bugfix: process files with single letter extensionMartin Grenfell1+1-1
20:51 15-05-2008convert tabs to spacesMartin Grenfell1+12-12
04:14 10-05-2008couple of fixes to the docMartin Grenfell1+3-2
03:52 10-05-2008remove a now unneeded not to windows usersMartin Grenfell1+0-4
03:29 10-05-2008bugfix for paths on windowsMartin Grenfell1+3-14
01:28 10-05-2008change to version 2.8.0.1Martin Grenfell1+1-1
01:27 10-05-2008fix some formattingMartin Grenfell1+0-4
01:26 10-05-2008improve path handling for windowsMartin Grenfell1+21-22
00:55 10-05-2008use oPath#StrForCd where appropriateMartin Grenfell1+3-3
00:49 10-05-2008update oPath#EqualsMartin Grenfell1+2-4
00:45 10-05-2008minor bugfixMartin Grenfell1+1-1
00:33 10-05-2008handle trailing slashes inside oPath#RenameMartin Grenfell1+2-3
00:25 10-05-2008add oPath#StrForCdMartin Grenfell1+13-0
21:40 09-05-2008add oPath#ExtractDriveLetterMartin Grenfell1+11-0
06:37 04-05-2008bugfix to prevent double escaping when refreshing a nodeMartin Grenfell1+1-1
06:33 04-05-2008add oPath#StrForGlob() to return a string that can be used to call globpath withMartin Grenfell1+18-2
06:31 04-05-2008added a comment note to clarify somethingMartin Grenfell1+3-1
01:48 04-05-2008make the script able to handle strange filenames with random chars in them (eg {'$%^&)Martin Grenfell1+6-6
23:22 03-05-2008fix the output of the rename prompt when it asks you to delete an old bufferMartin Grenfell1+1-1
21:01 03-05-2008some handy utilsMartin Grenfell1+18-0
08:39 17-04-2008bugfix: the script failed when being initialized on a dir containing spacesMartin Grenfell2+7-3
02:22 31-03-2008changed the version to 2.8.0 for the next releaseMartin Grenfell2+3-3
06:26 10-03-2008gitignored some stuffMartin Grenfell1+2-0
05:46 10-03-2008added a credit and an entry in the changelogMartin Grenfell1+7-0
05:44 10-03-2008documented the NERDTreeShowLineNumbers optionMartin Grenfell1+14-0
05:39 10-03-2008added the NERDTreeShowLineNumbers option into the scriptMartin Grenfell1+8-2
07:39 18-01-2008updated the changelogmarty1+5-0
07:29 18-01-2008bumped the version to 2.7.1marty1+2-2
07:29 18-01-2008updated the changelog and filesystem menu docmarty1+16-8
06:47 18-01-2008changed the key for the filesystem menu to be mnemonicmarty1+8-8
21:02 02-11-2007update to the change logmarty1+1-2
21:00 02-11-2007changed the version to 2.7.0marty2+3-3
19:26 02-11-2007removed a comment at the top of the file that is invalid now cos the help is split outmarty1+0-3
19:26 02-11-2007updated the changelogmarty1+7-4
18:48 02-11-2007removed the doc file, the install call and the install functionmarty1+0-1100
18:47 02-11-2007made some cosmetic fixes to the doc filemarty1+1-4
18:23 02-11-2007added the plugin and doc filesmarty2+4984-0