aboutsummaryrefslogtreecommitdiff
path: root/test/old/testdir/test_utf8.vim
diff options
context:
space:
mode:
Diffstat (limited to 'test/old/testdir/test_utf8.vim')
-rw-r--r--test/old/testdir/test_utf8.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/old/testdir/test_utf8.vim b/test/old/testdir/test_utf8.vim
index 3248dc9d98..f46fb9d744 100644
--- a/test/old/testdir/test_utf8.vim
+++ b/test/old/testdir/test_utf8.vim
@@ -228,6 +228,9 @@ func Test_setcellwidths()
call setcellwidths([[0x2103, 0x2103, 2]])
redraw
call assert_equal(19, wincol())
+ call setcellwidths([])
+ redraw
+ call assert_equal((aw == 'single') ? 10 : 19, wincol())
endfor
set ambiwidth& isprint&