diff options
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r-- | runtime/doc/news.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 19c4e3b51d..8bfca39552 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -86,11 +86,13 @@ EVENTS • |vim.ui_attach()| callbacks for |ui-messages| `msg_show` events are executed in |api-fast| context. -• Various additions for the following UI events: - • `cmdline_show`: `hl_id` to highlight the prompt text. - • `cmdline_hide`: `abort` indicating if the cmdline was aborted. - • `msg_show`: new message kinds: "bufwrite", "completion", "list_cmd", - "lua_print", "number_prompt", "search_cmd", "undo", "wildlist". +• New/enhanced arguments in these existing UI events: + • `cmdline_show`: `hl_id` argument to highlight the prompt text. + • `cmdline_hide`: `abort` argument indicating if the cmdline was aborted. + • `msg_show`: + • `history` argument indicating if the message was added to the history. + • new message kinds: "bufwrite", "completion", "list_cmd", + "lua_print", "number_prompt", "search_cmd", "undo", "wildlist". HIGHLIGHTS |