Skip to content

Commit 8205442

Browse files
authored
Merge pull request #12 from leiserfg/fix-br
2 parents ebe10ef + 20caa27 commit 8205442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/panvimdoc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function SoftBreak()
184184
end
185185

186186
function LineBreak()
187-
return "<br/>"
187+
return "\n"
188188
end
189189

190190
function Emph(s)

0 commit comments

Comments
 (0)