aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/message.c
Commit message (Expand)AuthorAge
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* Merge #31661 cmdline_show/hide eventsJustin M. Keyes2024-12-22
|\
| * feat(ui): specify whether msg_show event is added to historyLuuk van Baal2024-12-23
* | fix(messages): typo and unwanted truncation in msg_outtrans_long #31669luukvbaal2024-12-22
|/
* fix(coverity): INTEGER_OVERFLOW #31657luukvbaal2024-12-20
* fix(messages): better formatting for :highlight with ext_messages #31627luukvbaal2024-12-19
* vim-patch:9.1.0913: no error check for neg values for 'messagesopt' (#31511)zeertzjq2024-12-08
* vim-patch:9.1.0911: Variable name for 'messagesopt' doesn't match short namezeertzjq2024-12-08
* vim-patch:9.1.0910: 'messagesopt' does not check max wait timezeertzjq2024-12-08
* vim-patch:9.1.0908: not possible to configure :messages (#31492)zeertzjq2024-12-07
* vim-patch:9.1.0883: message history cleanup is missing some tests (#31331)zeertzjq2024-11-24
* refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque2024-11-23
* fix(messages): more ext_messages kinds #31279luukvbaal2024-11-20
* fix(messages): proper multiline Lua print() messages #31205luukvbaal2024-11-17
* vim-patch:9.1.0864: message history is fixed to 200 (#31215)zeertzjq2024-11-15
* refactor(highlight): make enum of builtin highlights start with 1bfredl2024-11-13
* fix(messages): pass previous highlight id to ext chunksLuuk van Baal2024-11-11
* feat(ext_messages): add hl_id to ext_messages chunksLuuk van Baal2024-11-09
* refactor(message): propagate highlight id instead of attrsLuuk van Baal2024-11-08
* feat(float): allow enabling mouse for non-focusable window (#30844)zeertzjq2024-10-20
* feat(mbyte): support extended grapheme clusters including more emojibfredl2024-08-30
* refactor: collapse statements in single assignmentsLewis Russell2024-07-30
* revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
* refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
* refactor: replace '\0' with NULJames Tirta Halim2024-06-04
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* fix(messages): avoid passing negative length to strnlen() (#28753)zeertzjq2024-05-15
* fix(ui): avoid recursiveness and invalid memory access #28578luukvbaal2024-05-01
* fix(messages): avoid crash with :intro and ch=0 (#28343)zeertzjq2024-04-16
* vim-patch:8.1.0815: dialog for file changed outside of Vim not tested (#28184)zeertzjq2024-04-05
* feat(lua): pass keys before mapping to vim.on_key() callback (#28098)zeertzjq2024-03-31
* fix(pager): handle consecutive newlines properly (#27913)zeertzjq2024-03-18
* refactor(messages): remove condition that is always true (#27909)zeertzjq2024-03-18
* fix(messages): allow more prompt in headless mode with UI (#27905)zeertzjq2024-03-18
* refactor(api): use an arena for mappingsbfredl2024-02-18
* vim-patch:9.0.0245: mechanism to prevent recursive screen updating is incompl...zeertzjq2024-02-13
* fix(messages): clear new lines when increasing 'cmdheight' (#27421)zeertzjq2024-02-11
* refactor(api): make cstr_as_string accept "const char*"bfredl2024-02-09
* docs: small fixes (#27213)dundargoc2024-02-06
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(screen): simplify grid_clear() and win_draw_end()bfredl2024-01-11
* refactor(options): use schar_T representation for fillchars and listcharsbfredl2024-01-08
* refactor: follow style guidedundargoc2023-12-30
* refactor: remove os_errmsg and os_msg functionsdundargoc2023-12-23
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* docs: small fixes (#26243)dundargoc2023-12-06
* refactor: change event_create() to a macro (#26343)zeertzjq2023-12-01
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30