Don't have "vim: vim:" in modelines
This commit is contained in:
parent
7d02fbde09
commit
a33f2317ca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue