summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/message.c
AgeCommit message (Expand)AuthorFiles
2026-04-24feat(api): nvim_echo(percent=nil) means "unknown" progress #39029Peter Cardenas1
2026-04-21fix(messages): "progress" kind for busy messages #39280luukvbaal1
2026-04-09fix(messages): truncate warning messages only in display (#38901)zeertzjq1
2026-04-07fix(message): flush messages before "empty" msg_show #38854luukvbaal1
2026-04-06fix(events): avoid recursive loop_uv_run() from vim.ui_attach() shell messageLuuk van Baal1
2026-03-31fix(cmdline): redraw cmdline after empty message (#38485)luukvbaal1
2026-03-28fix(progress): require "source" for progress-message #38514Shadman1
2026-03-27fix(messages): spurious newline with --headless + cmdheight=0 #38494kq1
2026-03-27feat(progress): set Progress-event pattern to "source" #38495Shadman1
2026-03-25refactor: resize Progress autocmd dict to actual size #38487Willaaaaaaa1
2026-03-20docs: miscJustin M. Keyes1
2026-03-18fix(messages): disallow user-defined integer message-id #38359Justin M. Keyes1
2026-03-16feat(progress): disable cmdline progress msg via messagesopt' #36730Shadman1
2026-03-14fix(messages): allocate message history kind string #38292luukvbaal1
2026-03-10fix(lua): extra CR (\r) in `nvim -l` output #38048Commrade Goad1
2026-03-10Merge #37926 msg_show UI event indicates user-interactiveJustin M. Keyes1
2026-03-10fix(message): concatenate multi-chunk nvim_echo({err}) for exception message ...luukvbaal1
2026-03-10vim-patch:partial:9.2.0126: String handling can be improved (#38214)zeertzjq1
2026-03-09fix(messages): non-fast and append for "shell_*" kinds #38188luukvbaal1
2026-03-03vim-patch:9.2.0102: 'listchars' "leadtab" not used in :list (#38142)zeertzjq1
2026-03-03feat(ui): specify whether msg_show event comes from typed commandLuuk van Baal1
2026-02-26fix(messages): reset redirection message column at message start #38068luukvbaal1
2026-02-24fix(messages): unwanted ext_messages newlines for confirm() #38045luukvbaal1
2026-02-23feat(messages): drop hardcoded 'showmode' delay #38029Justin M. Keyes1
2026-02-17fix(highlight): refresh highlight attrs before message output #25737glepnir1
2026-02-16fix(messages): message not flushed at end of command #37904luukvbaal1
2026-02-14fix(messages): heap-buffer-overflow with shell command (#37855)zeertzjq1
2026-02-12fix(ui2): incomplete :echon message in g< pager #37819phanium1
2026-02-08fix(messages): unwanted newlines with ext_messages #37733luukvbaal1
2026-02-05fix(messages): increment message ID without ext_messages #37714luukvbaal1
2026-02-03fix(messages): always assign msg_id to msg_show events #37671luukvbaal1
2026-01-19fix(messages): adjust msg_show "empty" kind logic (#37427)luukvbaal1
2025-12-20refactor(messages): encapsulate msg_delay logicJustin M. Keyes1
2025-12-20test(messages): skip os_delay during testsJustin M. Keyes1
2025-12-15fix(messages): exclude "search hit BOTTOM" msg from history #36961Ayaan1
2025-12-14vim-patch:8.2.5161: might still access invalid memoryJan Edmund Lazo1
2025-12-12vim-patch:9.1.1969: Wrong cursor position after formatting with long 'formatp...zeertzjq1
2025-12-09fix: vim.ui_attach handles messages during `-l`/`--headless` #36884phanium1
2025-12-09vim-patch:9.1.1965: q can accidentally start recording at more prompt (#36879)zeertzjq1
2025-10-19vim-patch:8.2.3673: crash when allocating signal stack failsJan Edmund Lazo1
2025-10-14vim-patch:9.1.1849: CTRL-F and CTRL-B don't work in more promptzeertzjq1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2025-09-26vim-patch:8.1.2077: the ops.c file is too bigJan Edmund Lazo1
2025-09-21perf(events): skip Progress prep if there are no subscribers #35871Justin M. Keyes1
2025-09-16docs: small fixes (#35791)zeertzjq1
2025-09-04fix(progress): memory leak on progress-message with history=falseshadmansaleh1
2025-09-04fix(progress): message-id not sent to ui with history set to falseshadmansaleh1
2025-09-03docs: lsp, miscJustin M. Keyes1
2025-09-01feat(progress): better default format + history sync #35533Shadman1
2025-08-28fix(progress): simplify ui-event, introduce default presentation #35527Shadman1