From 4bbd12cabf9c09c9070b1d5f3eca4b11b70b7bba Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 12 Nov 2013 11:07:30 +0100 Subject: [PATCH] script-functions: correct tabstop setting in vim modeline See discussion in issue1284 --- 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 887cf2c..b941a7f 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=2 +# vim:foldmethod=marker tw=80 ai expandtab shiftwidth=2 tabstop=8 -- 2.1.4