Commit Graph

222 Commits

Author SHA1 Message Date
Andy K. Massimino
b0d2b68144 Use copy instead of deepcopy for delim object 2018-07-21 16:07:15 -04:00
Andy K. Massimino
849c481c70 Switch to new g:matchup_matchpref option 2018-07-20 15:38:13 -04:00
Andy K. Massimino
bab138ac3c Allow switching regexp engine for filetypes 2018-07-20 06:43:57 -04:00
Andy K. Massimino
d51aea4127 Respect percent in foldopen 2018-07-18 18:18:44 -04:00
Andy K. Massimino
ab4b670d5a Allow separate highlight for matching words
hi MatchWord gui=bold cterm=bold guibg=darkgrey

re #30, dracula/vim#89
2018-07-18 17:56:34 -04:00
Andy K. Massimino
f2f4026659 Workaround crash with deferred + TextYankPost
re vim issue #3175
2018-07-18 17:56:34 -04:00
Andy K. Massimino
defe243e37 Fix regression in text object a% 2018-07-03 10:47:40 -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
f5af60fd5e Improve handling of ignorecase re #33 2018-06-18 09:32:53 -04:00
Andy K. Massimino
93659b0ff0 Add test case for #33 (re ignorecase) 2018-06-17 09:44:43 -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
a8844c53e0 Make another minor extra_info refactor 2018-06-05 20:33:50 -04:00
Andy K. Massimino
47c193c88f Collect various minor changes 2018-06-05 20:14:39 -04:00
Andy K. Massimino
ca3ff487c4 Add check for User autocmd and <nomodeline> 2018-06-05 18:14:32 -04:00
Andy K. Massimino
9774aefc39 Merge branch 'iamcco-master' 2018-06-05 17:50:08 -04:00
年糕小豆汤
3f0c9ed5a6 add silent! 2018-05-27 18:33:27 +08:00
年糕小豆汤
2141900d62 add MatchupOffscreenLeave and MatchupOffscreenEnter User autocmd 2018-05-27 15:42:01 +08:00
Andy K. Massimino
1763debff6 Refactor (minor) has_zs into extra_info struct 2018-05-24 19:15:59 -04:00
Andy K. Massimino
9b13392c73 Workaround further partial match bug 2018-05-24 19:14:29 -04:00
Andy K. Massimino
92c8e27052 Rename after/ftplugins to prevent conflict 2018-05-24 18:08:18 -04:00
Andy K. Massimino
c929d7e537 Fix double click help error message 2018-05-16 05:48:46 -04:00
Andy K. Massimino
bc5dbf4297 Allow preventing loading matchit in init.vim, re #31 2018-05-16 05:41:58 -04:00
Andy K. Massimino
e7cc67e36d Workaround neovim plugin/matchit.vim, fixes #31 2018-05-16 05:25:10 -04:00
Andy K. Massimino
6861eddfc9 Allow different highlighting at cursor
(related #30)
2018-05-12 09:03:45 -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
35622fc990 Improve computation of off-screen scl padding
closes #29
2018-04-20 20:29:45 -04:00
Andy K. Massimino
6733274ca4 Make off-screen display respect fdc/scl, fixes #29 2018-04-18 11:46:22 -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
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
2fba40970f Fix duplicate help tag 2018-04-08 19:38:03 -04:00
Andy K. Massimino
f768fc982a Update note for IsCommentaryOpFunc 2018-04-07 16:21:38 -04:00
Andy K. Massimino
05c9bc8444 Fix infinite loop in text object 2018-04-06 23:46:56 -04:00
Andy K. Massimino
a6c584daa2 Make minor improvement to startup time 2018-04-05 11:24:06 -04:00
Andy K. Massimino
146fd9c7f3 Add Do/NoMatchParen to the readme 2018-04-03 15:29:10 -04:00
Andy K. Massimino
72d6173cc3 Clarify doc about enabling/disabling matchparen 2018-04-03 15:24:47 -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
2f4c4a9261 Fix typo in startup.sh test 2018-04-02 11:15:10 -04:00
Andy K. Massimino
8b3041f596 Match c/c++ /* */ markers 2018-04-02 11:04:48 -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
f387f2324c Add startup tester for #25 2018-04-02 10:37:33 -04:00
Andy K. Massimino
91ef9f53b4 Tweak b:match_words loader for future changes 2018-04-02 10:37:33 -04:00
Andy K. Massimino
46852fcb0e Document some new options #18/#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
d9c098049f Add timeout check to get_surrounding 2018-04-02 10:37:33 -04:00
Andy K. Massimino
1249993d55 Improve highlight surrounding 2018-04-02 10:37:33 -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
5d2c061fa0 Work around spurious partial matching 2018-04-02 10:37:33 -04:00
Andy K. Massimino
7a34261f77 Allow buffer-only hotfix, add sha checker 2018-04-02 10:37:33 -04:00
Andy K. Massimino
747fbd827d Make small performance improvement to compat fcns 2018-04-02 10:37:14 -04:00