commit: 47fb36a2ef522919704b0403fcc82b7e1bb8770a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Aug 20 20:29:07 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Aug 20 20:29:27 2018 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=47fb36a2
syntax/ebuild: Detect whitespace errors inside functions too Bug: https://bugs.gentoo.org/637104 syntax/ebuild.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim index f9f0eba..1fb0ce4 100644 --- a/syntax/ebuild.vim +++ b/syntax/ebuild.vim @@ -320,6 +320,7 @@ syn cluster EbuildThings add=EbuildCDROMKeyword,EbuildLinuxInfoKeyword,EbuildDis syn cluster shCommandSubList add=@EbuildThings syn cluster shCommentGroup add=GentooBug syn cluster shDblQuoteList add=EbuildErrorC +syn cluster shExprList2 add=GentooError hi def link EbuildCoreKeyword Keyword hi def link EbuildDeprecatedKeyword Error
