aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/runtime_spec.lua
Commit message (Collapse)AuthorAge
* fix(completion): include lua syntaxes in :ownsyntax completion (#21941)zeertzjq2023-01-22
| | | | This just removes DIP_LUA and always executes its branches. Also add tests for cmdline completion for other lua runtime files.
* refactor(tests): Simplify tests at functional/lua/runtime_specshadmansaleh2021-06-11
|
* feat(runtime): Allow lua to be used in syntaxshadmansaleh2021-06-11
|
* feat(runtime): Allow lua to be used in ftdetectshadmansaleh2021-06-11
|
* feat(runtime): Allow lua to be used in indentshadmansaleh2021-06-11
|
* feat(runtime): Allow lua to be used in ftpluginshadmansaleh2021-06-11
|
* feat(runtime): Allow lua to be used in compilershadmansaleh2021-06-11
|
* feat(runtime): Allow lua to be used in colorschemesshadmansaleh2021-06-11
* tests(runtime): move runtime/plugin tests to functional/lua/runtime_spec