aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vimscript.c
Commit message (Expand)AuthorAge
* fix(api): nvim_exec and nvim_cmd restore msg_col when capturing output (#19789)zeertzjq2022-08-16
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* refactor(api): move command related API to separate filebfredl2022-06-12
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* fix(nvim_create_user_command): make `smods` work with `nvim_cmd`Famiu Haque2022-06-08
* feat: add preview functionality to user commandsFamiu Haque2022-05-31
* fix: make `nvim_cmd` not suppress errors inside key mappingFamiu Haque2022-05-19
* docs(api): update v:errmsg behavior #18593Famiu Haque2022-05-17
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* refactor(api/nvim_cmd): use `kvec_t` for constructing cmdline stringFamiu Haque2022-05-14
* feat(api): add `nvim_cmd`Famiu Haque2022-05-11
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* fix(api): make `nvim_parse_cmd` work correctly with both range and countFamiu Haque2022-05-07
* Merge pull request #18442 from dundargoc/uncrustifybfredl2022-05-06
|\
| * refactor: upgrade uncrustify configuration to version 0.75Dundar Goc2022-05-06
* | fix(api): make `nvim_parse_cmd` propagate errorsFamiu Haque2022-05-05
|/
* refactor(api): make `range` in `nvim_parse_cmd` an arrayFamiu Haque2022-05-05
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* feat(nvim_parse_cmd): add range, count, reg #18383Famiu Haque2022-05-04
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* feat(lua): show proper verbose output for lua configurationshadmansaleh2022-02-28
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor(api): break out Vim script functions to its own fileBjörn Linse2021-10-29