summaryrefslogtreecommitdiff
path: root/hooks
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 /hooks
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 'hooks')
-rw-r--r--hooks/archiso3
-rw-r--r--hooks/boot-cd3
-rw-r--r--hooks/boot-usb3
3 files changed, 6 insertions, 3 deletions
diff --git a/hooks/archiso b/hooks/archiso
index 1074e50..f6c7f86 100644
--- a/hooks/archiso
+++ b/hooks/archiso
@@ -1,4 +1,3 @@
-# vim: set ft=sh:
run_hook ()
{
if [ "x${ramdisk_size}" = "x" ]; then
@@ -48,3 +47,5 @@ run_hook ()
/bin/umount /dev
exec /bin/run-init -c /dev/console /real_root /sbin/init ${CMDLINE}
}
+
+# vim:ft=sh:ts=4:sw=4:et:
diff --git a/hooks/boot-cd b/hooks/boot-cd
index a730412..a9b6f61 100644
--- a/hooks/boot-cd
+++ b/hooks/boot-cd
@@ -1,4 +1,3 @@
-# vim: set ft=sh:
run_hook ()
{
msg ":: Scanning for boot cdrom device..."
@@ -28,3 +27,5 @@ run_hook ()
export BOOT_MOUNT="${bootmnt}"
fi
}
+
+# vim:ft=sh:ts=4:sw=4:et:
diff --git a/hooks/boot-usb b/hooks/boot-usb
index bb86596..4645c5a 100644
--- a/hooks/boot-usb
+++ b/hooks/boot-usb
@@ -1,4 +1,3 @@
-# vim: set ft=sh:
run_hook ()
{
msg ":: Scanning for boot usb device..."
@@ -28,3 +27,5 @@ run_hook ()
export BOOT_MOUNT="${bootmnt}"
fi
}
+
+# vim:ft=sh:ts=4:sw=4:et: