Christian Clason
8dfe21ae82
tests(indent): adapt scandir to nightly changes
...
Problem: `vim.fs.find` on Nvim 0.13 changed its return value to also
return errors (if any), which broke its use for building a list of files
in directories (since the empty error list got included).
Solution: Only capture first return value.
2026-07-18 22:23:55 +02:00
Christian Clason
2cc172c28e
test(indent): we have scan_dir at home
2026-03-17 09:47:15 +01:00
Christian Clason
c9fea86a5a
test(indent): drop plenary.path
2026-03-16 22:51:41 +01:00
Christian Clason
054080bf59
fix: vim.tbl_flatten is deprecated
2025-05-12 18:43:40 +02:00
Christian Clason
9c0a99819c
ci: remove update-lockfile shell script
2025-05-12 18:43:40 +02:00
Christian Clason
692b051b09
feat!: drop modules, general refactor and cleanup
2025-05-12 18:43:40 +02:00
Christian Clason
3d268f9db4
fix: adapt to Nvim 0.11 deprecations
2024-05-17 17:16:44 +02:00
Riley Bruins
455f6586ba
feat(query): indents that reflect the formatter ( #6154 )
...
* feat(query): indents that reflect the formatter
Indentation queries that reflect the query formatter. Only applicable if `lispoptions=expr:1`
2024-02-21 18:47:09 +09:00
Stephan Seitz
fc54020531
tests(indent): also test creating new line when still in insert mode
2022-02-06 19:42:57 +01:00
Stephan Seitz
b9069a81b9
tests: only compare indents not contents in indent tests
2022-02-05 18:54:55 +01:00
Stephan Seitz
c7634f16de
Mark failing indent tests to add them to CI
...
Expected failures should be monitored so that we don't have regressions
and also remove failure marks when they are resolved.
2021-11-24 17:29:55 +01:00
Santos Gallegos
be8f656087
Use stylua for autoformat code ( #1480 )
2021-07-04 21:12:17 +00:00
Jędrzej Boczar
af3537fbe5
tests/indent: factor out most of the code into common.lua
2021-04-23 21:21:38 +02:00
Jędrzej Boczar
dbb1550aaf
tests/indent: move common code out of main lua/ directory
2021-04-23 21:21:38 +02:00