I fux, I fix.

This commit is contained in:
kaeza 2013-10-25 00:10:00 -02:00
parent 119f8fe494
commit 3e6fb4a911
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ local function make_line_texture(line, lineno)
local w = charwidth[c]
if w then
width = width + w + 1
if width >= SIGN_WIDTH then
if width >= (SIGN_WIDTH - charwidth[" "]) then
width = 0
else
maxw = math_max(width, maxw)