commit | 6270660611a151c5d0f614a5f0248ccdc80ed971 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 09 19:28:48 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 09 19:28:48 2016 +0100 |
tree | 407a24e99176ba9a223a15f27f7d89ba14f5f8d0 | |
parent | eaaa9bbda6ec0a8589a9b23720f95bffe01dc267 [diff] [blame] |
patch 8.0.0126 Problem: Display problem with 'foldcolumn' and a wide character. (esiegerman) Solution: Don't use "extra" but an allocated buffer. (Christian Brabandt, closes #1310)
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 17c70f3..c78e34b 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -148,6 +148,7 @@ test_cscope.res \ test_diffmode.res \ test_digraph.res \ + test_display.res \ test_farsi.res \ test_fnameescape.res \ test_gf.res \