Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(colorscheme): try .lua files in 'rtp' before .vim files in 'pp' (#23727) | zeertzjq | 2023-05-23 |
| | | | | | | This ensures that colorschemes in 'rtp' are tried before ones in 'pp', because some colorschemes in 'pp' may not work if not added to 'rtp'. This also match the current documentation better. | ||
* | fix(spell): properly source spell/LANG.{vim,lua} (#22716) | zeertzjq | 2023-03-18 |
| | | | Using regexp doesn't work here because there are no wildcards. | ||
* | test: add test for :runtime completion for .lua | zeertzjq | 2023-01-26 |
| | |||
* | 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 |