diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-12-09 19:28:48 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-12-09 19:28:48 +0100 |
commit | 6270660611a151c5d0f614a5f0248ccdc80ed971 (patch) | |
tree | 407a24e99176ba9a223a15f27f7d89ba14f5f8d0 /src/testdir/Make_all.mak | |
parent | eaaa9bbda6ec0a8589a9b23720f95bffe01dc267 (diff) | |
download | vim-6270660611a151c5d0f614a5f0248ccdc80ed971.zip |
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)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r-- | src/testdir/Make_all.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 17c70f345..c78e34bd8 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -148,6 +148,7 @@ NEW_TESTS = test_arglist.res \ test_cscope.res \ test_diffmode.res \ test_digraph.res \ + test_display.res \ test_farsi.res \ test_fnameescape.res \ test_gf.res \ |