Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-syntax r88 - trunk/gentoo-syntax/plugin
Date: Mon, 09 Jan 2012 09:59:23
Message-Id: 20120109095912.A2FDD20034@flycatcher.gentoo.org
1 Author: ssuominen
2 Date: 2012-01-09 09:59:12 +0000 (Mon, 09 Jan 2012)
3 New Revision: 88
4
5 Modified:
6 trunk/gentoo-syntax/plugin/newebuild.vim
7 Log:
8 Fix indenting to match what has been used before.
9
10 Modified: trunk/gentoo-syntax/plugin/newebuild.vim
11 ===================================================================
12 --- trunk/gentoo-syntax/plugin/newebuild.vim 2012-01-09 09:56:12 UTC (rev 87)
13 +++ trunk/gentoo-syntax/plugin/newebuild.vim 2012-01-09 09:59:12 UTC (rev 88)
14 @@ -139,7 +139,7 @@
15 put =''
16 elseif l:category =~# "^xfce-"
17 put ='inherit xfconf'
18 - put =''
19 + put =''
20 endif
21 " }}}