aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vimscript.c
Commit message (Expand)AuthorAge
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* fix(coverity): error handling CHECKED_RETURN #31618Justin M. Keyes2024-12-18
* refactor(api): always use TRY_WRAP #31600luukvbaal2024-12-17
* fix(api): generic error messages, not using TRY_WRAP #31596Justin M. Keyes2024-12-16
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* fixup: apply the change on more filesJames Tirta Halim2024-06-04
* docs: support inline markdownLewis Russell2024-03-09
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* refactor(api): make freeing of return-value opt-in instead of opt outbfredl2024-02-21
* refactor(api): use an arena for nvim_parse_expressionbfredl2024-02-20
* refactor(eval): use arena when converting typvals to Objectbfredl2024-02-15
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: follow style guidedundargoc2023-12-30
* refactor: eliminate cyclic includesdundargoc2023-12-20
* refactor: object_to_vim() cannot failJustin M. Keyes2023-12-07
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* 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