summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/message.c
AgeCommit message (Expand)AuthorFiles
2025-02-28vim-patch:9.1.1155: Mode message not cleared after :silent message (#32672)neovim-backports[bot]1
2024-05-15fix(messages): avoid passing negative length to strnlen() (#28753)zeertzjq1
2024-05-01fix(ui): avoid recursiveness and invalid memory access #28578luukvbaal1
2024-04-16fix(messages): avoid crash with :intro and ch=0 (#28343)zeertzjq1
2024-04-05vim-patch:8.1.0815: dialog for file changed outside of Vim not tested (#28184)zeertzjq1
2024-03-31feat(lua): pass keys before mapping to vim.on_key() callback (#28098)zeertzjq1
2024-03-18fix(pager): handle consecutive newlines properly (#27913)zeertzjq1
2024-03-18refactor(messages): remove condition that is always true (#27909)zeertzjq1
2024-03-18fix(messages): allow more prompt in headless mode with UI (#27905)zeertzjq1
2024-02-18refactor(api): use an arena for mappingsbfredl1
2024-02-13vim-patch:9.0.0245: mechanism to prevent recursive screen updating is incompl...zeertzjq1
2024-02-11fix(messages): clear new lines when increasing 'cmdheight' (#27421)zeertzjq1
2024-02-09refactor(api): make cstr_as_string accept "const char*"bfredl1
2024-02-06docs: small fixes (#27213)dundargoc1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-11refactor(screen): simplify grid_clear() and win_draw_end()bfredl1
2024-01-08refactor(options): use schar_T representation for fillchars and listcharsbfredl1
2023-12-30refactor: follow style guidedundargoc1
2023-12-23refactor: remove os_errmsg and os_msg functionsdundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-19refactor: use `bool` to represent boolean valuesdundargoc1
2023-12-17refactor: move non-symbols to defs.h headersdundargoc1
2023-12-06docs: small fixes (#26243)dundargoc1
2023-12-01refactor: change event_create() to a macro (#26343)zeertzjq1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-28refactor: iwyu (#26269)zeertzjq1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-27build: enable IWYU on macdundargoc1
2023-11-27build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq1
2023-11-24fix(messages): validate msg_grid before using msg_grid_pos (#26189)zeertzjq1
2023-11-24vim-patch:9.0.2125: File info disappears when 'cmdheight' has decreased (#26180)zeertzjq1
2023-11-19refactor: follow style guidedundargoc1
2023-11-17refactor(grid): make screen rendering more multibyte than ever beforebfredl1
2023-11-17vim-patch:9.0.1969: [security] buffer-overflow in trunc_string()zeertzjq1
2023-11-13refactor: follow style guidedundargoc1
2023-11-12build: remove PVSdundargoc1
2023-11-11refactor: remove redundant castsdundargoc1
2023-11-05refactor: the long goodbyedundargoc1
2023-11-03refactor(grid): implement rightleftcmd as a post-processing stepbfredl1
2023-10-09refactor: the long goodbyedundargoc1
2023-10-06refactor(grid): get rid of unbatched grid_puts and grid_putcharbfredl1
2023-10-04feat: ignore swapfile for running Nvim processes #25336Justin M. Keyes1
2023-10-03refactor: the long goodbyedundargoc1
2023-10-03refactor(message): simplify msg_puts_display and use batched grid updatesbfredl1
2023-10-03fix: fix ASAN errors on clang 17 (#25469)dundargoc1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1