aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/message.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:9.0.0904: various comment and indent flaws (#23498)zeertzjq2023-05-06
* refactor: uncrustifydundargoc2023-04-26
* refactor: remove redundant const char * castsii142023-04-07
* refactor: make char * parameters const in message.cii142023-04-07
* refactor: remove char_u (#22829)dundargoc2023-04-02
* refactor: add const and remove unnecessary casts (#22841)ii142023-04-01
* refactor(screen): screen.c delenda estbfredl2023-03-14
* vim-patch:9.0.1314: :messages behavior depends on 'fileformat' of current buf...zeertzjq2023-02-17
* refactor: reduce scope of locals as per the style guide (#22211)dundargoc2023-02-11