From 1a00f66ab12055ce87f166593845f2441c4d48cf Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Fri, 25 Oct 2013 11:24:16 +0200 Subject: [PATCH] Use proper comment string in vim's modeline The dosini format's comment string is normally *;*. In order to allow vim plugins similar to *commentary* to work, we need to set it to *#*. --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index d60bb6c..4113d31 100644 --- a/config +++ b/config @@ -68,4 +68,4 @@ color15 = #ffffff #border_width = 0.5 #roundness = 2.0 -# vim: ft=dosini +# vim: ft=dosini cms=#%s