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 *#*.
This commit is contained in:
Bastien Dejean 2013-10-25 11:24:16 +02:00
parent dc9948bbd1
commit 1a00f66ab1
1 changed files with 1 additions and 1 deletions

2
config
View File

@ -68,4 +68,4 @@ color15 = #ffffff
#border_width = 0.5
#roundness = 2.0
# vim: ft=dosini
# vim: ft=dosini cms=#%s