commit | a1070eae77f635f08b6f2612726b905796baaa58 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 20 19:21:36 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 20 19:21:36 2021 +0100 |
tree | aa16207fd5f03cf3c913bb046a1e60948df980c9 | |
parent | 5b5ae29bd3d7b832b6f15320430f7f191e0abd1f [diff] [blame] |
patch 8.2.2534: missing test coverage Problem: Missing test coverage. Solution: Improve test coverage for completion with different encodings, mapset(), and term function failures. (Dominique Pellé, closes #7877)
diff --git a/src/version.c b/src/version.c index f83f038..9363c3f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2534, +/**/ 2533, /**/ 2532,