Commit Graph

  • c8dcdaf912 Remove the old mapping for <CR>, a duplicate of 'o'. Phil Runninger (mac) 2019-06-28 01:52:09 -0400
  • 0001ddede0 Define default values for new variables governing new "Default Open". Phil Runninger (mac) 2019-06-28 01:47:25 -0400
  • 1c803b36f6
    Remove @mentions from PR template and change log. They weren't working. (#1009) 5.1.3 Phil Runninger 2019-06-27 08:03:50 -0400
  • 432b325836 Update version number and change log. Phil Runninger (mac) 2019-06-27 08:02:30 -0400
  • 9bf3bd70b5 Remove @mentions from PR template and change log. They weren't working. Phil Runninger (mac) 2019-06-27 08:00:00 -0400
  • 2cbc76bbfd
    Fix NERDTree opening with the wrong size. (#1008) 5.1.2 Phil Runninger 2019-06-27 01:34:10 -0400
  • 552b410a2f Update change log and version number. Phil Runninger (mac) 2019-06-27 01:32:45 -0400
  • e195013cb4 Merge branch 'master' into 259 Phil Runninger (mac) 2019-06-27 01:31:39 -0400
  • 347a58b0b0
    Update Changelog and create PR Template (#1007) 5.1.1 Phil Runninger 2019-06-27 01:28:45 -0400
  • e334bc7203 Change PR number in change log and PR template. Phil Runninger (mac) 2019-06-27 01:25:12 -0400
  • ad6e6b5771 Update version number. Phil Runninger (mac) 2019-06-27 01:21:11 -0400
  • 2f4b08e0b0 Add PR template with checklist for advancing the version number. Phil Runninger (mac) 2019-06-27 01:20:27 -0400
  • 784c70522d Update CHANGELOG and change it to Markdown format. Phil Runninger (mac) 2019-06-27 01:19:29 -0400
  • 4b4ca1b76a Fix NERDTree opening with the wrong size. Phil Runninger (mac) 2019-06-26 15:55:03 -0400
  • 33fe2fdf16 Switch to new issue template paradigm, with separate templates. 5.1.0 Phil Runninger (mac) 2019-06-20 08:50:48 -0400
  • c46fbd21e3
    Spacing changes in issue template Phil Runninger 2019-06-20 08:17:50 -0400
  • b213fae779 Update the issue template. Shout out to @ryanoasis for the inspiration. Phil Runninger (mac) 2019-06-19 18:38:57 -0400
  • b9a421b2d5 Remove the bug.md template. Not able to make multiple templates. Phil Runninger (mac) 2019-06-19 16:02:55 -0400
  • 254f7678f3 Move bug.md to its proper folder. Phil Runninger (mac) 2019-06-19 15:50:35 -0400
  • 318fb2d0de Add new issue template, just for bugs. Phil Runninger (mac) 2019-06-19 15:45:22 -0400
  • 9bedadd062
    Refresh a dir_node if the file wasn't found in it, and look once more. (#1005) Phil Runninger 2019-06-18 10:27:00 -0400
  • 1d5eaec69a Refresh a dir_node if the file wasn't found in it, and look once more. Phil Runninger (mac) 2019-06-18 10:24:16 -0400
  • 12dea6ccb2
    Add a "copy path to clipboard" menu option (#1002) Phil Runninger 2019-06-13 09:17:19 -0400
  • 70dc34cb69
    Enable root refresh on "vim ." a different way than #999. (#1001) Phil Runninger 2019-06-13 09:16:56 -0400
  • e35c836ca8 Change menu text if clipboard is unavailable. Phil Runninger (mac) 2019-06-12 09:28:22 -0400
  • b8b6c53416 Handle case where clipboard is not a compiled feature of Vim. Phil Runninger (mac) 2019-06-12 09:20:53 -0400
  • 1e290dcccc Replace hardcoded buffer name prefix with BufNamePrefix() function. Phil Runninger (mac) 2019-06-12 09:01:42 -0400
  • bc572aff4f Fix "R doesn't work when doing 'vim <folder>'" a different way. Phil Runninger (mac) 2019-06-12 08:37:42 -0400
  • 28eb47e267
    Fix refreshroot (#999) Phil Runninger 2019-06-07 21:41:47 -0400
  • 1b6a6568ef Change folding markers. Phil Runninger (mac) 2019-06-03 16:21:12 -0400
  • 17858005e7 Set t:NERDTreeBufName when creating a window tree. Phil Runninger (mac) 2019-06-03 12:07:30 -0400
  • 03b669aeca Add menu item to copy the node's path to the clipboard. Phil Runninger (mac) 2019-05-23 08:52:16 -0400
  • 67fa9b3116 Change version check to look for 03 not 30 (#994) Daniel Manary 2019-05-09 16:25:36 -0400
  • c6edb2fedc
    Change version check to look for 03 not 30 Daniel Manary 2019-05-09 13:18:10 -0400
  • a7bc946786 Fix minimum vim compare Trol 2019-05-10 01:10:36 +0800
  • a3f0e66793
    Change minimum vim (#991) Phil Runninger 2019-05-09 10:12:25 -0400
  • 102b75b1dc Change minimum required version of vim to 7.3. Phil Runninger (mac) 2019-05-09 10:01:30 -0400
  • a087fa3c78 Add a new function to implement and() from vim 7.4. Phil Runninger (mac) 2019-05-09 10:01:05 -0400
  • 3c06335782 Escape the DirArrow strings in substitute function. Phil Runninger (mac) 2019-04-23 10:26:30 -0400
  • 9226eab2a8
    Allow multi-character DirArrows (#985) Phil Runninger 2019-04-22 15:58:06 -0400
  • 9725fc87a2 Simplify the algorithm for calculating indentation level. Phil Runninger (mac) 2019-04-22 15:39:42 -0400
  • c96eb83ecf Remove debugging statements Phil Runninger (mac) 2019-04-22 07:42:55 -0400
  • fe021506e2 Ensure DirArrows are trimmed to a single character. Phil Runninger (mac) 2019-04-22 07:36:50 -0400
  • 2dc61a689d Echo the CWD and NERDTree root too. Phil Runninger (mac) 2019-04-18 11:42:09 -0400
  • 14fdc3c34a Add debugging messages to diagnose issue #931. Phil Runninger (mac) 2019-04-18 11:34:10 -0400
  • e126b8745d
    Remove redraw! while still clearing last message empty string. (#979) Phil Runninger 2019-04-16 09:55:20 -0400
  • 875581b4ad Remove redraw! while still clearing last message empty string. Phil Runninger (mac) 2019-04-16 09:44:45 -0400
  • 73dd4280ae Fix flicker on xterm-like terminals Andrew Radev 2019-04-06 11:11:28 +0300
  • 7513f256aa Fixes #970. Restore silent parameter to _initChildren. Phil Runninger (mac) 2019-03-26 11:57:21 -0400
  • 839cddc750 fix _initChildren function value set to numChildrenCached error (#969) Terry Ding 2019-03-26 14:03:12 +0800
  • 6d82627b13 fix _initChildren function value set to numChildrenCached error Terry Ding 2019-03-26 11:10:19 +0800
  • e3e600608a
    On Windows, do a case-insensitive comparison of paths. (#967) Phil Runninger 2019-03-25 22:32:07 -0400
  • 0efbdfbc5a
    Remove the "Please wait... DONE" messages. (#966) Phil Runninger 2019-03-25 22:29:21 -0400
  • 097edf5717 Remove the "Please wait... DONE" messages. Phil Runninger 2019-03-25 22:21:37 -0400
  • e53176bc00 On Windows, do a case-insensitive comparison of paths. Phil Runninger 2019-03-25 22:03:57 -0400
  • 288669db1f
    Smarter delimiter default (#963) Phil Runninger 2019-03-07 08:24:17 -0500
  • e1916d6fe7 Update directory .vimdc readme example (#961) Spencer 2019-03-05 09:25:49 -0700
  • 9692255874 [0] Spencer Carlson 2019-03-05 09:21:23 -0700
  • 1f0179a373 exe Spencer Carlson 2019-03-05 08:43:42 -0700
  • 754638930d spacing Spencer Carlson 2019-03-05 08:42:33 -0700
  • 686ed36d98 adding 'cd '.argv()[0] explination Spencer Carlson 2019-03-05 08:39:43 -0700
  • d4510ccebb Change "NERD tree" to "NERDTree" and fix spacing in doc file. Phil Runninger (mac) 2019-03-04 10:08:51 -0500
  • 8cc3ce87d3 Rewrite the NERDTreeNodeDelimiter help text to reflect new behavior. Phil Runninger (mac) 2019-03-04 10:00:12 -0500
  • 03418142dc Fix IF logic, and remove debug statements. Phil Runninger (mac) 2019-03-04 04:34:36 -0500
  • 02862200d5 Update documentation for node delimiter. Phil Runninger (mac) 2019-03-04 04:26:21 -0500
  • febcc28fe5 Better default node delimiter, based on presence of +conceal feature. Phil Runninger (mac) 2019-03-04 04:24:41 -0500
  • 2a03cf85b5 set pwd for new window Spencer Carlson 2019-03-03 13:31:43 -0700
  • 84737f2ebe Add a NERDTreeMinimalMenu feature (#938) Chris Patuzzo 2019-02-24 23:01:12 +0000
  • 0298b2bdbb
    Tweak the format for the minimal menu prompt Chris Patuzzo 2019-02-22 14:27:11 +0000
  • c2aebd450e
    Document the new NERDTreeMinimalMenu feature Chris Patuzzo 2019-01-21 14:22:56 +0000
  • 31e96dd6b1
    Minimise the text once a menu item is chosen Chris Patuzzo 2019-01-21 14:03:15 +0000
  • 91cb4c44ab
    Add a NERDTreeMinimalMenu configuration option Chris Patuzzo 2019-01-21 13:15:39 +0000
  • 4cc721140f
    Extract the menu action prompts to a function Chris Patuzzo 2019-01-21 11:29:37 +0000
  • b6cde142dd
    Preview bookmarks (#956) Phil Runninger 2019-02-22 08:21:20 -0500
  • 6988fbad01 Update help doc to include the new bookmark preview functionality. Phil Runninger (mac) 2019-02-22 08:16:21 -0500
  • 713277b397 Add function to preview bookmarks. Phil Runninger (mac) 2019-02-22 08:14:06 -0500
  • 9eda9ce6a1
    Add new value to NERDTreeQuitOnOpen to close bookmark table (#955) Phil Runninger 2019-02-21 07:47:15 -0500
  • 7c4bedc8f1 If applicable, close the bookmarks table before opening the target. Phil Runninger (mac) 2019-02-21 07:43:19 -0500
  • cce270e507 Modify use of NERDTreeQuitOnOpen, keeping current behavior. Phil Runninger (mac) 2019-02-21 07:25:09 -0500
  • 6425daf432 Update documentation for new NERDTreeQuitOnOpen values. Phil Runninger (mac) 2019-02-21 07:24:35 -0500
  • 2e0b101d57
    Add an :EditBookmarks command to edit the bookmarks file (#954) Phil Runninger 2019-02-20 23:57:51 -0500
  • c495b5ac23 Update the help file with the new :EditBookmarks command. Phil Runninger (mac) 2019-02-20 23:54:04 -0500
  • 173089138e Update the mini-help panel with missing bookmark commands. Phil Runninger (mac) 2019-02-20 23:53:04 -0500
  • c8d79538c3 Add a new NERDTree buffer command to edit the bookmarks file. Phil Runninger (mac) 2019-02-20 23:52:00 -0500
  • f4d2b301b7 Merge branch 'master' of github.com:scrooloose/nerdtree Phil Runninger (mac) 2019-02-18 15:53:39 -0500
  • 4ef9967e29 Update the documentation to better explain the delimiter character. Phil Runninger (mac) 2019-02-18 15:52:23 -0500
  • 842f5cabaa Before deleting, turn off &shellslash. Restore after delete is done. Phil Runninger 2019-02-17 22:03:49 -0500
  • cce52fb9c5
    Before copying, turn off &shellslash. Restore after copy is finished. (#952) Phil Runninger 2019-02-17 18:30:10 -0500
  • 32158a2136 Before copying, turn off &shellslash. Restore after copy is finished. Phil Runninger 2019-02-17 17:51:41 -0500
  • c05615fd80
    Set a maximum window size when zooming. (#950) Phil Runninger 2019-02-15 03:10:28 -0500
  • 7ec0d1f9fd Set a maximum window size when zooming. Phil Runninger (mac) 2019-02-15 03:08:00 -0500
  • 5e8aa9e721
    Confirm the wipeout of a unsaved buffer whose file has been renamed. (#949) Phil Runninger 2019-02-14 17:44:31 -0500
  • 7315ff14f0 Confirm the wipeout of a unsaved buffer whose file has been renamed. Phil Runninger (mac) 2019-02-14 17:43:09 -0500
  • 74be22deb7
    Escape a backslash so it can be used in a key mapping. (#948) Phil Runninger 2019-02-14 15:28:30 -0500
  • 1cea20b8b3 Escape a backslash so it can be used in a key mapping. Phil Runninger (mac) 2019-02-14 15:23:34 -0500
  • 8cc154d4b0 fixed root path error for windows (#935) zcodes 2019-02-01 20:50:55 +0800
  • 12d687c2d3 add option to spawn split from previous window Xiaolong Wang 2019-01-28 13:33:09 -0800
  • d49187c46a simplify condition check zcodes 2019-01-20 08:48:53 +0800
  • eb097843d8 fixed root path error for windows zcodes 2019-01-18 15:47:20 +0800
  • 72c3656799
    Add new command to open NERDTree in the root of a VCS repository. (#872) Phil Runninger 2018-12-12 13:30:13 -0500