Commit Graph

57 Commits

Author SHA1 Message Date
Andy K. Massimino
41cc6775ee Wrap strike pattern (ruby, re #75) 2019-10-07 21:13:41 -04:00
Andy K. Massimino
a0691e744a Add example for #69 2019-09-01 12:21:32 -04:00
Andy K. Massimino
43ba797f68 Merge branch 'feature-midmap' 2019-08-02 19:07:33 -04:00
Andy K. Massimino
ae4496af96 Add test for di% 2019-07-24 10:38:10 -04:00
Andy K. Massimino
db6a445ff4 Test [% 2019-07-24 09:43:15 -04:00
Andy K. Massimino
729f9a9865 Support another c brace style re. #64 2019-06-17 20:24:11 -04:00
Andy K. Massimino
411c32ae29 Don't allow Fortran if without then, fixes #63 2019-06-16 09:08:46 -04:00
Andy K. Massimino
07897ed920 Add example i% remap for #59 2019-04-21 20:27:30 -04:00
Andy K. Massimino
e4706927ed Implement advanced midskip (e.g., for julia, ruby) 2019-04-10 18:09:11 -04:00
Andy K. Massimino
fff5aa646f Add vimUserFunc to skip 2019-03-10 12:49:57 -04:00
Andy K. Massimino
d9851bafea Add custom motion api, resolves #49 2019-03-08 08:31:35 -05:00
Andy K. Massimino
53c9101f65 Add fortran patches, fixes #51 2019-01-25 21:41:10 -05:00
Andy K. Massimino
ef17dcb4c2 Be even more careful about transmuting #48 2019-01-10 09:47:19 -05:00
Andy K. Massimino
bbe1d1218d Cleanup debugging 2019-01-09 10:10:49 -05:00
Andy K. Massimino
883ca29651 Don't use vim -es because mode(1) is wrong 2019-01-08 17:21:07 -05:00
Andy K. Massimino
60d6b83a89 Testing: add debug messages in test 2019-01-08 15:31:13 -05:00
Andy K. Massimino
fee4d5b477 Attempt to fix failing tests 1 2019-01-08 13:35:28 -05:00
Andy K. Massimino
46f411c1d9 Be more careful about when to transmute re #48 2019-01-08 12:21:59 -05:00
Andy K. Massimino
226db10f7f Test on neovim 2019-01-04 08:13:58 -05:00
Andy K. Massimino
a2cfb9df56 Fix ft in vader files 2018-12-27 22:13:04 -05:00
Andy K. Massimino
009b8d1179 Run through bash 2018-12-27 21:20:20 -05:00
Andy K. Massimino
18dbf2d9d1 Test on thinca/vim (alpine) 2018-12-27 21:06:08 -05:00
Andy K. Massimino
060b55c8bf Test ci 2018-12-27 20:28:22 -05:00
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
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