Commit graph

2160 commits

Author SHA1 Message Date
L3MON4D3
542b7eb215 Auto generate docs 2024-04-21 08:05:34 +00:00
L3MON4D3
f8eb1e7d1c vscode-loader: don't error on cleanup (close #1163). 2024-04-21 10:02:18 +02:00
L3MON4D3
03c8e67eb7 makefile: default jsregexp-CC to system-CC.
this is for systems where gcc may not be available/called something
else. We assume that $CC is set to something valid, or that cc is
available (since that's the fallback for $CC in gnu-make if $CC is not
set).
2024-04-16 20:06:42 +02:00
L3MON4D3
1d67ba34e9 Format with stylua 2024-04-16 09:06:31 +00:00
L3MON4D3
e744eff6ec Auto generate docs 2024-04-16 09:06:27 +00:00
L3MON4D3
c5393cad65 fix: correctly select text beginning with a linebreak (close #1158).
The changes to other test-files are due to slightly changed timing, I
couldn't observe any change in behaviour in real-world usage.
2024-04-16 11:03:46 +02:00
L3MON4D3
518d113234 tests: adapt to "helpers" -> "testutil".
:(((((
2024-04-16 11:03:46 +02:00
L3MON4D3
be7be2ca7f Auto generate docs 2024-04-05 06:52:05 +00:00
L3MON4D3
b9cdeca019 uninstall_jsregexp: don't fail if some file is not present. 2024-04-05 08:49:06 +02:00
L3MON4D3
825a61bad1 tests: fix flakiness some more. 2024-04-02 16:22:41 +02:00
L3MON4D3
c0439defc5 Format with stylua 2024-04-02 14:08:40 +00:00
L3MON4D3
2300d51003 Auto generate docs 2024-04-02 14:08:38 +00:00
L3MON4D3
706dc3a570 from_vscode: don't trim empty lines/dedent snippet-body (close #1032). 2024-04-02 16:05:33 +02:00
L3MON4D3
79cc25c398 healthcheck: only warn when jsregexp is missing, fix helptag. 2024-04-01 19:06:58 +02:00
L3MON4D3
f72fd4b773 Auto generate docs 2024-04-01 16:58:32 +00:00
Hawtian Wang
4d840fadd1
fix: sometimes endless recursive (#1145)
fix: `iter_captures` may return nil,x when the iterator is exhausted.
2024-04-01 18:57:56 +02:00
L3MON4D3
e29ab6482f advertise support for jsregexp v0.0.7 (close #1139). 2024-04-01 16:16:00 +02:00
Zane Dufour
85c9b3edaa
add healthcheck (#1149)
add healthcheck
2024-04-01 15:54:06 +02:00
L3MON4D3
6e1e400128 Auto generate docs 2024-04-01 13:46:28 +00:00
L3MON4D3
87e4768213 tests: fix some flakiness.
just add timeouts after some operations so they complete before the
screen is tested.
2024-04-01 15:43:58 +02:00
polirritmico
a7a4b4682c docs: Add descriptions for <Plug> mappings 2024-03-03 09:18:37 +01:00
L3MON4D3
814d3a3bd0 Auto generate docs 2024-03-03 08:10:05 +00:00
L3MON4D3
45d99d1f0c manually set visual hl.
Default visual-hl is changed by
neovim#ec37101abea724286967f973bd3bf73fe432bd0d, since tests are used
across neovim-versions, just manually set the old default.
2024-03-03 09:08:05 +01:00
L3MON4D3
f3b3d3446b Auto generate docs 2024-02-15 16:21:44 +00:00
L3MON4D3
8d4fc2fc40 fix: use $(MAKE) instead of make for recursive make (close #1128). 2024-02-15 17:19:21 +01:00
L3MON4D3
c4b9c7c3b0 Format with stylua 2024-02-14 20:22:25 +01:00
L3MON4D3
631f65722f Auto generate docs 2024-02-14 20:22:25 +01:00
L3MON4D3
97a9742fc0 feat: define callbacks in node-opts.
This circumvents the much more complicated current mechanism of setting
the callback by identifying the node via jump-index in the parent.
2024-02-14 20:22:25 +01:00
L3MON4D3
81d83ec368 Format with stylua 2024-02-14 18:00:34 +01:00
L3MON4D3
92789d4e55 refocus: don't leave the snippet if the active node is an exitNode. 2024-02-14 18:00:34 +01:00
Abhay Raj Singh
04266a90ff add missing key_indexer, shorthand: Update default_config.lua
This fixes bug where k is nil, in case of lua load from folder as it's not declared explicitly by the user.
2024-02-14 16:54:15 +01:00
L3MON4D3
7770d372f6 Format with stylua 2024-02-14 15:24:31 +00:00
L3MON4D3
dab3478902 Auto generate docs 2024-02-14 15:24:29 +00:00
L3MON4D3
2865c8e23e fix(tests): only use packaged parser for nvim 0.7 and 0.9.
There's some incompatibility with nvim-master now, but since master has
a parsers built-in, we don't have to package another version and can
just rely on that.
2024-02-14 16:21:31 +01:00
L3MON4D3
2dbef19461 Auto generate docs 2024-01-17 15:39:39 +00:00
L3MON4D3
a707dedb4b add FUNDING.yml (close #1109). 2024-01-17 16:37:52 +01:00
L3MON4D3
82108e7e31 Format with stylua 2024-01-08 10:01:27 +00:00
L3MON4D3
0de6d9c6f8 Auto generate docs 2024-01-08 10:01:24 +00:00
L3MON4D3
2ab3fdb96f lua/snipmate-loader: fix include/exclude (close #1106). 2024-01-08 11:00:22 +01:00
L3MON4D3
2f0db89fcb Format with stylua 2024-01-07 09:35:43 +00:00
L3MON4D3
060d928053 Auto generate docs 2024-01-07 09:35:39 +00:00
L3MON4D3
31007a613c trigEngine: optionally restrict length of trigger (fix #1103). 2024-01-07 10:34:28 +01:00
L3MON4D3
68153ebb03 Format with stylua 2024-01-05 17:24:05 +00:00
L3MON4D3
d3f9f21d55 Auto generate docs 2024-01-05 17:24:03 +00:00
L3MON4D3
a655485e57 correctly adjust extmarks of snippet in same insertNode (fix #1100) 2024-01-05 18:23:03 +01:00
L3MON4D3
8ae1dedd98 Auto generate docs 2023-12-31 12:20:44 +00:00
L3MON4D3
e31c33dd30 document ls_tracked_dofile/ls_tracked_dopackage. 2023-12-31 13:19:05 +01:00
L3MON4D3
2463d687fe Auto generate docs 2023-12-27 20:49:21 +00:00
Louis Van Steene
de5c115aa4 Add quotes to jsregexp make commands 2023-12-27 21:48:47 +01:00
Ote-Leo
07f5d97420 Auto generate docs 2023-12-26 16:48:13 +01:00