commit | ffc4fb8fee4521a86670ae791411e319b6a2e1fd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 19 22:38:48 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 19 22:38:48 2019 +0100 |
tree | 79e9e4eacafdf4a6fb0368940a0d3a5a8c888770 | |
parent | 0a5aa7b28a39507260acb15c1ef698a33c855cc1 [diff] [blame] |
patch 8.1.2322: quickfix test fails in very big terminal Problem: Quickfix test fails in very big terminal. Solution: Adjust the expected result for the width. (Masato Nishihata, closes #5244)
diff --git a/src/version.c b/src/version.c index f512b08..fc61f42 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2322, +/**/ 2321, /**/ 2320,