Skip to content

Commit 82a26c6

Browse files
committed
Fix broken vim modeline changed in 6e3e4f24c753
Vim would try to parse "-->" which previously was in the following line. With the alternative modeline syntax (using "set" to start and a colon to end the modeline) it can be kept on the same line.
1 parent a34f53a commit 82a26c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/roundup/templates/classic/html/_generic.help-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- vim: sw=2 ts=8 et -->
1+
<!-- vim: set sw=2 ts=8 et: -->
22
<html tal:define="vok context/is_view_ok">
33
<head>
44
<title>Search result for user helper</title>

0 commit comments

Comments
 (0)