From a33f2317caad859a7318b891c35e482e1e22689e Mon Sep 17 00:00:00 2001 From: Laurence Withers Date: Tue, 25 Jul 2006 20:20:13 +0100 Subject: [PATCH] Don't have "vim: vim:" in modelines --- skel-.lwbuildrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skel-.lwbuildrc b/skel-.lwbuildrc index fd406a5..876a9d6 100644 --- a/skel-.lwbuildrc +++ b/skel-.lwbuildrc @@ -6,7 +6,7 @@ AUTHOR="" EMAIL="" KATE_MODELINE="replace-trailing-space-save true; space-indent true; tab-width 4;" -VIM_MODELINE="vim: expandtab:ts=4:sw=4" +VIM_MODELINE="expandtab:ts=4:sw=4" # kate: replace-trailing-space-save true; space-indent true; tab-width 4; # vim: expandtab:ts=4:sw=4