dundargoc
234b5f6701
docs: various fixes ( #28208 )
...
Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com >
Co-authored-by: Famiu Haque <famiuhaque@proton.me >
Co-authored-by: Gregory Anders <greg@gpanders.com >
Co-authored-by: Guilherme Soares <guilhermesoares1970@gmail.com >
Co-authored-by: Jannik Buhr <jannik.m.buhr@gmail.com >
Co-authored-by: thomaswuhoileong <72001875+thomaswuhoileong@users.noreply.github.com >
Co-authored-by: tom-anders <13141438+tom-anders@users.noreply.github.com >
Co-authored-by: zeertzjq <zeertzjq@outlook.com >
2024-04-30 07:04:42 +08:00
Jongwook Choi
fa836cb98b
docs(vvars): fix wrong lua types in vim.v variables
...
- cmdarg: string[] -> string
- shell_error: string -> int
- stderr: string -> int
- Add types for: cmdbang, errors, exception, false, true
2024-01-15 09:39:27 +00:00
Jongwook Choi
4d91604c88
docs: add lua typing for vim.NIL
2024-01-15 08:45:30 +00:00
Ghjuvan Lacambre
beca827212
feat(terminal): trigger TermRequest autocommand events ( #22159 )
...
This commit implements a new TermRequest autocommand event and has Neovim
emit this event when children of terminal buffers emit an OSC or DCS sequence
libvterm does not handle.
The TermRequest autocommand event has additional data in the
v:termrequest variable.
Co-authored-by: Gregory Anders <greg@gpanders.com >
2024-01-09 08:27:56 -06:00
Lewis Russell
e8d3c4cccb
feat: generate types and docs for v variables
2023-12-21 14:19:10 +00:00
Lewis Russell
97bea3163a
feat(lsp): more annotations
2023-12-14 12:39:18 +00:00