From: Thilo Six Date: Sun, 17 Nov 2013 14:30:36 +0000 (+0100) Subject: script-functions: Set filetype to "sh" with vim X-Git-Tag: v0.9.2~4 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=6b83c3fd03200b08e9adc881d2c30544a4d723f4 script-functions: Set filetype to "sh" with vim This helps with detecting the file type, since the heuristics fail. --- diff --git a/etc/grml/script-functions b/etc/grml/script-functions index b941a7f..21085b7 100644 --- a/etc/grml/script-functions +++ b/etc/grml/script-functions @@ -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