Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(completion): include lua syntaxes in :ownsyntax completion (#21941) | zeertzjq | 2023-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_spec | shadmansaleh | 2021-06-11 |
| | |||
* | feat(runtime): Allow lua to be used in syntax | shadmansaleh | 2021-06-11 |
| | |||
* | feat(runtime): Allow lua to be used in ftdetect | shadmansaleh | 2021-06-11 |
| | |||
* | feat(runtime): Allow lua to be used in indent | shadmansaleh | 2021-06-11 |
| | |||
* | feat(runtime): Allow lua to be used in ftplugin | shadmansaleh | 2021-06-11 |
| | |||
* | feat(runtime): Allow lua to be used in compiler | shadmansaleh | 2021-06-11 |
| | |||
* | feat(runtime): Allow lua to be used in colorschemes | shadmansaleh | 2021-06-11 |
* tests(runtime): move runtime/plugin tests to functional/lua/runtime_spec |