aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/message.c
Commit message (Expand)AuthorAge
...
* 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
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: iwyu (#26269)zeertzjq2023-11-28
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: enable IWYU on macdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* fix(messages): validate msg_grid before using msg_grid_pos (#26189)zeertzjq2023-11-24
* vim-patch:9.0.2125: File info disappears when 'cmdheight' has decreased (#26180)zeertzjq2023-11-24
* refactor: follow style guidedundargoc2023-11-19
* refactor(grid): make screen rendering more multibyte than ever beforebfredl2023-11-17
* vim-patch:9.0.1969: [security] buffer-overflow in trunc_string()zeertzjq2023-11-17
* refactor: follow style guidedundargoc2023-11-13
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* refactor: the long goodbyedundargoc2023-11-05
* refactor(grid): implement rightleftcmd as a post-processing stepbfredl2023-11-03
* refactor: the long goodbyedundargoc2023-10-09
* refactor(grid): get rid of unbatched grid_puts and grid_putcharbfredl2023-10-06
* feat: ignore swapfile for running Nvim processes #25336Justin M. Keyes2023-10-04
* refactor: the long goodbyedundargoc2023-10-03
* refactor(message): simplify msg_puts_display and use batched grid updatesbfredl2023-10-03
* fix: fix ASAN errors on clang 17 (#25469)dundargoc2023-10-03
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(message): smsg_attr -> smsgbfredl2023-09-29
* refactor(message): msg_puts_attr_len -> msg_puts_lenbfredl2023-09-29
* refactor(message): msg_outtrans_long_len_attr -> msg_outtrans_longbfredl2023-09-29
* refactor(messages): rename msg_trunc_attr and msg_multiline_attr without attrbfredl2023-09-27
* refactor(messages): fold msg_attr into msgbfredl2023-09-27
* refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
* fix(exception): remember whether message is multiline (#25351)zeertzjq2023-09-25
* vim-patch:9.0.1938: multispace wrong when scrolling horizontally (#25348)zeertzjq2023-09-25
* refactor(grid): properly namespace and separate stateful grid functionsbfredl2023-09-22
* fix(decoration_provider): don't leak memory on error (#24410)zeertzjq2023-07-21
* feat(decoration_provider): log errors as error messagesThomas Vigouroux2023-07-19
* refactor: remove some casts to char * (#24200)zeertzjq2023-06-29
* vim-patch:9.0.1635: error message is cleared when removing mode messagezeertzjq2023-06-16
* vim-patch:9.0.1634: message is cleared when removing mode messagezeertzjq2023-06-16
* refactor(api): new helper macrosFamiu Haque2023-05-23
* fix(messages): ensure msg_grid is at top at more prompt (#23584)zeertzjq2023-05-17