[pacman-dev] [PATCH 1/2] Remove Vim modelines in prototype files
Jason St. John
jstjohn at purdue.edu
Fri Nov 16 18:31:42 EST 2012
From: "Jason St. John" <jstjohn at purdue.edu>
It makes little sense to "force" users to replace tabs with spaces, with
a width of 2. These settings should be configured by the user in their
own ~/.vimrc.
This is a resubmission based on Allan's feedback on the ML.
Signed-off-by: Jason St. John <jstjohn at purdue.edu>
---
proto/PKGBUILD.proto | 2 --
proto/proto.install | 2 --
2 files changed, 4 deletions(-)
diff --git a/proto/PKGBUILD.proto b/proto/PKGBUILD.proto
index 98172d8..6e788c1 100644
--- a/proto/PKGBUILD.proto
+++ b/proto/PKGBUILD.proto
@@ -43,5 +43,3 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
}
-
-# vim:set ts=2 sw=2 et:
diff --git a/proto/proto.install b/proto/proto.install
index 2a8993d..26d37f8 100644
--- a/proto/proto.install
+++ b/proto/proto.install
@@ -33,5 +33,3 @@
#post_remove() {
# do something here
#}
-
-# vim:set ts=2 sw=2 et:
--
1.8.0
More information about the pacman-dev
mailing list