From ca760e645ba4d1fdb0b6fff3ac98231c3d683306 Mon Sep 17 00:00:00 2001 From: Tomasz N Date: Tue, 10 Dec 2024 11:39:41 +0100 Subject: fix(messages): no message kind for :write messages #31519 - Problem: cannot replace the initial bufwrite message (from `filemess`) by the final one (`"test.lua" [New] 0L, 0B written`), when using `vim.ui_attach`. - Solution: add kind to both messages. --- 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 77eddfd8e1..7696dbdb9d 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -789,6 +789,7 @@ must handle. kind Name indicating the message kind: "" (empty) Unknown (consider a |feature-request|) + "bufwrite" |:write| message "confirm" |confirm()| or |:confirm| dialog "confirm_sub" |:substitute| confirm dialog |:s_c| "emsg" Error (|errors|, internal error, |:throw|, …) -- cgit