Fix the set-style mode lines
This commit is contained in:
parent
fc73895368
commit
50414ebf53
2
Makefile
2
Makefile
@ -1,2 +1,2 @@
|
||||
# vim:syntax=make:fileencoding=utf-8:ts=4:noexpandtab:linebreak:wrap
|
||||
# vim: set syntax=make fileencoding=utf-8 ts=4 noexpandtab linebreak:wrap
|
||||
# vim: set syntax=make fileencoding=utf-8 ts=4 noexpandtab linebreak wrap :
|
||||
|
@ -1,2 +1,2 @@
|
||||
// vim:syntax=asciidoc:fileencoding=utf-8:ts=4:expandtab:linebreak:wrap
|
||||
// vim: set syntax=asciidoc fileencoding=utf-8 ts=4 expandtab linebreak:wrap
|
||||
// vim: set syntax=asciidoc fileencoding=utf-8 ts=4 expandtab linebreak wrap :
|
||||
|
2
bash.sh
2
bash.sh
@ -1,2 +1,2 @@
|
||||
# vim:syntax=bash:fileencoding=utf-8:ts=4:expandtab:linebreak:wrap
|
||||
# vim: set syntax=bash fileencoding=utf-8 ts=4 expandtab linebreak:wrap
|
||||
# vim: set syntax=bash fileencoding=utf-8 ts=4 expandtab linebreak wrap :
|
||||
|
2
c.c
2
c.c
@ -1,2 +1,2 @@
|
||||
// vim:syntax=c:fileencoding=utf-8:ts=4:expandtab:linebreak:wrap
|
||||
// vim: set syntax=c fileencoding=utf-8 ts=4 expandtab linebreak:wrap
|
||||
// vim: set syntax=c fileencoding=utf-8 ts=4 expandtab linebreak wrap :
|
||||
|
@ -1,2 +1,2 @@
|
||||
// vim:syntax=go:fileencoding=utf-8:ts=4:sw=4:sts=4:noexpandtab:linebreak:wrap
|
||||
// vim: set syntax=go fileencoding=utf-8 ts=4 sw=4 sts=4 noexpandtab linebreak:wrap
|
||||
// vim: set syntax=go fileencoding=utf-8 ts=4 sw=4 sts=4 noexpandtab linebreak wrap :
|
||||
|
2
la.tex
2
la.tex
@ -1,2 +1,2 @@
|
||||
% vim:syntax=tex:fileencoding=utf-8:ts=4:expandtab:linebreak:wrap
|
||||
% vim: set syntax=tex fileencoding=utf-8 ts=4 expandtab linebreak:wrap
|
||||
% vim: set syntax=tex fileencoding=utf-8 ts=4 expandtab linebreak wrap :
|
||||
|
@ -3,5 +3,5 @@ vim:syntax=markdown:fileencoding=utf-8:ts=4:expandtab:linebreak:wrap
|
||||
-->
|
||||
|
||||
<!--
|
||||
vim: set syntax=markdown fileencoding=utf-8 ts=4 expandtab linebreak:wrap
|
||||
vim: set syntax=markdown fileencoding=utf-8 ts=4 expandtab linebreak wrap :
|
||||
-->
|
||||
|
@ -1,2 +1,2 @@
|
||||
.. vim:syntax=rst:fileencoding=utf-8:ts=4:expandtab:linebreak:wrap
|
||||
.. vim: set syntax=rst fileencoding=utf-8 ts=4 expandtab linebreak:wrap
|
||||
.. vim: set syntax=rst fileencoding=utf-8 ts=4 expandtab linebreak wrap :
|
||||
|
Loading…
Reference in New Issue
Block a user