diff options
author | Luuk van Baal <luukvbaal@gmail.com> | 2025-01-14 12:05:23 +0100 |
---|---|---|
committer | Luuk van Baal <luukvbaal@gmail.com> | 2025-01-15 10:51:52 +0100 |
commit | 5bae80899d9d29d80c129ca92cde75a1583b5efe (patch) | |
tree | c30d604cf4a84d2e5998297596a6ee4e9b0e62b6 /runtime/doc | |
parent | c5f93d7ab04f93db1470d58ca1f70e947e716c2b (diff) | |
download | rneovim-5bae80899d9d29d80c129ca92cde75a1583b5efe.tar.gz rneovim-5bae80899d9d29d80c129ca92cde75a1583b5efe.tar.bz2 rneovim-5bae80899d9d29d80c129ca92cde75a1583b5efe.zip |
feat(messages): add :!cmd shell message kinds
Also print stderr error messages with ErrorMsg highlight group.
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/news.txt | 2 | ||||
-rw-r--r-- | runtime/doc/ui.txt | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 89504ae244..e12c307b5f 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -96,7 +96,7 @@ EVENTS • `msg_show`: • `history` argument indicating if the message was added to the history. • new message kinds: "bufwrite", "completion", "list_cmd", "lua_print", - "search_cmd", "undo", "verbose", wildlist". + "search_cmd", "shell_out/err/ret", "undo", "verbose", wildlist". HIGHLIGHTS diff --git a/runtime/doc/ui.txt b/runtime/doc/ui.txt index 26ea03d2be..4d212e2779 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -805,6 +805,9 @@ must handle. "quickfix" Quickfix navigation message "search_cmd" Entered search command "search_count" Search count message ("S" flag of 'shortmess') + "shell_err" |:!cmd| shell stderr output + "shell_out" |:!cmd| shell stdout output + "shell_ret" |:!cmd| shell return code "undo" |:undo| and |:redo| message "verbose" 'verbose' message "wildlist" 'wildmode' "list" message |