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
633fd624cd
Implement fast loader (see #25 )
2018-04-09 15:19:15 -04:00
Andy K. Massimino
1b175dc80d
Redo text objects (see #16 )
2018-04-09 14:51:38 -04:00
Andy K. Massimino
2f4c4a9261
Fix typo in startup.sh test
2018-04-02 11:15:10 -04:00
Andy K. Massimino
f387f2324c
Add startup tester for #25
2018-04-02 10:37:33 -04:00
Andy K. Massimino
8b7a174ba8
Fix for patterns with \zs
2018-04-02 10:37:33 -04:00
Andy K. Massimino
5d2c061fa0
Work around spurious partial matching
2018-04-02 10:37:33 -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
030f1d181c
Move testing ftplugin to test directory tree
2018-03-11 18:32:59 -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
4532a87143
Fix jump target for unicode
2017-11-19 12:42:33 -05:00
Andy K. Massimino
0311947235
Allow patterns containing \zs and \ze
2017-11-19 12:13:39 -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
d63f0ac258
Add \ze, \zs test case
2017-11-16 15:57:04 -05:00
Andy K. Massimino
f472a56042
Add test example for #7
2017-11-15 12:07:49 -05:00
Andy K. Massimino
9f0ea94469
Fix directory name for minimal vimrc
2017-11-14 12:35:10 -05:00
Andy K. Massimino
68c1b74805
Improve matchparen and skip, start fixing transmute
2017-11-05 17:22:53 -05:00
Andy K. Massimino
b553b05f51
Add special case for da%, fix small bug in i%
2017-11-04 12:18:19 -04:00
Andy K. Massimino
480f63320d
Add operator forcing for text objects
2017-11-04 12:09:34 -04:00
Andy K. Massimino
b85946ce28
Implement timeout, cleanup README
2017-11-01 23:19:51 -04:00
Andy K. Massimino
e10f501b99
Add some test examples
2017-10-31 18:05:18 -04:00