Commit Graph

195 Commits

Author SHA1 Message Date
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
Andy K. Massimino
b75d56f994 Fix operator regression caused by 75191c6 2018-03-31 12:52:12 -04:00
Andy K. Massimino
6b9e4e9d82 Stage delim.vim for split + minor changes (#25) 2018-03-24 16:29:58 -04:00
Andy K. Massimino
4fc859fade Workaround clearing startup msg on timer autoload 2018-03-24 00:40:52 -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
78b2e435fd Remove some unused delim code 2018-03-21 23:05:33 -04:00
Andy K. Massimino
d7438427ee Document g@, visual for text_obj_linewise_operators 2018-03-15 00:14:41 -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
257a1e2b80 Fix transmute align*->align bug, bad sanitization 2018-03-11 18:42:52 -04:00
Andy K. Massimino
030f1d181c Move testing ftplugin to test directory tree 2018-03-11 18:32:59 -04:00
Andy K. Massimino
97b5dcccaa Fix typos in deferred delay option documentation 2018-03-08 12:50:07 -05:00
Andy K. Massimino
0bad5eff9e Fix typo in doc 2018-03-05 20:21:32 -05:00
Andy Massimino
8f4cda38f5 Make some improvements to readme 2018-03-05 20:18:16 -05:00
Andy K. Massimino
90d8687c08 Fix viml typo in docs (re #23) 2018-03-05 13:12:09 -05:00
Wang Shidong
f28dddf49f Fix viml type in readme
`else` should comes after `elseif`.
2018-03-05 11:10:04 -07:00
Andy K. Massimino
d647ae8d2c Add nvim version check for matchparen_deferred
closes #22
2018-03-04 14:21:14 -05:00
Andy K. Massimino
f0b6e155d4 Improve version check/warning for matchparen_deferred 2018-03-03 15:12:05 -05:00
Andy K. Massimino
660cb1a271 Add note about I%/A% re. #16 2018-03-03 13:00:05 -05: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
c3ed11fbf9 Add performance display command 2018-03-03 12:18:22 -05:00
Andy K. Massimino
fd54741f9b Listen to TextChanged{,I,P} for matchparen 2018-03-03 12:00:58 -05:00
Andy K. Massimino
f8713c478d Initialize buffer even when no FileType set 2018-03-03 11:58:51 -05:00
Andy K. Massimino
be365da468 Trick sensible into not loading matchit, re #17 2018-02-13 22:34:04 -05:00
Andy K. Massimino
53921cbb03 Update readme for vimtex compatibility 2018-02-13 22:29:51 -05:00
Andy K. Massimino
e061bef9e4 Disable vimtex's matchparen with any load-order
re #lervag/vimtex/1051
2018-02-13 22:06:00 -05:00
Andy K. Massimino
cd8de37192 Use relativenumber properly 2018-02-10 13:52:00 -05:00