commit | 08aac3c6192f0103cb87e280270a32b50e653be1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 28 21:04:24 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 28 21:04:24 2020 +0200 |
tree | ea2842918dbdaab787aec93332fd6db4816c684c | |
parent | ee8580e52e767916e2a95e8ac0732fd8a5ae0651 [diff] [blame] |
patch 8.2.1535: it is not possible to specify cell widths of characters Problem: It is not possible to specify cell widths of characters. Solution: Add setcellwidths().
diff --git a/src/version.c b/src/version.c index 21c6a18..88332a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1535, +/**/ 1534, /**/ 1533,