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/ui.txt | |
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/ui.txt')
-rw-r--r-- | runtime/doc/ui.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |