aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
...
* 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
* Merge pull request #27541 from bfredl/exprarenabfredl2024-02-20
|\
| * refactor(api): use an arena for nvim_parse_expressionbfredl2024-02-20
* | fix(extmarks): priority order of inline and non-inline virt_text (#27532)zeertzjq2024-02-20
|/
* 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 an arena for user commandsbfredl2024-02-19
* refactor(api): use arena for metadata; msgpack_rpc_to_object delenda estbfredl2024-02-18
* refactor(api): use arena for autocmdsbfredl2024-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
* docs: document breaking change for nvim_create_autocmd callback (#27484)Gregory Anders2024-02-15
* refactor(eval): use arena when converting typvals to Objectbfredl2024-02-15
* refactor(lua): use a keyset for vim.diff opts parsingbfredl2024-02-13
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* Merge pull request #27348 from fredizzimo/fsundvik/fix-ext-hlstatebfredl2024-02-12
|\
| * fix: splitting of big UI messagesFred Sundvik2024-02-06
* | refactor(api): use an arena for nvim_buf_get_lines and buffer updatesbfredl2024-02-11
* | refactor: rename w_float_config to w_config #27419Will Hopkins2024-02-10
* | Merge pull request #27398 from bfredl/arena2bfredl2024-02-10
|\ \
| * | refactor(api): use arena for nvim_get_option_info()bfredl2024-02-09
| * | refactor(api): use arena for nvim_parse_cmd()bfredl2024-02-09
| * | 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: rename FloatConfig to WinConfig #27397Will Hopkins2024-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): use keydict and arena for more api return valuesbfredl2024-02-08
|/
* refactor(api): remove some unnecessary HAS_KEY() (#27283)zeertzjq2024-02-01
* feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins2024-02-01
* feat(api): add nvim_tabpage_set_win (#27222)Will Hopkins2024-01-29
* feat(extmarks): subpriorities (relative to declaration order) (#27131)Gregory Anders2024-01-28
* vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar2024-01-28
* fix(api): limit depth of nvim_cmd (#27225)zeertzjq2024-01-27
* refactor: IWYU (#27186)zeertzjq2024-01-25
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* perf(extmarks): add metadata for efficient filtering of special decorationsbfredl2024-01-22
* Merge pull request #27076 from glepnir/extmark_hlgroupbfredl2024-01-22
|\
| * refactor(api): give "hl_group" more accurate _meta typebfredl2024-01-22
| * refactor(api): use hl id directly in nvim_buf_set_extmarkglepnir2024-01-20
* | feat(ui): add chdir UI event (#27093)Gregory Anders2024-01-19
* | docs(extmarks): add undocumented "details" array fieldsLuuk van Baal2024-01-18
|/
* refactor(marktree): unpaired marktree_get_alt() returns itselfLuuk van Baal2024-01-13
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(options): use schar_T representation for fillchars and listcharsbfredl2024-01-08