summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2024-06-27refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl1
2024-06-24refactor(typval): don't use msgpack_packer for msgpackdump()bfredl1
2024-06-15docs: misc (#29229)dundargoc1
2024-06-11refactor(shada): use msgpack_sbuffer lessbfredl1
2024-06-10fix(api): allow `scope = 'local'` with `buf` when using `nvim_get_option_value`dundargoc1
2024-06-07feat: get/set namespace properties #28728altermo4
2024-06-07docs: misc (#28837)dundargoc2
2024-06-04fixup: apply the change on more filesJames Tirta Halim4
2024-06-02Merge pull request #29124 from bfredl/inputringbfredl1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes3
2024-06-01refactor(input): don't use a ring for inputbfredl1
2024-05-27build: "popcount" name conflict on NetBSD #28983Malte Dehling1
2024-05-25Merge pull request #28617 from glepnir/border_hlbfredl1
2024-05-25fix(float): missing default highlight for titleglepnir1
2024-05-17feat(api): broadcast events to ALL channels #28487Justin M. Keyes2
2024-05-12refactor(api): nvim_win_xx_ns are EXPERIMENTALJustin M. Keyes1
2024-05-12refactor(api): rename nvim_win_remove_nsJustin M. Keyes1
2024-05-12Merge pull request #28717 from bfredl/rpcmsgbfredl1
2024-05-12fix(ui): data corruption in remote_ui_raw_linebfredl1
2024-05-12fix(api): make getting explicit empty hl in virtual text work (#28697)zeertzjq1
2024-05-03perf(extmarks): better track whether namespace has extmarks (#28615)zeertzjq1
2024-05-03fix(api): use correct buffer for "range" in nvim__redraw (#28614)luukvbaal1
2024-05-02feat(api): add nvim__redraw for more granular redrawingLuuk van Baal3
2024-05-01fix(ui): avoid recursiveness and invalid memory access #28578luukvbaal1
2024-05-01revert: "feat(extmarks): subpriorities (relative to declaration order) (#2713...Gregory Anders2
2024-04-30docs(api): sort unreleased nvim__ functions last #28580Justin M. Keyes1
2024-04-30fix(api): mark nvim__complete_set as experimental #28579Justin M. Keyes1
2024-04-30docs: misc #24163Justin M. Keyes1
2024-04-29fix(treesitter): make tests for memoize more robustbfredl1
2024-04-25feat(api): allow floats to be opened in non-current tabpage (#28480)Will Hopkins1
2024-04-22refactor(api): deprecate nvim_call_atomic #28433Justin M. Keyes2
2024-04-21fix(api): do not update grid position in nvim_win_set_cursor (#28235)luukvbaal1
2024-04-17test: API can return Lua function to Lua code (#28380)zeertzjq1
2024-04-16fix(api): ignore 'autochdir' when renaming other buf (#28376)zeertzjq1
2024-04-16test: make mapping tests more consistent (#28368)zeertzjq1
2024-04-16test: getting autocmd Lua callback in Vimscript (#28367)zeertzjq1
2024-04-15fix(api): make width/height for split by nvim_open_win work (#28341)zeertzjq1
2024-04-14feat(api)!: nvim_open_win: noautocmd blocks all autocmds #28192Sean Dewar2
2024-04-13fix(float): improve error message when reconfig failed (#25076)Raphael1
2024-04-10fix(float): don't relative flaot win itselfglepnir1
2024-04-05vim-patch:8.1.0815: dialog for file changed outside of Vim not tested (#28184)zeertzjq1
2024-04-02refactor: informative error msg for 'noautocmd' (#28147)Will Hopkins1
2024-03-31fix(api): set script context when using nvim_set_hl (#28123)zeertzjq1
2024-03-29feat(ui): indicate margins for the area used by win_viewportbfredl1
2024-03-28docs: fix typos (#27868)dundargoc1
2024-03-21refactor(options): remove `set_string_option_direct()`Famiu Haque1
2024-03-19fix(api): nvim_create_buf assert fails if autocmds set &swapfileSean Dewar1
2024-03-19fix(api): nvim_create_buf leaks memory if buffer is loaded earlySean Dewar1
2024-03-15fix(ui): fix edge case around flushingbfredl1
2024-03-15fix(api): update grid cursor in nvim_win_set_cursor()Luuk van Baal1