commit | 37e4e03c67dacfc4a065e95492ffc4c7f490b44b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 25 16:18:26 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 25 16:18:26 2020 +0100 |
tree | 781acc74a408a694ff776d9a107dc974c4995e9d | |
parent | e974fa7b2b98e53a59d5ef16a6a1291f12a32e33 [diff] [blame] |
patch 8.2.1903: buffer test fails with normal features Problem: Buffer test fails with normal features. Solution: Use 'numberwidth' instead of 'conceallevel' in the test.
diff --git a/src/version.c b/src/version.c index c2d6240..9725e9a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1903, +/**/ 1902, /**/ 1901,