commit | 6a950a6007f27d9d0ce32ef8dcaf5c9d0f1b5aab | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Sat Nov 13 18:44:37 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 13 18:44:37 2021 +0000 |
tree | 9a6def9cc31a16bd80ccd4fe23f5c8d8cdb7e34e | |
parent | 23beefed73aadb243fb67cf944e3d60fe8c038bb [diff] [blame] |
patch 8.2.3592: Test_hlset fails when terminal has many columns Problem: Test_hlset fails when terminal has many columns. Solution: Set the number of columns to 80. (Dominique Pellé, closes #9101, closes #9100)
diff --git a/src/version.c b/src/version.c index ca022bf..c0acd4b 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3592, +/**/ 3591, /**/ 3590,