diff options
Diffstat (limited to 'vim/syntax/paludis-output-conf.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 6a3ae241f..aa09f8c5c 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 stdout_children stderr_children + \ quiet stdout_children stderr_children format_status syn keyword PaludisOutputConfKnownValue contained \ buffer file format_messages forward_at_finish ipc tee standard command |