aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
* feat(userregfunc): programmable user-defined registers with multibyte supportJosh Rahm2025-04-16
* feat(float): 'winborder' "bold" style #33189glepnir2025-03-31
* docs: lsp config/commands #33122Justin M. Keyes2025-03-30
* docs: faq, lua packages #33183Phạm Bình An2025-03-30
* vim-patch:9.1.1224: cannot :put while keeping indent (#33076)zeertzjq2025-03-27
* fix(api): don't use 'winborder' when reconfiguring float (#32984)glepnir2025-03-19
* fix(api): fix 'winborder' preventing splits with nvim_open_win (#32981)zeertzjq2025-03-19
* feat(float): add winborder option (#31074)glepnir2025-03-18
* docs: misc #32959Justin M. Keyes2025-03-18
* docs: miscJustin M. Keyes2025-03-17
* docs(api): rename "handle" => "id"Justin M. Keyes2025-03-17
* docs: miscdundargoc2025-03-15
* fix(events): always allow some events to be nested (#32706)zeertzjq2025-03-08
* feat(terminal)!: include cursor position in TermRequest event data (#31609)Gregory Anders2025-03-05
* docs: misc #31996Justin M. Keyes2025-03-02
* doc: clarify window-id, tab-id, nvim_set_current_x #32528David Briscoe2025-02-27
* fix(extmark): clearer error message for invalid ephemeral mark usageRiley Bruins2025-02-26
* fix(lua): don't override script ID from :source (#32626)zeertzjq2025-02-25
* feat(treesitter): vertical conceal support for highlighterLuuk van Baal2025-02-25
* feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal2025-02-25
* fix(api): don't override Vimscript SID (#32610)zeertzjq2025-02-25
* fix(float): can set title/footer without setting border #32594Evgeni Chasnovski2025-02-23
* feat(marks): virtual lines support horizontal scrolling (#32497)zeertzjq2025-02-20
* fix(api): remove invalid assertionsLuuk van Baal2025-02-19
* docs: misc (#32258)dundargoc2025-02-17
* feat(ui): UI :detach commandJustin M. Keyes2025-02-10
* fix(api): memory leaks in vim.api.nvim_*get_option #32390Cai Rijun (Richard)2025-02-10
* refactor(autocmds): remove indirection #32291Justin M. Keyes2025-02-01
* docs: miscdundargoc2025-01-30
* fix(float): cannot set title/footer independently #31993glepnir2025-01-27
* refactor(api): add missing cast #31960glepnir2025-01-26
* feat(api): nvim_get_autocmds filter by id#31549glepnir2025-01-26
* feat(extmarks): virtual text can be right-aligned, truncated #31921georgev932025-01-24
* feat(api): combined highlights in nvim_eval_statusline()Luuk van Baal2025-01-23
* Merge pull request #32098 from bfredl/multihl_groupbfredl2025-01-21
|\
| * feat(extmark): stack multiple highlight groups in `hl_group`bfredl2025-01-21
* | feat(api): deprecate nvim_buf_add_highlight()bfredl2025-01-20
|/
* Merge #32013 from luukvbaal/shellkindJustin M. Keyes2025-01-15
|\
| * fix(messages): verbose kind for nvim_echo()Luuk van Baal2025-01-15
* | feat(api): nvim_open_win() relative to tabline and laststatus #32006luukvbaal2025-01-14
|/
* refactor(api): deprecate nvim_notify #31938Justin M. Keyes2025-01-10
* docs: misc #31867Justin M. Keyes2025-01-09
* fix(api): deprecated API nvim_get_option does not validate option name #31919Famiu Haque2025-01-09
* Merge #31900 from luukvbaal/nvim_echoJustin M. Keyes2025-01-09
|\
| * feat(api): deprecate nvim_out/err_write(ln)Luuk van Baal2025-01-09
| * feat(api): add err field to nvim_echo() optsLuuk van Baal2025-01-09
* | Revert "refactor(options): set option value for non-current context directly"...zeertzjq2025-01-09
* | Merge pull request #31112 from famiu/refactor/options/set_option_forLewis Russell2025-01-08
|\ \
| * | refactor(options): set option value for non-current context directlyFamiu Haque2024-12-26
* | | fix(api): nvim_set_decoration_provider callback return type #31912notomo2025-01-08