aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
Commit message (Expand)AuthorAge
...
* fix(api): nvim_create_buf assert fails if autocmds set &swapfileSean Dewar2024-03-19
* fix(api): nvim_create_buf leaks memory if buffer is loaded earlySean Dewar2024-03-19
* vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy2024-03-11
* docs: support inline markdownLewis Russell2024-03-09
* refactor(metadata): generate all metadata in luabfredl2024-02-28
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* docs: remove mention of foreground/background/special keys in nvim_set_hl (#2...rktjmp2024-02-21
* refactor(api): make freeing of return-value opt-in instead of opt outbfredl2024-02-21
* refactor(api): reduce temporary allocations when replacing linesbfredl2024-02-20
* refactor(api): use arena for nvim_put and nvim_pastebfredl2024-02-19
* refactor(api): use arena when listing objectsbfredl2024-02-19
* refactor(api): use arena for runtime and client infobfredl2024-02-19
* refactor(api): use arena for metadata; msgpack_rpc_to_object delenda estbfredl2024-02-18
* refactor(api): use arena for channel info and terminal infobfredl2024-02-18
* refactor(api): use an arena for mappingsbfredl2024-02-18
* fix(api): don't use stl 'fillchar' for "use_statuscol_lnum" (#27501)luukvbaal2024-02-17
* refactor(eval): use arena when converting typvals to Objectbfredl2024-02-15
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* refactor(api): use an arena for nvim_buf_get_lines and buffer updatesbfredl2024-02-11
* refactor(api): use arena for hlstate inspectionbfredl2024-02-09
* refactor(api): use arena for nvim_list_uis()bfredl2024-02-09
* refactor(api): make cstr_as_string accept "const char*"bfredl2024-02-09
* refactor(api): refactor more api functions to use arena returnbfredl2024-02-08
* feat(api): pass 0 to nvim_get_chan_info for current channel (#27321)nikolightsaber2024-02-08
* refactor(api): remove some unnecessary HAS_KEY() (#27283)zeertzjq2024-02-01
* vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar2024-01-28
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(options): use schar_T representation for fillchars and listcharsbfredl2024-01-08
* refactor: follow style guidedundargoc2023-12-30
* refactor: remove CPO_TO_CPO_FLAGS() (#26718)zeertzjq2023-12-23
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* feat(api): add forward and back mouse buttonsAmanda Graven2023-12-18
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* feat(ui): completeopt support popup like vimmathew2023-12-16
* feat(nvim_open_term): convert LF => CRLF (#26384)Raphael2023-12-14
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* perf(column): keep track of number of lines that hold up the 'signcolumn'Luuk van Baal2023-12-07
* refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)Riccardo Mazzarini2023-12-05
* refactor(terminal): only remove const qualifier when necessary (#26386)zeertzjq2023-12-04
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* 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