diff options
author | 2010-08-27 14:44:41 +0100 | |
---|---|---|
committer | 2010-08-27 14:45:55 +0100 | |
commit | 79f90c95a840b52bdb9da2a17a101d1296ac970c (patch) | |
tree | 1d92d6dabc31b4ab9f7c1c09f2dc23bd5ccd0424 /vim/syntax/paludis-output-conf.vim | |
parent | ddb644d1da36d69f06f984590cab18e1d03c0962 (diff) | |
download | paludis-79f90c95a840b52bdb9da2a17a101d1296ac970c.tar.gz paludis-79f90c95a840b52bdb9da2a17a101d1296ac970c.tar.xz |
Better syntax
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 |