diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/utils/widthconv.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/widthconv.nim b/src/utils/widthconv.nim index a42ebf5d..60241607 100644 --- a/src/utils/widthconv.nim +++ b/src/utils/widthconv.nim @@ -28,6 +28,7 @@ const halfFullMap = (func(): seq[tuple[half, full1, full2: uint32]] = var full2 = 0u32 if i < line.len: assert line[i] == '\t' + inc i full2 = line.nextUTF8(i) result.add((half, full1, full2)) )() |