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/Makefile b/src/Makefile index a24eb7b..dcd59fc 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2085,6 +2085,7 @@ test_delete \ test_diffmode \ test_digraph \ + test_display \ test_ex_undo \ test_execute_func \ test_expand \