Commit Graph

80 Commits

Author SHA1 Message Date
windwp
99f6963392 fix #295 2022-11-28 20:59:22 +07:00
zztrieuzz
ccbf4098e8 fix: add ` and $ on ignored next characters
fix #285
2022-11-24 06:47:34 +07:00
zztrieuzz
bd1bcb4dde fix: python multiple quote 2022-08-16 08:14:47 +07:00
Munif Tanjim
34bd374f75 fix: move } inside multiline function's params 2022-08-11 08:44:43 +07:00
zztrieuzz
d374efb7ec style: fix lint of sumneko lua 2022-08-01 12:16:11 +07:00
zztrieuzz
4c70ccf786 fix ci 2022-05-04 07:54:27 +07:00
zztrieuzz
62519f7573 fix #238 2022-04-29 05:37:58 +07:00
Yarden Sod-Moriah
0ebfef16ec Use replace_endpair when expanding with endwise 2022-04-23 18:11:57 +07:00
ecosse3
e9b47f0f68 fix: use vim.treesitter.query instead of deprecated nvim-treesitter.ts_query 2022-04-22 06:10:23 +07:00
zztrieuzz
d6169b2392 fix: allow add bracket inside quote 2022-03-24 15:43:05 +07:00
zztrieuzz
994b78fd85 fix #215 2022-03-01 21:15:58 +07:00
zztrieuzz
150eac2b6d fix: test utils 2022-02-11 07:40:52 +07:00
zztrieuzz
c027bbb7eb fix #204 2022-01-12 11:28:39 +07:00
zztrieuzz
3909fc7912 fix: treesitter_spec 2021-12-26 15:19:02 +07:00
zztrieuzz
e90e12c789 fix tests 2021-12-23 06:02:20 +07:00
Jakub Kaczor
4406e94ba6 Feat: Add the option mapping <C-h> to deleting a pair 2021-12-19 05:33:46 +07:00
zztrieuzz
04cd1779f8 refactor: reuse test test_utils 2021-12-11 09:49:09 +07:00
zztrieuzz
f104b9bf84 refactor: remove "check" on condition name 2021-12-08 19:59:52 +07:00
zztrieuzz
fd6b301dd2 fix test 2021-11-21 19:24:09 +07:00
zztrieuzz
c96e06595c refactor: test_utils 2021-11-21 09:18:08 +07:00
zztrieuzz
1f18e79ee9 fix: double quotes on vim filetype 😍
give vim some ❤️
2021-11-15 09:06:32 +07:00
zztrieuzz
dffcd00ef4 spec: document field only 2021-10-26 12:59:30 +07:00
zztrieuzz
4f7d7fc2b7 fix html rule 2021-10-26 08:57:57 +07:00
zztrieuzz
3b1b990283 fix(test): fix test case #cff29f3 2021-10-21 13:35:54 +07:00
zztrieuzz
f0c10f5265 add spec undo 2021-10-20 08:36:54 +07:00
zztrieuzz
94e97c7cca fix: allow remove filetype when create rule
cond.not_filetypes() is not remove rule, that rule still exist.
We need to remove rule from constructor by using syntax -filetype
sample:
Rule("a","a","-vim")
2021-10-01 20:43:37 +07:00
zztrieuzz
e108a70f91 feat: map <c-w> to delete pair 2021-09-23 11:23:42 +07:00
zztrieuzz
e465f581f9 fix: is_in_quote
is_in_quote is not correct on complex string
2021-09-18 16:17:37 +07:00
windwp
8cf7f23116 feat: disable autopair on blockwise mode insert
fix #135
fix endwise_spec
2021-09-15 19:59:41 +07:00
windwp
19af99011a refactor: test file with setup_func 2021-09-09 10:35:38 +07:00
windwp
f0822ddc38 feat: support multi byte character
fix #126
2021-09-08 10:56:09 +07:00
windwp
b3d5d29163 fix #102
- fix mapping multiple rule same pair on keymap
- fix sort rule order
2021-08-14 06:36:45 +07:00
windwp
f561472efb Feature: add set end pair length
It help to determine the length of end_pair string when it have a special
key like <left> <right> and it can help to move cursor to a middle
of end pair
2021-08-08 10:29:28 +07:00
TANIGUCHI Masaya
50fec950de Replace exclude_filetypes by not_filetypes 2021-08-07 15:14:10 +07:00
TANIGUCHI Masaya
14bad1f3cd Add exclude_filetypes 2021-08-07 15:14:10 +07:00
windwp
ad40d49f45 fix: pair on afterquote 2021-07-29 19:31:23 +07:00
windwp
1df216ef70 fix: afterquote quote with out any text 2021-07-28 15:20:41 +07:00
windwp
e3e105b11a fix: is_end_line function 2021-07-24 07:16:46 +07:00
windwp
5a86b4f83c fix: ci 2021-07-23 17:48:53 +07:00
windwp
92b045dd1f fix: make column value work on another condition
add endwise is_end_line function
2021-07-23 16:35:43 +07:00
windwp
b0bbe8d908 fix: afterquote
It will better it is automatic add pair for quote when only have quote
in line some kind of noisy because we can remove map pair easy
2021-07-19 11:15:46 +07:00
windwp
7ff2f721cd add fast_wrap 2021-06-25 11:51:34 +07:00
windwp
86050e29dc test fastwrap not finish 2021-06-25 11:51:34 +07:00
windwp
58eec20d0f add feature to replace endpair 2021-06-07 09:26:10 +07:00
windwp
64c937940c fix after quote with double character 2021-06-06 14:46:37 +07:00
windwp
de252fadc3 fix move right multi character 2021-06-05 16:52:39 +07:00
windwp
b09ab7495e disable add bracket after quote with comma 2021-06-05 13:57:28 +07:00
windwp
d7f2976b55 add option enable_check_bracket_line 2021-06-02 08:43:48 +07:00
windwp
c7192e6fcc fix: add bracket afterquote inside a string 2021-05-25 10:38:40 +07:00
windwp
d616b72b05 fix: pairs on after quote 2021-05-24 12:04:37 +07:00