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/version.c b/src/version.c index afc79d4..3cd19f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 126, +/**/ 125, /**/ 124,