script-functions: Set filetype to "sh" with vim
authorThilo Six <tech@xk2c.de>
Sun, 17 Nov 2013 14:30:36 +0000 (15:30 +0100)
committerFrank Terbeck <ft@grml.org>
Sun, 17 Nov 2013 14:37:27 +0000 (15:37 +0100)
This helps with detecting the file type, since the heuristics fail.

etc/grml/script-functions

index b941a7f..21085b7 100644 (file)
@@ -194,4 +194,4 @@ is_older_than() {
 #}}}
 
 ## END OF FILE #################################################################
-# vim:foldmethod=marker tw=80 ai expandtab shiftwidth=2 tabstop=8
+# vim:foldmethod=marker tw=80 ai expandtab shiftwidth=2 tabstop=8 ft=sh