Andy K. Massimino
b85cf4f54c
Fix github action
2020-12-08 19:32:05 -05:00
Andy K. Massimino
a5e5172ff8
Revert "Use texMathRegionX in vimtex v2, fix #123 "
...
This reverts commit ee1d3e033b .
2020-12-08 19:27:07 -05:00
Andy Massimino
44c634b330
Merge pull request #116 from kevinhwang91/disable-cursorline-in-float
...
offscreen highlight doesn't work when cursorline is set
2020-12-04 20:42:02 -05:00
Andy K. Massimino
0df5a73fdf
Revert "Add WinScrolled autocmd"
...
This reverts commit 6c07d9c75c .
2020-12-04 20:29:47 -05:00
Andy K. Massimino
ee1d3e033b
Use texMathRegionX in vimtex v2, fix #123
2020-12-04 20:29:43 -05:00
Andy K. Massimino
dd22b21d38
Remove skip expr in searchpos ( fix #122 )
2020-12-03 18:15:26 -05:00
Andy K. Massimino
6c07d9c75c
Add WinScrolled autocmd
2020-12-02 20:08:33 -05:00
Andy K. Massimino
7cc8623d87
Adjust fortran hlend ( fixes #111 )
2020-11-30 21:01:00 -05:00
Andy K. Massimino
ac1d0f73a0
Handle multi-line Janet strings ( fix #85 )
2020-11-27 10:18:14 -05:00
Andy K. Massimino
f1e6716874
Allow same-character matching ( fix #102 )
...
commit 9fbba60cee83af1f92a9deebc4b48ca4027d6537
Author: Andy K. Massimino <f8a663@normed.space >
Date: Fri Nov 27 09:36:11 2020 -0500
Cleanup for same match
commit 2bf5e26f9e6ecb3f0874426e00cf15dd3f09a11a
Author: Andy K. Massimino <f8a663@normed.space >
Date: Thu Nov 19 16:10:13 2020 -0500
WIP same experiments
commit dcc2d874c5b92bccb0d043213264ef31c9b3a033
Author: Andy K. Massimino <f8a663@normed.space >
Date: Sun Aug 30 11:49:20 2020 -0400
WIP same char
2020-11-27 09:36:52 -05:00
kevinhwang91
1c36984942
offscreen highlight doesn't work when cursorline is set
2020-11-24 23:13:41 +08:00
Andy K. Massimino
309c3a74e7
Adjust matching for fortran re #111
2020-11-19 20:43:52 -05:00
Andy K. Massimino
a7c3904a18
Fix match after $, fix #114
2020-11-19 18:23:46 -05:00
Andy K. Massimino
9e0b6f3711
Fix odd test case
2020-09-07 09:34:52 -04:00
Andy K. Massimino
b0d831bc3a
Accept more in default skip pattern ( fix #107 )
2020-09-07 09:13:10 -04:00
Andy Massimino
b1af5a2824
Merge pull request #105 from mwgkgk/fix-custom-motion-49
...
Update args for matchup#delim#get_surrounding in custom.vim
2020-08-16 09:16:35 -04:00
mwgkgk
69a1ba1360
Update args for matchup#delim#get_surrounding
2020-08-16 09:20:20 +03:00
Andy K. Massimino
0d9d3b5f5a
Minor update
2020-08-10 23:26:42 -04:00
Andy K. Massimino
cc3f7f15fe
Use new style ops for newer nvim
2020-08-10 23:19:37 -04:00
Andy K. Massimino
1969143226
Minor update
2020-08-10 23:19:37 -04:00
Andy K. Massimino
13dab02119
Fix #101 , no matchparen fallback when $VIM is in ~
2020-07-02 21:33:20 -04:00
Andy K. Massimino
24c17f94e0
Don't highlight > for xml re #98
2020-06-30 22:18:42 -04:00
Andy K. Massimino
a6306f6725
Add option matchup_motion_keepjumps, re #99
2020-06-29 19:24:03 -04:00
Andy K. Massimino
b3bda157a1
Don't highlight end > with tagnameonly re #98
2020-06-28 10:57:04 -04:00
Andy K. Massimino
857683de79
Refactor delim engines, minor changes
2020-06-18 22:23:57 -04:00
Andy K. Massimino
32e4f56ef7
Move issue template
2020-06-18 22:23:28 -04:00
Andy Massimino
1d0d2c41ec
Merge pull request #97 from kazukazuinaina/add_github_actions
...
[add] github actions
2020-06-18 21:12:38 -04:00
kazukazuinaina
b48cb086c3
[add] github actions
2020-06-16 07:47:39 +09:00
Andy Massimino
68369952a3
Merge pull request #94 from cocopon/fix-indent-with-tab
...
Fix tab indent for popup
2020-05-07 20:53:25 -04:00
cocopon
f52937bbaa
Fix tab indent for popup
2020-04-12 14:47:29 +09:00
Andy K. Massimino
bae99f0d4d
Allow floating highlight customization in nvim
2020-04-07 20:30:44 -04:00
Andy K. Massimino
189bbb1453
Allow overriding highlight in popup window, re #93
2020-04-07 08:27:41 -04:00
Andy K. Massimino
e6f1786a14
Set wmh temporarily for floating win, fix #91
2020-03-21 11:20:05 -04:00
Andy K. Massimino
0047f35b40
Don't ensure_match_popup unless using popup re #89
2020-03-06 21:21:29 -05:00
Andy K. Massimino
acf3fca1a0
Fix #88 that visual block $ sometimes doesn't work
2020-02-29 11:06:45 -05:00
Andy K. Massimino
f5a677065c
Try to prevent error when using terminal popup, re #87
2020-02-27 21:26:29 -05:00
Andy K. Massimino
6fedba77ed
Fix matching of \\[1ex] ( fixes #84 )
2020-02-17 14:51:31 -05:00
Andy K. Massimino
5822783911
Be more verbose about WhereAmI
2020-01-26 17:15:13 -05:00
Andy K. Massimino
2abec5b9ed
Change default syntax skip method ( fixes #82 )
2020-01-26 17:14:45 -05:00
Andy K. Massimino
5a7dd99621
Update year, etc
2020-01-13 22:14:08 -05:00
Andy K. Massimino
264e3eacde
Remove some old code
2020-01-12 09:10:56 -05:00
Andy K. Massimino
6881921230
Fix missing name change
2019-12-19 20:33:08 -05:00
Andy K. Massimino
c1ec10b4ac
Make minor renaming
2019-12-13 19:19:41 -05:00
Andy K. Massimino
eed428fc0b
Add midmap for lua
2019-11-16 15:05:16 -05:00
Andy K. Massimino
0f3f9e2274
Don't show popup if window is too short, fix #81
2019-11-16 14:50:05 -05:00
Andy K. Massimino
49d8cbc80c
Use tab-local popup, re #79
2019-11-13 20:23:23 -05:00
Andy K. Massimino
0b780e9ae1
Standardize after/ftplugins, fix #77 , fix #69
2019-11-07 21:38:08 -05:00
Andy K. Massimino
e706b8d7ce
Use nvim_win_close not wincmd c, fix #76
2019-10-14 21:16:55 -04:00
Andy K. Massimino
41cc6775ee
Wrap strike pattern (ruby, re #75 )
2019-10-07 21:13:41 -04:00
Andy K. Massimino
018cf84ff4
No 1ms sleep in deferred mode re #67
2019-10-01 19:48:34 -04:00