diff options
author | 2008-12-12 15:10:08 +0000 | |
---|---|---|
committer | 2008-12-12 15:10:08 +0000 | |
commit | c4b5049c5c9064c0f694440f91136695b6e7e193 (patch) | |
tree | fdcae8468a5b7d6fae8abcc6ad225c4c5d2b2917 /vim | |
parent | 5348675092507446129d6ea2b886185c3e0ec613 (diff) | |
download | paludis-c4b5049c5c9064c0f694440f91136695b6e7e193.tar.gz paludis-c4b5049c5c9064c0f694440f91136695b6e7e193.tar.xz |
Update vim syntax
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 598db1800..524ba0d04 100644 --- a/vim/syntax/paludis-repositories-conf.vim +++ b/vim/syntax/paludis-repositories-conf.vim @@ -44,7 +44,7 @@ syn keyword PaludisRepositoriesConfKnownKey contained \ names_cache sync sync_options eclassdirs cache write_cache \ provides_cache importance layout use_manifest \ binary_uri_prefix binary_keywords binary_destination - \ eapi_when_unspecified eapi_when_unknown profile_eapi + \ eapi_when_unspecified eapi_when_unknown profile_eapi_when_unspecified \ name syn keyword PaludisRepositoriesConfBadKey contained |