neovim/runtime/lua
Jongwook Choi 3692fd4c87
feat(gen_lsp.lua): validate CLI args #26514
- Improve CLI argument parsing, rejects invalid argument and commands as
  early as possible. Also prints USAGE in the command line.
- No longer allows `--<outfile>`, use `--out <outfile>` instead.
- Print a little bit of verbose messages to better know what's going on
  rather than remaining silent at all times.
- Add type annotation `gen_lsp._opt` to avoid type warnings.
2023-12-11 01:10:00 -08:00
..
nvim fix: checkhealth warning even if init.lua exists #25306 2023-09-24 10:43:55 -07:00
provider fix(health): malformed call to warn() #26217 2023-11-25 13:03:32 -08:00
vim feat(gen_lsp.lua): validate CLI args #26514 2023-12-11 01:10:00 -08:00
_vim9script.lua feat(lua): rename vim.loop -> vim.uv (#22846) 2023-06-03 12:06:00 +02:00
coxpcall.lua build(lua): vendor coxpcall 2023-09-10 11:43:37 +02:00
editorconfig.lua fix(editorconfig): do not set 'endofline' 2023-08-27 19:27:25 +01:00
man.lua fix(man.lua): hardwrapped manpage is not resized #25646 2023-10-16 09:59:33 -07:00