aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vimscript.c
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: fix includes for api/autocmd.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: remove PVSdundargoc2023-11-12
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(api): use typed keysetsbfredl2023-08-07
* docs: also change "vimL" and "viml" to "Vimscript" (#24414)zeertzjq2023-07-21
* test: spellcheck :help (vimdoc) files #24109Justin M. Keyes2023-06-22
* refactor(api): new helper macrosFamiu Haque2023-05-23
* vim-patch:8.2.1080: Vim9: no line break allowed in a for loopzeertzjq2023-04-14
* vim-patch:8.2.1047: Vim9: script cannot use line continuation like :def functionzeertzjq2023-04-14
* vim-patch:8.2.{0695,0725,0734,0753,0818,0819,0822} (#23075)zeertzjq2023-04-14
* feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2023-03-25
* refactor: do more in TRY_WRAPLewis Russell2023-03-22
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* vim-patch:8.2.3796: the funcexe_T struct members are not named consistently (...zeertzjq2022-09-16
* refactor: replace char_u with charDundar Göc2022-09-11
* fix(exceptions): restore `did_throw` (#20000)Sean Dewar2022-08-30
* 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