Commit Graph

76 Commits

Author SHA1 Message Date
Andy K. Massimino
db36840ecf Document deferred highlighting 2017-11-17 11:09:06 -05:00
Andy K. Massimino
f2e8a2834a Implement deferred matchparen highlighting
Fixes #6
2017-11-17 10:54:38 -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
44362650e7 Remove z flag from searchpairpos because it's useless 2017-11-16 15:51:47 -05:00
Andy K. Massimino
aa1bf46b91 Fix variable type mismatch 2017-11-16 15:25:40 -05:00
Andy K. Massimino
a6c13974ac Fix variable type mismatch 2017-11-16 15:23:23 -05:00
Andy K. Massimino
9b21c0d96f Add compatibility for reltimefloat 2017-11-16 15:23:05 -05:00
Andy K. Massimino
74403a2426 Improve performance for skip 2017-11-15 20:59:09 -05:00
Andy K. Massimino
f472a56042 Add test example for #7 2017-11-15 12:07:49 -05:00
Andy K. Massimino
fbaed30dbc Add b:match_words patching util function
For demo #3, #7
2017-11-15 12:06:16 -05:00
Andy K. Massimino
64d17294f9 Add {Do,No}MatchParen override to toggle highlight
Fixes #5
2017-11-15 10:59:32 -05:00
Andy K. Massimino
8180ae315b Add check for reltime 2017-11-15 10:57:30 -05:00
Andy K. Massimino
89bb70cfb5 Add in_comment_or_string for better performance
(used in default skip).  Also, fix cursor position for in_syntax.
2017-11-14 21:16:28 -05:00
Andy K. Massimino
e708188b35 Add version check 2017-11-14 17:51:38 -05:00
Andy K. Massimino
a189eabbe7 Avoid funcref 2017-11-14 12:57:13 -05:00
Andy K. Massimino
8dea5e0844 Avoid using :filter 2017-11-14 12:54:12 -05:00
Andy K. Massimino
9f0ea94469 Fix directory name for minimal vimrc 2017-11-14 12:35:10 -05:00
Andy K. Massimino
1f7998096d Add s:matchstrpos as compatibility attempt re #4 2017-11-14 10:04:23 -05:00
Andy K. Massimino
72bb680e33 Mention version in issue template 2017-11-14 09:35:17 -05:00
Andy K. Massimino
19cfb72510 Add check for .links in % to fix crash 2017-11-13 11:53:00 -05:00
Andy K. Massimino
148fd8d32c Shorten buffer timeout for ocaml 2017-11-12 11:23:06 -05:00
Andy K. Massimino
dcbbcdbf88 Fix for ignorecase 2017-11-12 11:12:16 -05:00
Andy K. Massimino
1c3d11f245 Use matchaddpos for efficiency 2017-11-12 11:11:51 -05:00
Andy K. Massimino
6f8e6f1291 Minor readme fix 2017-11-11 19:30:49 -05:00
Andy K. Massimino
6df77d5ce6 Remove planned features noise for now 2017-11-11 14:34:56 -05:00
Andy K. Massimino
09d4063d73 Fix typo in check for matchparen 2017-11-10 14:12:48 -05:00
Andy K. Massimino
445f577652 Make some clarifications in readme about C 2017-11-10 12:57:04 -05:00
Andy K. Massimino
77f6b9af9b Fix for di% re. OCaml 2017-11-10 12:31:21 -05:00
Andy K. Massimino
29e7c03e0b Add check for >=2 colon separated match words 2017-11-10 12:20:53 -05:00
Andy K. Massimino
1a2b068cf5 Quickfix for empty matchwords ,, (esp for OCaml) 2017-11-10 12:17:39 -05:00
Andy K. Massimino
f5d5452bfb Fix bug with bare [:] 2017-11-08 19:22:35 -05:00
Andy K. Massimino
88ae011e35 Make small improvement to offscreen highlight 2017-11-08 19:22:15 -05:00
Andy K. Massimino
89d79ac5db Fix special case for d% 2017-11-08 10:29:34 -05:00
Andy K. Massimino
af90e54d41 Reset statusline highlight to Normal 2017-11-08 09:48:14 -05:00
Andy K. Massimino
1eb567ffef Improve documentation for N% 2017-11-08 09:05: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
8caa1af052 Fix crash in % 2017-11-06 23:57:03 -05:00
Andy K. Massimino
09cb6d0889 Fix bug in a%, attempt fix for too much augment problem 2017-11-06 23:37:16 -05:00
Andy K. Massimino
4924e71022 Minor vint changes 2017-11-06 14:47:06 -05:00
Andy K. Massimino
5a5f411187 Cleanup matchparen, fix transmute, fix bug in da% 2017-11-06 14:42:26 -05:00
Andy K. Massimino
a61decb022 Add check before disabling matchparen 2017-11-06 00:27:28 -05:00
Andy K. Massimino
fa804a20a8 Add smartcase check, warning flag for fill_backrefs 2017-11-05 23:09:46 -05:00
Andy K. Massimino
51803be71b Do larger delim cleanup, fix bug in backref filling 2017-11-05 21:44:56 -05:00
Andy K. Massimino
5b4bab316f Do some minor cleanup 2017-11-05 18:36:00 -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