diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2025-01-15 02:23:44 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-15 02:23:44 -0800 |
commit | 9552fe7ef907c5c8164abb50699e97d03de1285a (patch) | |
tree | f7312418647f2abad4e456f64887b7611f3d57bf /runtime/doc | |
parent | 3ee63edc1b0ca6fe664c9d5368aba05ae9a22e9d (diff) | |
parent | d55b17e2b4e061fd8b330f928785a217c99c9d11 (diff) | |
download | rneovim-9552fe7ef907c5c8164abb50699e97d03de1285a.tar.gz rneovim-9552fe7ef907c5c8164abb50699e97d03de1285a.tar.bz2 rneovim-9552fe7ef907c5c8164abb50699e97d03de1285a.zip |
Merge #32013 from luukvbaal/shellkind
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 8aa0a8d57b..8c4130b3f2 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 |