aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
Commit message (Expand)AuthorAge
* refactor(IWYU): create normal_defs.h (#26293)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* feat(decoration): allow conceal_char to be a composing charbfredl2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* refactor: fix includes for api/autocmd.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq2023-11-27
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* fix(context): don't crash on invalid arg to nvim_get_context (#25977)zeertzjq2023-11-11
* fix(terminal): assign channel to terminal earlier (#25771)zeertzjq2023-10-25
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* fix(ui): empty line before the next message after :silent commandnwounkn2023-10-14
* fix(PVS/V592): expression is enclosed by parentheses twicedundargoc2023-10-08
* fix(api): avoid immediate TextChanged with nvim_create_buf (#25492)zeertzjq2023-10-03
* Merge pull request #25455 from bfredl/highlight_namespace_gettersbfredl2023-10-01
|\
| * feat(ui): allow to get the highlight namespaceDaniel Steinberg2023-10-01
* | refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* | build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
|/
* refactor(messages): fold msg_attr into msgbfredl2023-09-27
* Merge pull request #25229 from glepnir/20323bfredl2023-09-26
|\
| * fix(highlight): add force in nvim_set_hlglepnir2023-09-26
* | fix(api): handle NUL in nvim_err_write() and nvim_out_write() (#25354)zeertzjq2023-09-25
* | docs: misc #24561Justin M. Keyes2023-09-20
* | refactor(grid): change schar_T representation to be more compactbfredl2023-09-19
|/
* docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
* fix(highlight): add create param in nvim_get_hlglepnir2023-09-09
* 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