commit | 0c3064b39b4cd4f22fe1eab5438fe691d7cc80d1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 30 16:09:25 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 30 16:09:25 2020 +0100 |
tree | 4e58dee5b0162ee1e29036b5280ba5186fd93824 | |
parent | b09920203a0f2b202497ef9632f8447f73d0f1fb [diff] [blame] |
patch 8.2.0180: test for wrapmargin fails if terminal is not 80 columns Problem: Test for wrapmargin fails if terminal is not 80 columns. Solution: Vertical split the window. (Ken Takata, closes #5554)
diff --git a/src/version.c b/src/version.c index 8b52a94..8f34555 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 180, +/**/ 179, /**/ 178,