summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/vim.c
AgeCommit message (Expand)AuthorFiles
2024-09-18feat(tui): builtin UI (TUI) sets client info #30397Justin M. Keyes1
2024-09-15refactor: rename "process" => "proc" #30387Justin M. Keyes1
2024-09-06fix(multibyte): handle backspace of wide clusters in replace modebfredl1
2024-07-20fix(api): alloc and draw cursor window in nvim__redrawLuuk van Baal1
2024-06-02Merge pull request #29124 from bfredl/inputringbfredl1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-06-01refactor(input): don't use a ring for inputbfredl1
2024-05-27build: "popcount" name conflict on NetBSD #28983Malte Dehling1
2024-05-17feat(api): broadcast events to ALL channels #28487Justin M. Keyes1
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 Baal1
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-29fix(treesitter): make tests for memoize more robustbfredl1
2024-04-22refactor(api): deprecate nvim_call_atomic #28433Justin M. Keyes1
2024-04-05vim-patch:8.1.0815: dialog for file changed outside of Vim not tested (#28184)zeertzjq1
2024-03-31fix(api): set script context when using nvim_set_hl (#28123)zeertzjq1
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-11vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy1
2024-03-09docs: support inline markdownLewis Russell1
2024-02-28refactor(metadata): generate all metadata in luabfredl1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell1
2024-02-21docs: remove mention of foreground/background/special keys in nvim_set_hl (#2...rktjmp1
2024-02-21refactor(api): make freeing of return-value opt-in instead of opt outbfredl1
2024-02-20refactor(api): reduce temporary allocations when replacing linesbfredl1
2024-02-19refactor(api): use arena for nvim_put and nvim_pastebfredl1
2024-02-19refactor(api): use arena when listing objectsbfredl1
2024-02-19refactor(api): use arena for runtime and client infobfredl1
2024-02-18refactor(api): use arena for metadata; msgpack_rpc_to_object delenda estbfredl1
2024-02-18refactor(api): use arena for channel info and terminal infobfredl1
2024-02-18refactor(api): use an arena for mappingsbfredl1
2024-02-17fix(api): don't use stl 'fillchar' for "use_statuscol_lnum" (#27501)luukvbaal1
2024-02-15refactor(eval): use arena when converting typvals to Objectbfredl1
2024-02-13refactor(lua): use Arena when converting from lua stack to API argsbfredl1
2024-02-11refactor(api): use an arena for nvim_buf_get_lines and buffer updatesbfredl1
2024-02-09refactor(api): use arena for hlstate inspectionbfredl1
2024-02-09refactor(api): use arena for nvim_list_uis()bfredl1
2024-02-09refactor(api): make cstr_as_string accept "const char*"bfredl1
2024-02-08refactor(api): refactor more api functions to use arena returnbfredl1
2024-02-08feat(api): pass 0 to nvim_get_chan_info for current channel (#27321)nikolightsaber1
2024-02-01refactor(api): remove some unnecessary HAS_KEY() (#27283)zeertzjq1
2024-01-28vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar1
2024-01-24feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-08refactor(options): use schar_T representation for fillchars and listcharsbfredl1
2023-12-30refactor: follow style guidedundargoc1
2023-12-23refactor: remove CPO_TO_CPO_FLAGS() (#26718)zeertzjq1
2023-12-21refactor: run IWYU on entire repodundargoc1