commit | 38a3d6c9601b637a28f399059263300e9f65eba4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 11 18:42:56 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 11 18:42:56 2017 +0100 |
tree | 2d4b7e5ed8d1676ef356563b20632dbd8d458dfb | |
parent | 1ef73e33c9414eb02c229d8234aafd9d481a8856 [diff] [blame] |
patch 8.0.0443: terminal width is set to 80 in test3 Problem: Terminal width is set to 80 in test3. Solution: Instead of setting 'columns' set 'wrapmargin' depending on 'columns.
diff --git a/src/version.c b/src/version.c index 0f7b4e4..5a58f43 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 443, +/**/ 442, /**/ 441,