aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
Commit message (Expand)AuthorAge
* refactor: replace char_u with char 23 (#21798)dundargoc2023-01-18
* docs: builtin TUI is no longer channel 0 (#21794)zeertzjq2023-01-15
* feat(ui): add 'statuscolumn' optionluukvbaal2023-01-09
* docs: fix typos (#21427)dundargoc2023-01-04
* refactor(tui): use nvim_echo() for verbose terminfobfredl2022-12-20
* docs: fix typos (#21328)dundargoc2022-12-12
* docs(gen): support language annotation in docstringsChristian Clason2022-12-02
* docs: fix typos (#21196)dundargoc2022-11-29
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:9.0.0844: handling 'statusline' errors is spread out (#20992)luukvbaal2022-11-08
* docs: fix typos (#20724)dundargoc2022-10-23
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* feat(api): nvim_select_popupmenu_item support cmdline pum (#20652)zeertzjq2022-10-17
* fix(api): dynamically allocate line buffer for nvim_out_write (#20537)zeertzjq2022-10-08
* fix(docs): invalid :help links #20345Justin M. Keyes2022-09-25
* vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
* feat(api): add "move" to nvim_input_mousezeertzjq2022-09-04
* refactor(highlight): make hlattrs2dict always use pre-allocated dictbfredl2022-08-31
* refactor(mappings)!: mapblock_fill_dict() use API Dictionary (#20020)zeertzjq2022-08-31
* fix(api): nvim_set_hl bail out on invalid group name (#20021)zeertzjq2022-08-31
* refactor: change FALSE/TRUE to false/trueLewis Russell2022-08-26
* refactor: replace char_u with charDundar Goc2022-08-25
* Merge pull request #19906 from bfredl/bigstagebfredl2022-08-24
|\
| * refactor(api): provide a temporary copy solution for nvim_call_atomicbfredl2022-08-24
| * perf(api): allow to use an arena for return valuesbfredl2022-08-23
* | vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
|/
* vim-patch:8.1.2045: the option.c file is too big (#19854)zeertzjq2022-08-20
* refactor: move statusline code from buffer.c and [draw]screen.c to new filebfredl2022-08-19
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)zeertzjq2022-08-18
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* refactor: remove some unused includes (#19820)zeertzjq2022-08-17
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq2022-08-12
* test: improve mapping tests and docs (#19619)zeertzjq2022-08-02
* feat(api): add replace_keycodes to nvim_set_keymap (#19598)ii142022-08-01
* refactor(object): get rid of redundant FIXED_TEMP_ARRAYbfredl2022-07-20
* vim-patch:8.1.1076: file for Insert mode is much too bigzeertzjq2022-07-20
* fix(rpc): break nvim_error_event feedback loop between two nvim instancesbfredl2022-07-19
* feat(marks): restore viewport on jump #15831Javier Lopez2022-06-30
* refactor(highlight)!: rename attributes to match Vim (#19159)zeertzjq2022-06-30
* refactor: replace char_u #18429dundargoc2022-06-28
* refactor: move some mapping-related code to a separate file (#19061)zeertzjq2022-06-23
* perf(highlight): don't allocate duplicates for color namesbfredl2022-06-21
* fix(terminal): coverity USE_AFTER_FREE #18978Justin M. Keyes2022-06-18
* feat(logging): include test-id in log messagesJustin M. Keyes2022-06-15
* refactor(api): move command related API to separate filebfredl2022-06-12
* refactor(api): move option code to own filebfredl2022-06-12
* fix(messages): add color when showing nvim_echo in :messages historybfredl2022-06-11
* feat(api): nvim__get_runtime do_sourcebfredl2022-06-11