[pacman-dev] [PATCH] Add vim modeline to PKGBUILD-split.proto

Allan McRae allan at archlinux.org
Sun Apr 4 02:07:37 CEST 2010


On 04/04/10 06:58, David Campbell wrote:
> Add the vim modeline that is in PKGBUILD.proto to PKGBUILD-split.proto so they
> are consistent with each other.
> ---
>   PKGBUILD-split.proto |    2 ++
>   1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/PKGBUILD-split.proto b/PKGBUILD-split.proto
> index 68a8cc4..53a3e8f 100644
> --- a/PKGBUILD-split.proto
> +++ b/PKGBUILD-split.proto
> @@ -61,3 +61,5 @@ package_pkg2() {
>     cd "$srcdir/$pkgbase-$pkgver"
>     make DESTDIR="$pkgdir/" install-pkg2
>   }
> +
> +# vim:set ts=2 sw=2 et:

I would prefer removing the lines from all prototype files. Why support 
vim and not $OTHER_EDITOR?


More information about the pacman-dev mailing list