From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EC43A13865E for ; Thu, 24 Jan 2013 20:01:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93C4C21C01F; Thu, 24 Jan 2013 20:01:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E341521C00C for ; Thu, 24 Jan 2013 20:01:00 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFD0A33DA49 for ; Thu, 24 Jan 2013 20:00:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6E999E4073 for ; Thu, 24 Jan 2013 20:00:58 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1359019709.323f65b208b66c1ed63425bf2e60718c4357d2c9.radhermit@gentoo> Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: plugin/ X-VCS-Repository: proj/gentoo-syntax X-VCS-Files: plugin/newebuild.vim X-VCS-Directories: plugin/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 323f65b208b66c1ed63425bf2e60718c4357d2c9 X-VCS-Branch: master Date: Thu, 24 Jan 2013 20:00:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e0c48d2c-12ff-49cc-8ca6-b5da8d99879c X-Archives-Hash: 73ff840feec0adcfb1ee34f69147b0a2 commit: 323f65b208b66c1ed63425bf2e60718c4357d2c9 Author: Tim Harder gentoo org> AuthorDate: Thu Jan 24 09:27:52 2013 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Jan 24 09:28:29 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-syntax.git;a=commit;h=323f65b2 Don't add an empty line at the end of a new ebuild --- plugin/newebuild.vim | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim index e16f2be..9defd81 100644 --- a/plugin/newebuild.vim +++ b/plugin/newebuild.vim @@ -156,7 +156,6 @@ fun! MakeNewEbuild() " {{{ extra deps for some categories put ='DEPEND=\"\"' put ='RDEPEND=\"${DEPEND}\"' - put ='' " }}} endif @@ -168,9 +167,6 @@ fun! MakeNewEbuild() " }}} endif - " Delete the empty line at the end of the file - $ delete - if pastebackup == 0 set nopaste endif