Commit Graph

19 Commits

Author SHA1 Message Date
Andy K. Massimino
55cff87749 Allow hotfix for dotted &filetype, fixes #46 2018-12-20 08:06:57 -05:00
Andy K. Massimino
b777c11ef9 Treat visual cursor on end-of-line as one behind
Like matchit.  Fixes #36.
2018-08-17 10:52:24 -04:00
Andy K. Massimino
ed357cff40 Enable \g{hlend} specifier to truncate highlight
Adds the match preferences

    let g:matchup_matchpref = {}
    let g:matchup_matchpref.vue = {'tagnameonly': 1}
    let g:matchup_matchpref.html = {'tagnameonly': 1}

Closes #30.
2018-07-27 08:38:47 -04:00
Andy K. Massimino
9a5f25fbde Add vimFBVar to vim ft skip expr, fixes #34 2018-06-29 16:19:08 -04:00
Andy K. Massimino
93659b0ff0 Add test case for #33 (re ignorecase) 2018-06-17 09:44:43 -04:00
Andy K. Massimino
1b175dc80d Redo text objects (see #16) 2018-04-09 14:51:38 -04:00
Andy K. Massimino
f2a555e878 Allow disabling matching within strings/comments
fixes #26
2018-03-14 23:51:24 -04:00
Andy K. Massimino
1aa6c0aea8 Add testcase for #21 2018-02-10 11:17:03 -05:00
Andy K. Massimino
25f139345b Add option test re #19 2018-01-20 09:42:09 -05:00
Andy K. Massimino
f009ef4150 Add test case for #19 2018-01-20 09:00:02 -05:00
Andy K. Massimino
beb086e12e Add testcase for #15 2017-12-20 12:13:18 -05:00
Andy K. Massimino
60d7b8bd65 Add some tests for #14 2017-12-19 11:07:04 -05:00
Andy K. Massimino
fbeb01ce30 Add test cases for #10 2017-11-22 11:24:11 -05:00
Andy K. Massimino
031ee01f7e Add another test case for #3 2017-11-22 11:15:29 -05:00
Andy K. Massimino
f4ef76e3e6 Add another regex and test for #8 2017-11-21 22:42:55 -05:00
Andy K. Massimino
bf449d6310 Add test case and hotfix for #8 2017-11-21 00:38:06 -05:00
Andy K. Massimino
2153b1ff5c Add test case and patch example for #3 2017-11-20 12:25:55 -05:00
Andy K. Massimino
bc99f9f150 Add example not highlighting augroup name for #7 2017-11-17 10:43:34 -05:00
Andy K. Massimino
f472a56042 Add test example for #7 2017-11-15 12:07:49 -05:00