From 9c6a3703bb15d56fecdd962512f69f0ccf6d398c Mon Sep 17 00:00:00 2001 From: Tomasz N Date: Mon, 16 Dec 2024 12:07:27 +0100 Subject: fix(messages): no message kind for :undo messages #31590 Problem: cannot handle `:undo` and `:redo` messages in a special way, e.g. replace one by another. Solution: add `undo` kind. --- runtime/doc/ui.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime') diff --git a/runtime/doc/ui.txt b/runtime/doc/ui.txt index 7696dbdb9d..6fb000b285 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -805,6 +805,7 @@ must handle. "quickfix" Quickfix navigation message "search_cmd" Entered search command "search_count" Search count message ("S" flag of 'shortmess') + "undo" |:undo| and |:redo| message "wildlist" 'wildmode' "list" message "wmsg" Warning ("search hit BOTTOM", |W10|, …) New kinds may be added in the future; clients should treat unknown -- cgit