summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2022-06-08fix(nvim_create_user_command): make `smods` work with `nvim_cmd`Famiu Haque1
2022-06-04docs: fix typos (#18269)dundargoc1
2022-06-02refactor(api): use a unpacker based on libmpack instead of msgpack-cbfredl1
2022-06-01refactor: correct comments and assertions about mapping rhs <Nop> (#18821)zeertzjq1
2022-05-31Merge pull request #18194 from famiu/feat/usercmd_previewbfredl4
2022-05-31feat: add preview functionality to user commandsFamiu Haque4
2022-05-31docs: clarify that nvim_strwidth counts control characters as one cell (#18802)zeertzjq1
2022-05-30refactor(api): use hashy hash for looking up api method and event namesbfredl2
2022-05-29feat(nvim_create_user_command): pass structured modifiers to commandsFamiu Haque1
2022-05-26refactor: missing parenthesis may cause unexpected problems (#17443)kylo2521
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc10
2022-05-25Merge pull request #18528 from lewis6991/setwinoptbfredl3
2022-05-22fix(cid/352839): USE_AFTER_FREE in create_user_command #18669James McCoy1
2022-05-22Merge pull request #18608 from ckipp01/extmarkDocsbfredl1
2022-05-21feat(ui): clear message history explicitly with msg_history_clear eventdevbhan singh1
2022-05-21fix(autocmds): separate command from desc (#18617)kylo2521
2022-05-20Merge pull request #18648 from jamessan/coverity-fixesJames McCoy2
2022-05-20perf(cid/350479): avoid copying ExtmarkInfo when calling extmark_to_array()James McCoy1
2022-05-20fix(cid/351940): free compl_arg in create_user_commands()'s error path exitJames McCoy1
2022-05-19fix: make `nvim_cmd` not suppress errors inside key mappingFamiu Haque1
2022-05-18docs(extmark): remove message about passing in id=0ckipp011
2022-05-18Merge pull request #18620 from bfredl/multibarbfredl2
2022-05-18refactor: move more grid functions to grid.c. Clean up some variablesbfredl1
2022-05-18feat(api): enable nvim_exec_autocmds to pass arbitrary data (#18613)Gregory Anders2
2022-05-18Merge pull request #18562 from famiu/feat/ui/winbarbfredl3
2022-05-18refactor: grid->rows and grid->colsbfredl1
2022-05-18feat(ui): add `'winbar'`Famiu Haque3
2022-05-17feat(api): add win and buf to nvim_set_option_valueLewis Russell3
2022-05-17docs(api): update v:errmsg behavior #18593Famiu Haque1
2022-05-16refactor: replace char_u variables and functions with charDundar Goc1
2022-05-15docs(api): nvim_set_hl attributes #18558Oliver Marriott1
2022-05-15fix(api): nvim_eval_statusline should validate input #18347deforde1
2022-05-15docs(nvim_set_keymap): specify that optional arguments defaults to false (#18...dundargoc1
2022-05-14refactor(api/nvim_cmd): use `kvec_t` for constructing cmdline stringFamiu Haque2
2022-05-11docs: nvim_buf_[get|set]_[text|lines] (#18404)Andrey Mishchenko1
2022-05-11fix(api): make `nvim_cmd` work correctly with empty arguments list (#18527)Famiu Haque1
2022-05-11Merge pull request #18366 from famiu/feat/api/nvim_cmdbfredl3
2022-05-11feat(api): add `nvim_cmd`Famiu Haque3
2022-05-10vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2
2022-05-09refactor: replace char_u variables and functions with charDundar Goc3
2022-05-07Merge pull request #18425 from dundargoc/refactor/char_u/1bfredl4
2022-05-07refactor: replace char_u variables and functions with charDundar Goc4
2022-05-07refactor(decor): use decor levels properlybfredl1
2022-05-07fix(api): make `nvim_parse_cmd` work correctly with both range and countFamiu Haque1
2022-05-06Merge pull request #18442 from dundargoc/uncrustifybfredl1
2022-05-06Merge pull request #18438 from famiu/feat/api/nvim_parse_cmdbfredl1
2022-05-06refactor: upgrade uncrustify configuration to version 0.75Dundar Goc1
2022-05-05Merge pull request #18431 from famiu/feat/api/nvim_get_autocmds/group_namebfredl1
2022-05-05feat(api): add `group_name` to `nvim_get_autocmds`Famiu Haque1
2022-05-05fix(api): make `nvim_parse_cmd` propagate errorsFamiu Haque1