aboutsummaryrefslogtreecommitdiff
path: root/scripts/vimpatch.lua
Commit message (Collapse)AuthorAge
* docs: misc #31867Justin M. Keyes2025-01-09
|
* build: enable lintlua for scripts/ dir #26391Justin M. Keyes2023-12-04
| | | | | | | | | | | Problem: We don't enable stylua for many Lua scripts. Automating code-style is an important tool for reducing time spent on accidental (non-essential) complexity. Solution: - Enable lintlua for `scripts/` directory. - Specify `call_parentheses = "Input"`, we should allow kwargs-style function invocations.
* vim-patch: bump VIM_VERSION from 8.0 => 8.1 #20762Justin M. Keyes2022-10-21
| | | | There are 6 remaining 8.0.x patches, tracked in: https://github.com/neovim/neovim/issues/5431
* build(lint): check scripts/*.luaJustin M. Keyes2021-09-19
|
* vimpatch.lua: automate version.cJustin M. Keyes2017-12-27
Invoke it like this: VIM_SOURCE_DIR=~/neovim/.vim-src/ nvim -i NONE -u NONE --headless +'luafile ./scripts/vimpatch.lua' +q