summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/vim.c
AgeCommit message (Expand)AuthorFiles
2023-12-21refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq1
2023-12-18feat(api): add forward and back mouse buttonsAmanda Graven1
2023-12-17refactor: move non-symbols to defs.h headersdundargoc1
2023-12-16feat(ui): completeopt support popup like vimmathew1
2023-12-14feat(nvim_open_term): convert LF => CRLF (#26384)Raphael1
2023-12-09refactor(options): reduce `findoption()` usageFamiu Haque1
2023-12-07perf(column): keep track of number of lines that hold up the 'signcolumn'Luuk van Baal1
2023-12-05refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)Riccardo Mazzarini1
2023-12-04refactor(terminal): only remove const qualifier when necessary (#26386)zeertzjq1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-29refactor(IWYU): create normal_defs.h (#26293)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-28feat(decoration): allow conceal_char to be a composing charbfredl1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27refactor: fix includes for api/autocmd.hdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-27refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq1
2023-11-27build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq1
2023-11-20refactor: enable formatting for ternariesdundargoc1
2023-11-17refactor(sign): move legacy signs to extmarksLuuk van Baal1
2023-11-12build: remove PVSdundargoc1
2023-11-11refactor: remove redundant castsdundargoc1
2023-11-11fix(context): don't crash on invalid arg to nvim_get_context (#25977)zeertzjq1
2023-10-25fix(terminal): assign channel to terminal earlier (#25771)zeertzjq1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-10-14fix(ui): empty line before the next message after :silent commandnwounkn1
2023-10-08fix(PVS/V592): expression is enclosed by parentheses twicedundargoc1
2023-10-03fix(api): avoid immediate TextChanged with nvim_create_buf (#25492)zeertzjq1
2023-10-01Merge pull request #25455 from bfredl/highlight_namespace_gettersbfredl1
2023-10-01feat(ui): allow to get the highlight namespaceDaniel Steinberg1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-27refactor(messages): fold msg_attr into msgbfredl1
2023-09-26Merge pull request #25229 from glepnir/20323bfredl1
2023-09-26fix(highlight): add force in nvim_set_hlglepnir1
2023-09-25fix(api): handle NUL in nvim_err_write() and nvim_out_write() (#25354)zeertzjq1
2023-09-20docs: misc #24561Justin M. Keyes1
2023-09-19refactor(grid): change schar_T representation to be more compactbfredl1
2023-09-14docs: replace <pre> with ``` (#25136)Gregory Anders1
2023-09-09fix(highlight): add create param in nvim_get_hlglepnir1
2023-08-26Merge pull request #24399 from lambdalisue/fix-messagepack-rpcbfredl1
2023-08-26docs(msgpack_rpc): add "msgpack-rpc" client typeAlisue1
2023-08-26refactor(change): do API changes to buffer without curbuf switchbfredl1
2023-08-12vim-patch:9.0.1687: mapset() not properly handling script ID (#24666)zeertzjq1
2023-08-07refactor(api): use typed keysetsbfredl1
2023-07-26feat(api): allow open_win/win_set_buf in the cmdwin in some casesSean Dewar1
2023-07-23fix(events): trigger VimResume on next UI request (#24426)zeertzjq1
2023-07-13perf(rtp): reduce rtp scans (#24191)Lewis Russell1
2023-07-08docs: gather @notes items into one sectionJustin M. Keyes1