aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
Commit message (Expand)AuthorAge
* Merge pull request #24399 from lambdalisue/fix-messagepack-rpcbfredl2023-08-26
|\
| * docs(msgpack_rpc): add "msgpack-rpc" client typeAlisue2023-08-26
* | refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
|/
* vim-patch:9.0.1687: mapset() not properly handling script ID (#24666)zeertzjq2023-08-12
* refactor(api): use typed keysetsbfredl2023-08-07
* feat(api): allow open_win/win_set_buf in the cmdwin in some casesSean Dewar2023-07-26
* fix(events): trigger VimResume on next UI request (#24426)zeertzjq2023-07-23
* perf(rtp): reduce rtp scans (#24191)Lewis Russell2023-07-13
* docs: gather @notes items into one sectionJustin M. Keyes2023-07-08
* docs: "Return (multiple)" headingJustin M. Keyes2023-07-08
* docs: MAINTAIN.md, nvim_get_markJustin M. Keyes2023-07-08
* fix(api): disallow some more functions during textlockSean Dewar2023-07-05
* fix(api): use text_locked() to check textlockSean Dewar2023-07-05
* fix(api, lua): make blank lines in a message work properly (#24244)zeertzjq2023-07-04
* test: spellcheck :help (vimdoc) files #24109Justin M. Keyes2023-06-22
* fix(docs): the runtimepath is not the runtime pathbfredl2023-06-19
* docs: various clarifications (#23999)zeertzjq2023-06-12
* test: more tests for nvim_{set,del}_keymap with abbreviation (#23970)zeertzjq2023-06-10
* feat(api): support abbreviations in nvim_set_keymapbfredl2023-06-09
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* fix(folds): allow overlay virtual text on folded line (#23892)zeertzjq2023-06-03
* refactor(api): new helper macrosFamiu Haque2023-05-23
* fix(api): avoid integer truncationAndreas Schneider2023-04-21
* fix(api): update "w_scwidth" in nvim_eval_statusline()Luuk van Baal2023-04-09
* feat(api): set statuscolumn line number in nvim_eval_statusline()Luuk van Baal2023-04-07
* feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()Luuk van Baal2023-04-05
* fix(api): avoid double hit-enter prompt with nvim_err_writeln (#22879)zeertzjq2023-04-04
* fix(api): return both link and attributes with nvim_get_hl (#22824)Sindre T. Strøm2023-03-31
* feat(api): add nvim_get_hl (#22693)Null Chilly2023-03-23
* refactor: do more in TRY_WRAPLewis Russell2023-03-22
* docs(api): link to nvim_set_hl_ns from nvim_set_hl (#22678)ii142023-03-16
* vim-patch:8.2.1398: autoload script sourced twice if sourced directly (#22622)zeertzjq2023-03-11
* docs: naming conventions, guidelinesJustin M. Keyes2023-02-22
* refactor(api): consistent VALIDATE messages #22262Justin M. Keyes2023-02-14
* refactor(api): VALIDATE macros #22256Justin M. Keyes2023-02-14
* refactor(api): VALIDATE macros #22187Justin M. Keyes2023-02-14
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* 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