Commit Graph

44 Commits

Author SHA1 Message Date
Andy K. Massimino
5a7dd99621 Update year, etc 2020-01-13 22:14:08 -05:00
Andy K. Massimino
ba33a5c92d Rename status_offscreen option to offscreen re #65 2019-08-02 15:28:20 -04:00
Andy K. Massimino
f1a3948db9 Use ▶ instead of ⯈, add opt where_separator 2019-06-15 20:21:46 -04:00
Andy K. Massimino
164086a3c2 Add MatchupWhereAmI, improve status display 2019-06-15 11:34:02 -04:00
Andy K. Massimino
d9851bafea Add custom motion api, resolves #49 2019-03-08 08:31:35 -05:00
Andy K. Massimino
d1a0cf0599 Add match fading feature (like Xcode?) closes #52 2019-03-03 00:47:01 -05:00
Andy K. Massimino
ce1414c3e2 Fix missing omaps 2019-01-17 11:11:14 -05:00
Andy K. Massimino
ef17dcb4c2 Be even more careful about transmuting #48 2019-01-10 09:47:19 -05:00
Andy K. Massimino
ffb450c985 Use mode() to determine motion_force (8.1.0648)
cf vim/vim#3490
2018-12-27 23:14:12 -05:00
Andy K. Massimino
c677d09abc Allow highlighting background between matches 2018-11-09 11:18:00 -05:00
Andy K. Massimino
b87675e9cd Protect user's statusline, add manual flag, re #37 2018-09-11 11:32:34 -04:00
Andy K. Massimino
3262eecc3c Push surround feature (initially disabled)
let g:matchup_surround_enabled = 1
    cs% / ds%
2018-08-18 13:46:26 -04:00
Andy K. Massimino
10c5daa32f Allow highlighting surroundings always 2018-08-17 11:01:58 -04:00
Andy K. Massimino
849c481c70 Switch to new g:matchup_matchpref option 2018-07-20 15:38:13 -04:00
Andy K. Massimino
8c323afe3c Add insert mode map <c-g>% to jump between matches 2018-06-05 22:06:29 -04:00
Andy K. Massimino
3ea94c2329 Allow disabling of highlighting in each mode
(related #30)
2018-05-12 08:58:17 -04:00
Andy K. Massimino
57fc88cd68 Let off-screen matching work at screen edge, closes #28 2018-04-18 11:34:46 -04:00
Andy K. Massimino
1b175dc80d Redo text objects (see #16) 2018-04-09 14:51:38 -04:00
Andy K. Massimino
fb09f4ae8e Improve loading time when matchparen_enabled=0
Also be more robust in loading pi_paren's plugin/matchparen.vim
cf. #25, cf. SpaceVim/SpaceVim/#1482
2018-04-02 14:54:11 -04:00
Andy K. Massimino
5219caa1c1 Split delim.vim into 2 files; should resolve #25 2018-04-02 11:00:09 -04:00
Andy K. Massimino
cff4cde97c Allow clear highlight in visual mode, closes #18 2018-04-02 10:37:33 -04:00
Andy K. Massimino
b75d56f994 Fix operator regression caused by 75191c6 2018-03-31 12:52:12 -04:00
Andy K. Massimino
b2a30d0725 Allow highlighting while popup menu is visible 2018-03-23 23:21:03 -04:00
Andy K. Massimino
75191c64f3 Improve loading time cf. #25 2018-03-23 22:56:14 -04:00
Andy K. Massimino
f03ffd3e1c Add option to disable loading for plain text (no &ft) 2018-03-21 23:06:40 -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
61dcf75ca1 Allow motions and objects to fail with best found
re. #16
        Adds option g:matchup_delim_count_fail
2018-03-03 12:50:25 -05:00
Andy K. Massimino
d89f48fb54 Separate stopline for highlighting, documentation
Now g:matchup_matchparen_stopline and g:matchup_delim_stopline.
Closes #21.
2018-02-10 11:36:54 -05:00
Andy K. Massimino
a4936b8aad Allow double click to select to match 2017-12-02 11:13:03 -05:00
Andy K. Massimino
ccccf48d6e Allow forcing for % and g% 2017-11-27 20:10:54 -05:00
Andy K. Massimino
f2e8a2834a Implement deferred matchparen highlighting
Fixes #6
2017-11-17 10:54:38 -05:00
Andy K. Massimino
74c00bb717 Fix count for %, g%; change override N% limit to 6 2017-11-08 08:52:55 -05:00
Andy K. Massimino
a762646f84 Add forcing for z%, better z% motion 2017-11-08 00:47:22 -05:00
Andy K. Massimino
0c2616d914 Implement forcing for [%, ]% 2017-11-08 00:29:38 -05:00
Andy K. Massimino
68c1b74805 Improve matchparen and skip, start fixing transmute 2017-11-05 17:22:53 -05:00
Andy K. Massimino
480f63320d Add operator forcing for text objects 2017-11-04 12:09:34 -04:00
Andy K. Massimino
45955932c5 Implement count and visual for z% 2017-11-02 14:10:28 -04:00
Andy K. Massimino
1b053fdc1f Add b:match_ignorecase, start adding timeout 2017-11-01 11:35:43 -04:00
Andy K. Massimino
bdd7fdd820 Implement text object repetition and count 2017-10-31 18:07:03 -04:00
Andy K. Massimino
3b050ea220 Improve motions, readme; add vimtex detection 2017-10-29 15:39:14 -04:00
Andy K. Massimino
9a33c91522 Improve delim skip, make minor changes to readme 2017-10-27 11:56:22 -04:00
Andy K. Massimino
f907f9886b Fix jumps in general, add jump-in 2017-10-26 00:29:00 -04:00
Andy K. Massimino
63853c6ead Implement augmented matching 2017-10-21 11:57:27 -04:00
Andy K. Massimino
59c61f397b Initial commit, very rough state 2017-10-17 16:59:58 -04:00