From 6b83c3fd03200b08e9adc881d2c30544a4d723f4 Mon Sep 17 00:00:00 2001 From: Thilo Six Date: Sun, 17 Nov 2013 15:30:36 +0100 Subject: [PATCH] script-functions: Set filetype to "sh" with vim This helps with detecting the file type, since the heuristics fail. --- etc/grml/script-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4