[arch-projects] [INITSCRIPTS][PATCH 4/6] Add syntax to vim modeline in rc.d script

Sebastien Luttringer seblu at seblu.net
Wed May 4 21:04:48 EDT 2011


With new name of script, vim doesn't reconize correctly file format. We need to set it explicitly.

Signed-off-by: Sebastien Luttringer <seblu at seblu.net>
---
 rc.d |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rc.d b/rc.d
index 02c2b6c..49b7c2f 100755
--- a/rc.d
+++ b/rc.d
@@ -58,4 +58,4 @@ esac
 
 exit $ret
 
-# vim: set ts=2 sw=2 noet:
+# vim: set ts=2 sw=2 ft=sh noet:
-- 
Sebastien "Seblu" Luttringer



More information about the arch-projects mailing list