aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-25 19:28:23 +0100
committerMichał Górny <mgorny@gentoo.org>2018-08-14 15:58:05 +0200
commit8931043f366547b065da7f3cf4ba614da149f33c (patch)
tree24634c7eb09a66af584edde1ffbf338b5a25d41d /plugin
parentftdetect/gentoo.vim: detect init files by shebang (diff)
downloadgentoo-syntax-8931043f366547b065da7f3cf4ba614da149f33c.tar.gz
gentoo-syntax-8931043f366547b065da7f3cf4ba614da149f33c.tar.bz2
gentoo-syntax-8931043f366547b065da7f3cf4ba614da149f33c.zip
newebuild: RDEPEND-then-DEPEND is more common
Closes: https://github.com/gentoo/gentoo-syntax/pull/17
Diffstat (limited to 'plugin')
-rw-r--r--plugin/newebuild.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim
index 5020b36..f8dd767 100644
--- a/plugin/newebuild.vim
+++ b/plugin/newebuild.vim
@@ -164,8 +164,8 @@ fun! <SID>MakeNewEbuild()
put =''
" {{{ extra deps for some categories
- put ='DEPEND=\"\"'
- put ='RDEPEND=\"${DEPEND}\"'
+ put ='RDEPEND=\"\"'
+ put ='DEPEND=\"${RDEPEND}\"'
" }}}
endif