Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | build: enable lintlua for test/unit/ dir #26396 | Justin M. Keyes | 2023-12-04 |
| | | | | | | | | | | | | | Problem: Not all Lua code is checked by stylua. Automating code-style is an important mechanism for reducing time spent on accidental (non-essential) complexity. Solution: - Enable lintlua for `test/unit/` directory. - TODO: only `test/functional/` remains unchecked. previous: 45fe4d11add933df76a2ea4bf52ce8904f4a778b previous: 517f0cc634b985057da5b95cf4ad659ee456a77e | ||
* | vim-patch:8.1.1966: some code in options.c fits better elsewhere (#19840) | zeertzjq | 2022-08-19 |
Problem: Some code in options.c fits better elsewhere. Solution: Move functions from options.c to other files. (Yegappan Lakshmanan, closes vim/vim#4889) https://github.com/vim/vim/commit/e677df8d93772a705f40a94f3c871aee78fe4d99 |