summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2022-09-29feat(nvim_cmd): allow using first argument as countFamiu Haque1
2022-09-29fix(api): fix nvim_cmd crash with filename expansion (#20397)zeertzjq1
2022-09-28fix(lua): fix architecture-dependent behavior in usercmd "reg" (#20384)zeertzjq1
2022-09-27fix(api): notify dict watchers on nvim_set_var and vim.g settersmolck1
2022-09-26docs: fix typos (#20150)dundargoc1
2022-09-25fix(docs): invalid :help links #20345Justin M. Keyes6
2022-09-25refactor: move klib out of src/nvim/ #20341dundargoc3
2022-09-18vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc1
2022-09-16vim-patch:8.2.3796: the funcexe_T struct members are not named consistently (...zeertzjq1
2022-09-16docs(autocmds): re-add buffer param to docstring (#20204)kylo2521
2022-09-11refactor: replace char_u with charDundar Göc5
2022-09-09refactor: replace char_u with charDundar Göc2
2022-09-07refactor(typval): change FC_CFUNC abstraction into FC_LUAREFbfredl1
2022-09-06refactor: replace char_u with charDundar Göc2
2022-09-06feat(extmarks,ts,spell): full support for spellingThomas Vigouroux2
2022-09-06Merge pull request #20039 from zeertzjq/cmod-tabbfredl1
2022-09-04feat(api): add "move" to nvim_input_mousezeertzjq1
2022-09-02fix(api)!: correctly deal with number before :tabzeertzjq1
2022-09-01feat(api): add support for :horizontal modifierzeertzjq2
2022-09-01Merge pull request #20023 from bfredl/hlarenabfredl2
2022-08-31Merge pull request #16396 from bfredl/luaeventbfredl3
2022-08-31refactor(highlight): make hlattrs2dict always use pre-allocated dictbfredl2
2022-08-31feat(lua): vim.ui_attach to get ui events from luabfredl3
2022-08-31refactor(mappings)!: mapblock_fill_dict() use API Dictionary (#20020)zeertzjq2
2022-08-31fix(api): nvim_set_hl bail out on invalid group name (#20021)zeertzjq1
2022-08-30fix(exceptions): restore `did_throw` (#20000)Sean Dewar3
2022-08-26refactor: change FALSE/TRUE to false/trueLewis Russell1
2022-08-25refactor: replace char_u with charDundar Goc2
2022-08-24Merge pull request #19906 from bfredl/bigstagebfredl7
2022-08-24refactor(api): provide a temporary copy solution for nvim_call_atomicbfredl5
2022-08-23perf(api): allow to use an arena for return valuesbfredl3
2022-08-23vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq4
2022-08-20vim-patch:8.1.2045: the option.c file is too big (#19854)zeertzjq1
2022-08-19refactor: move statusline code from buffer.c and [draw]screen.c to new filebfredl1
2022-08-19vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell5
2022-08-18vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)zeertzjq2
2022-08-17feat(ui): allow to set the highlight namespace per windowbfredl4
2022-08-17refactor: remove some unused includes (#19820)zeertzjq3
2022-08-16fix(api): nvim_exec and nvim_cmd restore msg_col when capturing output (#19789)zeertzjq2
2022-08-13fix(winbar): do not always assume cursor is valid. fixes #19458bfredl1
2022-08-13refactor: remove some unused includes (#19747)zeertzjq2
2022-08-12refactor: remove some unused includes (#19740)zeertzjq2
2022-08-12refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq4
2022-08-11fix(signs): priority of extmark signs (#19718)Lewis Russell1
2022-08-11refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2
2022-08-10fix(api): `vim.cmd.make` crashes when argument count isn't 1 (#19701)Famiu Haque1
2022-08-06vim-patch:8.1.1210: support for user commands is spread out (#19653)zeertzjq1
2022-08-06fix(api): fix nvim_buf_set_text heap-use-after-free (#19644)zeertzjq1
2022-08-03feat(lua): print source locations of lua callbacks (#19597)ii141
2022-08-03Merge pull request #19540 from lewis6991/cmd_refactorLewis Russell1