summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/vimscript.c
AgeCommit message (Expand)AuthorFiles
2026-04-16test: lint naming conventions #39117Justin M. Keyes1
2026-04-14build(clang-analyzer): suppress clang-analyzer-security.ArrayBoundJustin M. Keyes1
2026-03-16fix(api): use standard error messagesJustin M. Keyes1
2025-12-06docs: miscJustin M. Keyes1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-13fix(api): fix not capturing output in cmdline mode (#35322)zeertzjq1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-12-18fix(coverity): error handling CHECKED_RETURN #31618Justin M. Keyes1
2024-12-17refactor(api): always use TRY_WRAP #31600luukvbaal1
2024-12-16fix(api): generic error messages, not using TRY_WRAP #31596Justin M. Keyes1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-06-04fixup: apply the change on more filesJames Tirta Halim1
2024-03-09docs: support inline markdownLewis Russell1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell1
2024-02-21refactor(api): make freeing of return-value opt-in instead of opt outbfredl1
2024-02-20refactor(api): use an arena for nvim_parse_expressionbfredl1
2024-02-15refactor(eval): use arena when converting typvals to Objectbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-12-07refactor: object_to_vim() cannot failJustin M. Keyes1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: fix includes for api/autocmd.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-08-07refactor(api): use typed keysetsbfredl1
2023-07-21docs: also change "vimL" and "viml" to "Vimscript" (#24414)zeertzjq1
2023-06-22test: spellcheck :help (vimdoc) files #24109Justin M. Keyes1
2023-05-23refactor(api): new helper macrosFamiu Haque1
2023-04-14vim-patch:8.2.1080: Vim9: no line break allowed in a for loopzeertzjq1
2023-04-14vim-patch:8.2.1047: Vim9: script cannot use line continuation like :def functionzeertzjq1
2023-04-14vim-patch:8.2.{0695,0725,0734,0753,0818,0819,0822} (#23075)zeertzjq1
2023-03-25feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski1
2023-03-22refactor: do more in TRY_WRAPLewis Russell1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-06refactor: fix clang-tidy warningsdundargoc1
2022-09-16vim-patch:8.2.3796: the funcexe_T struct members are not named consistently (...zeertzjq1
2022-09-11refactor: replace char_u with charDundar Göc1
2022-08-30fix(exceptions): restore `did_throw` (#20000)Sean Dewar1
2022-08-16fix(api): nvim_exec and nvim_cmd restore msg_col when capturing output (#19789)zeertzjq1
2022-08-12refactor: remove some unused includes (#19740)zeertzjq1
2022-06-12refactor(api): move command related API to separate filebfredl1
2022-06-10refactor: change type of linenr_T from long to int32_tDundar Goc1
2022-06-08fix(nvim_create_user_command): make `smods` work with `nvim_cmd`Famiu Haque1
2022-05-31feat: add preview functionality to user commandsFamiu Haque1
2022-05-19fix: make `nvim_cmd` not suppress errors inside key mappingFamiu Haque1
2022-05-17docs(api): update v:errmsg behavior #18593Famiu Haque1
2022-05-16refactor: replace char_u variables and functions with charDundar Goc1