Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: syntax/
Date: Sat, 29 Nov 2014 07:19:42
Message-Id: 1417244601.7a6071bfd2e8bd250a7e5da8a3895ab1c9b36a0a.radhermit@gentoo
1 commit: 7a6071bfd2e8bd250a7e5da8a3895ab1c9b36a0a
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 29 07:03:21 2014 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 29 07:03:21 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-syntax.git;a=commit;h=7a6071bf
7
8 fix minor spelling errors
9
10 ---
11 syntax/ebuild.vim | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim
15 index 7a1eafa..649bc47 100644
16 --- a/syntax/ebuild.vim
17 +++ b/syntax/ebuild.vim
18 @@ -210,7 +210,7 @@ syn match EbuildExportFunctionsFuncE contained /\S\+\(\s\|$\)\@=\(pkg_pretend\|p
19
20 " Eclass documentation
21 syn match EclassDocumentation /@\(BLURB\|CODE\|DESCRIPTION\|ECLASS-VARIABLE\|ECLASS\|EXAMPLE\|FUNCTION\|MAINTAINER\|RETURN\|USAGE\|VARIABLE\):/ contained
22 -" use shComment (sh.vim), make it compatbile with other comment hightlights
23 +" use shComment (sh.vim), make it compatible with other comment highlights
24 syn match shComment "^\s*\zs#.*$" contains=EclassDocumentation
25 syn match shComment "\s\zs#.*$" contains=EclassDocumentation