summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-10-10 20:12:47 -0500
committerSimo Leone <simo@archlinux.org>2007-10-10 22:34:28 -0500
commit8ada60b1750ece23a7e5eaed714fbfdac8756b1c (patch)
tree2f14fcd4b15d2ee1a089f081cbda131d867a4b3b /install
parentfccb39dcd85edb30532bf4a6e6dfb056d40bc522 (diff)
Update vim modelines on most files
Move the vim modelines to the bottom, and add the tab settings. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'install')
-rw-r--r--install/archiso3
-rw-r--r--install/boot-cd3
-rw-r--r--install/boot-usb3
3 files changed, 6 insertions, 3 deletions
diff --git a/install/archiso b/install/archiso
index ff3f64a..945ed40 100644
--- a/install/archiso
+++ b/install/archiso
@@ -1,4 +1,3 @@
-# vim: set ft=sh:
install ()
{
MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") "
@@ -8,3 +7,5 @@ install ()
add_dir /tmpfs
SCRIPT="archiso"
}
+
+# vim:ft=sh:ts=4:sw=4:et:
diff --git a/install/boot-cd b/install/boot-cd
index 10577a9..6a48716 100644
--- a/install/boot-cd
+++ b/install/boot-cd
@@ -1,4 +1,3 @@
-# vim: set ft=sh:
install ()
{
MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") "
@@ -6,3 +5,5 @@ install ()
FILES=""
SCRIPT="boot-cd"
}
+
+# vim:ft=sh:ts=4:sw=4:et:
diff --git a/install/boot-usb b/install/boot-usb
index a1296f9..56302fd 100644
--- a/install/boot-usb
+++ b/install/boot-usb
@@ -1,4 +1,3 @@
-# vim: set ft=sh:
install ()
{
MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs $(all_modules '/kernel/fs' | grep -v "nls") "
@@ -13,3 +12,5 @@ install ()
FILES=""
SCRIPT="boot-usb"
}
+
+# vim:ft=sh:ts=4:sw=4:et: