diff options
author | 2010-08-27 13:57:53 +0100 | |
---|---|---|
committer | 2010-08-27 13:57:53 +0100 | |
commit | 7f775ee37022831cd43391f999cb65fbd62fc32b (patch) | |
tree | 5d1d08514e8dec7cb5900bac36ca96bf428eb98c /vim | |
parent | 95a08b952c47535dd6a06e810c44bb1f8b271bb3 (diff) | |
download | paludis-7f775ee37022831cd43391f999cb65fbd62fc32b.tar.gz paludis-7f775ee37022831cd43391f999cb65fbd62fc32b.tar.xz |
tee output manager std{out,err}_children
Diffstat (limited to 'vim')
-rw-r--r-- | vim/syntax/paludis-output-conf.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/syntax/paludis-output-conf.vim b/vim/syntax/paludis-output-conf.vim index 17bf1a6a7..6a3ae241f 100644 --- a/vim/syntax/paludis-output-conf.vim +++ b/vim/syntax/paludis-output-conf.vim @@ -50,7 +50,7 @@ syn keyword PaludisOutputConfKnownKey contained \ nothing_more_to_come_command succeeded_command \ stdout_command stderr_command extra_message_managers \ extra_output_managers log_path always_keep_output_logs - \ quiet + \ quiet stdout_children stderr_children syn keyword PaludisOutputConfKnownValue contained \ buffer file format_messages forward_at_finish ipc tee standard command |