Skip to content

Commit fc998f9

Browse files
docs: Fix win_opts example (sindrets#383)
1 parent b3a763f commit fc998f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/diffview.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ win_config *diffview-config-win_config*
610610
c.col = math.floor(editor_width * 0.5 - c.width * 0.5)
611611
c.row = math.floor(editor_height * 0.5 - c.height * 0.5)
612612
return c
613-
end,
613+
end
614614
<
615615

616616

0 commit comments

Comments
 (0)