diff options
author | 2009-11-25 09:31:09 -0800 | |
---|---|---|
committer | 2009-11-25 18:37:27 +0100 | |
commit | c8ac388f675660cfd7fa697bac51c4927d84dbf3 (patch) | |
tree | 687f95219c172592f14b79ee2cc7c99c14565f36 /vim | |
parent | b2fb9145c3fd5a854b1fb8678b5bbd9171868c23 (diff) | |
download | paludis-c8ac388f675660cfd7fa697bac51c4927d84dbf3.tar.gz paludis-c8ac388f675660cfd7fa697bac51c4927d84dbf3.tar.xz |
Add missing known keyword to repository.conf
Diffstat (limited to 'vim')
-rw-r--r-- | vim/syntax/paludis-repositories-conf.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/syntax/paludis-repositories-conf.vim b/vim/syntax/paludis-repositories-conf.vim index 9b81f9e65..3626c6ac7 100644 --- a/vim/syntax/paludis-repositories-conf.vim +++ b/vim/syntax/paludis-repositories-conf.vim @@ -43,7 +43,7 @@ syn keyword PaludisRepositoriesConfKnownKey contained \ master_repository profiles pkgdir setsdir securitydir newsdir \ names_cache sync sync_options eclassdirs cache write_cache \ provides_cache importance layout use_manifest - \ binary_uri_prefix binary_keywords binary_destination + \ binary_uri_prefix binary_keywords binary_destination binary_distdir \ eapi_when_unspecified eapi_when_unknown profile_eapi_when_unspecified \ name handler |