aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
...
* refactor(extmark): redundant ExtmarkInfo delenda est, use MTPair insteadbfredl2023-11-18
* Merge pull request #25724 from luukvbaal/signmergebfredl2023-11-18
|\
| * refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* | feat(tui): support DCS responses in TermResponse event (#26061)Gregory Anders2023-11-16
* | refactor: iwyu (#26062)zeertzjq2023-11-16
* | refactor: move some functions to winfloat.c (#26020)Raphael2023-11-16
|/
* refactor: vim.ui.clipboard #26040Justin M. Keyes2023-11-14
* docs: deprecate the "term_background" UI fieldGregory Anders2023-11-13
* refactor: move background color detection into LuaGregory Anders2023-11-13
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build: remove PVSdundargoc2023-11-12
* fix(PVS/V564): the '|' operator is applied to bool type valuedundargoc2023-11-11
* refactor: remove redundant castsdundargoc2023-11-11
* fix(context): don't crash on invalid arg to nvim_get_context (#25977)zeertzjq2023-11-11
* refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
* Merge pull request #25767 from luukvbaal/signdelbfredl2023-11-08
|\
| * feat(extmarks): add 'invalidate' property to extmarksLuuk van Baal2023-11-08
* | feat(tui): use TermResponse event for OSC responses (#25868)Gregory Anders2023-11-06
|/
* feat(extmarks): add "undo_restore" flag to opt out of undo-restoringbfredl2023-11-05
* Merge pull request #25859 from luukvbaal/extmarkdelbfredl2023-11-02
|\
| * refactor(extmarks): extmark_del() with MarkTreeIterLuuk van Baal2023-11-01
* | feat(server): allow embed with listen (#25709)George Harker2023-11-01
|/
* refactor(options)!: unify `set_option` and `set_string_option`Famiu Haque2023-10-30
* docs: small fixes (#25585)dundargoc2023-10-29
* fix(api): load buffer first on nvim_buf_set_lines (#25823)Raphael2023-10-29
* fix(terminal): assign channel to terminal earlier (#25771)zeertzjq2023-10-25
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* refactor(options): `get_option_value_strict()` and `SREQ_*`Famiu Haque2023-10-20
* refactor(options): unify set_num_option and set_bool_optionFamiu Haque2023-10-17
* fix(ui): empty line before the next message after :silent commandnwounkn2023-10-14
* refactor: allow not having a `default` case for enumFamiu Haque2023-10-10
* fix(autocmd): API functions accept garbage after event name #25523ii142023-10-09
* fix(PVS/V592): expression is enclosed by parentheses twicedundargoc2023-10-08
* fix(api): avoid immediate TextChanged with nvim_create_buf (#25492)zeertzjq2023-10-03
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* Merge pull request #25455 from bfredl/highlight_namespace_gettersbfredl2023-10-01
|\
| * feat(ui): allow to get the highlight namespaceDaniel Steinberg2023-10-01
* | Merge pull request #25386 from glepnir/toggle_floatbfredl2023-09-30
|\ \
| * | feat(float): support toggle show float windowglepnir2023-09-30
* | | refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* | | build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
| |/ |/|
* | refactor: remove longdundargoc2023-09-29
* | refactor(messages): fold msg_attr into msgbfredl2023-09-27
|/
* Merge pull request #25229 from glepnir/20323bfredl2023-09-26
|\
| * fix(highlight): add force in nvim_set_hlglepnir2023-09-26
* | docs: do not use deprecated functions #25334Maria José Solano2023-09-24
* | fix(api): handle NUL in nvim_err_write() and nvim_out_write() (#25354)zeertzjq2023-09-25
* | fix(api, lua): handle setting v: variables properly (#25325)zeertzjq2023-09-24
* | fix(api): get virtual text with multiple hl properly (#25307)zeertzjq2023-09-22
* | fix(ui): handle virtual text with multiple hl in more cases (#25304)zeertzjq2023-09-22