Commit Graph

  • d12bbbdb34 Enable splex mode for several NERDTree commands Zoey Greer 2021-04-07 22:47:28 -0700
  • c900c80a25 Set t:NERDTreeBufName for createWindowTree Zoey Greer 2021-04-07 19:18:42 -0700
  • d3a0c48497 Added NERDTreeSplexMode Zoey Greer 2021-04-07 16:35:36 -0700
  • 81f3eaba29
    go on a bookmark directory will NERDTreeFind it. (#1236) 6.10.9 Phil Runninger 2021-03-24 23:41:15 -0400
  • 7126410843 Merge branch 'master' into i1233 Phil Runninger 2021-03-24 23:36:36 -0400
  • d4c238b9fe Update version number in change log. Phil Runninger 2021-03-24 23:34:14 -0400
  • 39b88732b4 go on a bookmark directory will NERDTreeFind it. Phil Runninger 2021-03-24 23:24:14 -0400
  • 331ede771e added g:NERDTreeHighlightCursorcolumn option Samyak Bardiya 2021-03-10 00:09:24 +0530
  • f63fb6984f
    Put Callback function variables in local scope. (#1230) 6.10.8 Phil Runninger 2021-03-01 09:34:54 -0500
  • 9c0736a605 Update version number in change log. PhilRunninger 2021-03-01 09:32:06 -0500
  • 1d49712f4c Merge branch 'master' into i1229 PhilRunninger 2021-03-01 09:30:40 -0500
  • 2a13ecfdc5 Put Callback function variables in local scope. PhilRunninger 2021-03-01 09:05:57 -0500
  • a1fa4a33bf
    Fix mouse-clicking a file to open it, which was broken in 6.10.5. (#1225) 6.10.7 Phil Runninger 2021-02-12 23:14:26 -0500
  • b8c5807e89 Update version number in change log. Phil Runninger 2021-02-12 23:12:10 -0500
  • 2672563072 Fix mouse-clicking a file to open it, which was broken in 6.10.5. Phil Runninger 2021-02-12 22:59:44 -0500
  • 3a9d533f3d
    Restore the default behavior of the <CR> key. (#1221) 6.10.6 Phil Runninger 2021-02-10 22:20:04 -0500
  • 8fe9bbd274 Update version number in change log. Phil Runninger 2021-02-10 22:04:30 -0500
  • 6c7db92286 Add fold markers to new functions. Phil Runninger 2021-02-10 21:10:33 -0500
  • 8c218cd094 Remove the dictionary validation, and simplify initCustomOpenArgs(). Phil Runninger 2021-02-10 21:05:07 -0500
  • 4f45fb0a2b Restore <CR>'s default behavior to be the same as o's. Phil Runninger 2021-02-10 19:24:07 -0500
  • d3f9fc44ca
    Update README.markdown Phil Runninger 2021-02-10 16:38:41 -0500
  • 1d46d6df3e
    Update README.markdown Phil Runninger 2021-02-09 21:50:35 -0500
  • 593c16add3
    Fix {'keepopen':0} in NERDTreeCustomOpenArgs (#1217) 6.10.5 Phil Runninger 2021-02-09 21:34:24 -0500
  • ea4cb47f34 Remove obsolete reference to MERDTreeQuitOnOpen in comment. Phil Runninger 2021-02-09 21:30:48 -0500
  • be4a18f5dd Merge branch 'master' into i1168 Phil Runninger 2021-02-09 20:50:23 -0500
  • d3becd1149
    Removed directory separator from sort key (#1219) 6.10.4 Daniel E 2021-02-09 18:48:36 -0700
  • 7aa0ea694d Updated changelog Daniel E 2021-02-08 21:49:58 -0700
  • 44bd49ef2c Removed directory separator from sort key Daniel E 2021-02-08 21:39:36 -0700
  • 5e5b50adee Update version number in change log. Phil Runninger 2021-02-08 04:23:00 -0500
  • 15c32fc7f8 Use get() function to shorten if statement logic. Phil Runninger 2021-02-08 04:15:02 -0500
  • 69bc630ce1 Fix the o mapping for bookmark nodes and the g:NERDTree reference. Phil Runninger 2021-02-08 03:34:05 -0500
  • f89908edeb Fix bug in go key for file bookmarks. It was behaving like gs. Phil Runninger 2021-02-08 02:15:24 -0500
  • 2c01ca84fb Push NERDTreeQuitOnOpen checking earlier in the call stack. Phil Runninger 2021-02-08 00:44:57 -0500
  • f64119e6c0 Replace #and() with two more-specific functions. Phil Runninger 2021-02-08 00:16:06 -0500
  • 1b19089917
    Add new FAQ and answer: How to prevent buffers replacing NERDTree. (#1215) 6.10.3 Phil Runninger 2021-01-31 00:19:58 -0500
  • 2a4b3a2ec6 Update version number in change log. Phil Runninger 2021-01-31 00:18:40 -0500
  • 59b605a450 Add new FAQ and answer: How to prevent buffers replacing NERDTree. Phil Runninger 2021-01-31 00:15:57 -0500
  • c8be9458dd
    New menu command: Run a system command in this directory. (#1214) 6.10.2 Phil Runninger 2021-01-30 23:45:56 -0500
  • 954e729b69
    Merge branch 'master' into i1211 Phil Runninger 2021-01-30 23:44:58 -0500
  • 628098fff1
    Escape quotation marks so they can be used in key mappings. (#1213) 6.10.1 Phil Runninger 2021-01-30 23:43:29 -0500
  • 995eb8c946 Use system() instead of systemlist() for greater version compatibility. Phil Runninger 2021-01-30 23:29:35 -0500
  • c8fec81a4f Use single quoted strings. Phil Runninger 2021-01-30 23:16:44 -0500
  • 635aa6586f Address Vim linter message: change "\n" to nr2char(10) Phil Runninger 2021-01-30 23:08:42 -0500
  • 692ae05858 Update version number in change log. Phil Runninger 2021-01-30 23:02:52 -0500
  • f8c184bfb0 Echo the output from the system command. Phil Runninger 2021-01-30 21:57:59 -0500
  • 031150de53 New menu command: Run system command in this directory. Phil Runninger 2021-01-30 21:48:01 -0500
  • 28568b086b Update version number in change log. Phil Runninger 2021-01-30 21:13:06 -0500
  • 5ff3210b8b Escape quotation marks so they can be used in key mappings. Phil Runninger 2021-01-30 21:10:14 -0500
  • b134f6518b
    Enable full path specifications for NERDTreeIgnore (#1207) 6.10.0 Phil Runninger 2021-01-19 20:07:26 -0500
  • 7b91d5595c Update version number in change log. Phil Runninger 2021-01-19 20:04:40 -0500
  • 848c9cc55b Replace the abbreviation 'dir' with the full word 'directory'. Phil Runninger 2021-01-19 19:44:25 -0500
  • 2052f2b342 Add documentation for the new [[path]] tag for NERDTreeIgnore. Phil Runninger 2021-01-19 19:43:49 -0500
  • 4afb62e495 Restore the original self.str() to get OS-specific paths for comparing. Phil Runninger 2021-01-18 22:54:14 -0500
  • 7099f638ed
    Fix missing key case, add BC type checking (#1206) 6.9.12 Tomasz N 2021-01-19 03:23:52 +0100
  • 95e420b93b Fix syntax to be compatibile with Vim 7.3 przepompownia 2021-01-19 01:23:33 +0100
  • 2fe911f666 Assign g:NERDTreeCustomOpenArgs also before quick return przepompownia 2021-01-18 21:33:55 +0100
  • 0fbc05ecec Fix missing key case, add BC type checking przepompownia 2021-01-18 21:23:02 +0100
  • a7eb011e47 Revert #1200, due to bug (#1205) it introduced. Phil Runninger 2021-01-17 22:16:38 -0500
  • bcf1777634 Remove debug statements and make it work on Windows. Phil Runninger 2021-01-17 21:54:56 -0500
  • be9235842f Add ability to specify a path to be ignored. Phil Runninger 2021-01-17 21:35:49 -0500
  • 7e1713853a
    Respect NERDTreeCustomOpenArgs when opening bookmark (#1200) Tomasz N 2021-01-18 02:00:17 +0100
  • fe75e3bf83 Simplify loop iteration przepompownia 2021-01-11 01:25:19 +0100
  • cac4eef3c4 fixup! Do not duplicate s:initCustomOpenArgs() przepompownia 2021-01-11 01:20:05 +0100
  • 785f5dfd4a fixup! Restore missing assignment przepompownia 2021-01-11 01:15:51 +0100
  • dbea37d77f Restore missing assignment przepompownia 2021-01-11 01:05:46 +0100
  • 81517bae32 Do not duplicate s:initCustomOpenArgs() przepompownia 2021-01-11 01:00:22 +0100
  • 01bd5e79d6 Update CHANGELOG przepompownia 2021-01-05 23:12:04 +0100
  • df6fc70f1c Respect NERDTreeCustomOpenArgs when opening bookmark przepompownia 2021-01-05 22:24:07 +0100
  • aaa946fb6b
    Provide alternate way to mirror the NERDTree on all tabs. Phil Runninger 2020-12-19 20:28:15 -0500
  • 2406c456ee
    Revamp the README file (#1193) 6.9.11 Phil Runninger 2020-12-18 15:03:38 -0500
  • c507839af1 Update version number in CHANGELOG. Phil Runninger 2020-12-18 14:49:32 -0500
  • c9b2a7fb13 Add basic installation instructions. Switch to single quotes. Phil Runninger 2020-12-18 13:59:12 -0500
  • 1e6708cfac More reformatting of text. Phil Runninger 2020-12-18 11:33:52 -0500
  • 8c098d6204 Give a better answer to the single NERDTree for all tabs question. Phil Runninger 2020-12-18 11:32:16 -0500
  • 2b4a135746 Fix typos, reorder some sections, and tidy up the README. Phil Runninger 2020-12-18 10:43:54 -0500
  • 7671928a59 Other minor formatting and cleanup. Phil Runninger 2020-12-18 10:10:46 -0500
  • c8b9895a8f Add my tribute to Norm Abrams. Be careful with those plugin managers. Phil Runninger 2020-12-18 10:10:04 -0500
  • c0e3897cba Verify correct behavior of suggested auto commands. Phil Runninger 2020-12-18 10:09:32 -0500
  • 30f813d673 Revamp the README to improve clarity and provide more information. Phil Runninger 2020-12-18 04:08:47 -0500
  • 474d735b7d
    readme update add script for automatically open NERDTree and focus on file (#1192) buncis 2020-12-18 12:36:10 +0700
  • fefaebbdda
    readme update buncis 2020-12-17 11:44:32 +0700
  • 3a2d10e1f5
    update readme for auto startup NERDTree and focus on file buncis 2020-12-17 11:42:24 +0700
  • 14af89743a
    Open a mirrored NERDTree with correct width (#1177) 6.9.10 Phil Runninger 2020-10-14 18:08:18 -0400
  • e230d426ad Fix alignment of let g:var = get(g:, 'var', <default>) statements. Phil Runninger 2020-10-07 10:19:49 -0400
  • 643b255084 Update version number in change log. Phil Runninger 2020-10-06 13:25:31 -0400
  • 930be715b5 Refactor: Initialize variables a different way. Phil Runninger 2020-10-06 11:08:20 -0400
  • 0fd3bd98ac Remove references to unused variables. Phil Runninger 2020-10-06 09:23:49 -0400
  • 2b9f519caf Make sure a mirrored NERDTree is displayed at correct width. Phil Runninger 2020-10-06 01:33:16 -0400
  • 446effcfb8
    Merge pull request #1 from staswiner/stas-README.md Stas Chern 2020-09-20 13:06:47 +0300
  • 7f246fa32c
    Update README.markdown Stas Chern 2020-09-20 13:03:36 +0300
  • 59c570efa7
    added table of content to README.md Stas Chern 2020-09-20 12:53:26 +0300
  • 577ddc73f0
    Updated Readme (#1167) 6.9.9 Yosef Herskovitz 2020-08-18 11:14:05 -0400
  • 796fd48ff1
    Updated Changelog Yosef Herskovitz 2020-08-18 10:05:40 -0400
  • 9f9be395bf
    Updated Readme Yosef Herskovitz 2020-08-17 15:01:10 -0400
  • 23000acd7f
    Refactor sort comparison functions, removing redundancy (#1166) 6.9.8 Phil Runninger 2020-08-14 18:06:03 -0400
  • b49518d6f9 Update version number in change log. Phil Runninger 2020-08-14 17:59:58 -0400
  • c7d49c81ac Remove the compareTo function in the Path object. Phil Runninger 2020-08-14 16:53:52 -0400
  • 0ebd226087 Remove redundant node comparison function, and rename the ones left. Phil Runninger 2020-08-14 16:49:57 -0400
  • f81a16dd85 Add a function to compare path objects. Phil Runninger 2020-08-14 16:05:07 -0400
  • 6b5d70e5bf
    Fix argument of exists() function calls checking for autocommands. (#1165) 6.9.7 Phil Runninger 2020-08-09 07:07:55 -0400