Commit Graph

22 Commits

Author SHA1 Message Date
Andy K. Massimino
e3bc1fa821 Add neovim tree-sitter integration 2021-02-25 22:48:13 -05:00
Andy K. Massimino
f1f11e703b Make minor cleanups 2021-02-23 00:18:36 -05:00
Andy K. Massimino
857683de79 Refactor delim engines, minor changes 2020-06-18 22:23:57 -04:00
Andy K. Massimino
5a7dd99621 Update year, etc 2020-01-13 22:14:08 -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
41cc6775ee Wrap strike pattern (ruby, re #75) 2019-10-07 21:13:41 -04:00
Andy K. Massimino
4fa39a3a1f Use ; to separate \g{} args 2019-08-11 09:55:08 -04:00
Andy K. Massimino
43ba797f68 Merge branch 'feature-midmap' 2019-08-02 19:07:33 -04:00
Andy K. Massimino
1796b3cc21 Make minor changes, update doc 2019-07-24 19:06:18 -04:00
Andy K. Massimino
e4706927ed Implement advanced midskip (e.g., for julia, ruby) 2019-04-10 18:09:11 -04:00
Andy K. Massimino
c563b241bf Allow arg in gspec (for future expansion) 2019-03-10 17:44:43 -04:00
Andy K. Massimino
55cff87749 Allow hotfix for dotted &filetype, fixes #46 2018-12-20 08:06:57 -05:00
Andy K. Massimino
b8e5d21341 Initialize in cmdwin, closes #43 2018-11-01 18:05:13 -04:00
Andy K. Massimino
ee7ccbbd2b Allow function match_words (has caveats)
For SpaceVim#2058, Julia language.
For Julia, advanced motions and text objects will not work properly.
2018-08-19 10:38:55 -04:00
Andy K. Massimino
ed357cff40 Enable \g{hlend} specifier to truncate highlight
Adds the match preferences

    let g:matchup_matchpref = {}
    let g:matchup_matchpref.vue = {'tagnameonly': 1}
    let g:matchup_matchpref.html = {'tagnameonly': 1}

Closes #30.
2018-07-27 08:38:47 -04:00
Andy K. Massimino
bab138ac3c Allow switching regexp engine for filetypes 2018-07-20 06:43:57 -04:00
Andy K. Massimino
f5af60fd5e Improve handling of ignorecase re #33 2018-06-18 09:32:53 -04:00
Andy K. Massimino
a8844c53e0 Make another minor extra_info refactor 2018-06-05 20:33:50 -04:00
Andy K. Massimino
1763debff6 Refactor (minor) has_zs into extra_info struct 2018-05-24 19:15:59 -04:00
Andy K. Massimino
633fd624cd Implement fast loader (see #25) 2018-04-09 15:19:15 -04:00
Andy K. Massimino
5219caa1c1 Split delim.vim into 2 files; should resolve #25 2018-04-02 11:00:09 -04:00