commit | 04ea7e9049706788179945e2a91922c0b7cb9ed0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 21:14:33 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 21:14:33 2021 +0100 |
tree | 7a012f5a793a39aba52d6cb997e623889a966cb8 | |
parent | b8554304c3673b081e9b5996f009fd0e4307e482 [diff] [blame] |
patch 8.2.2520: missing tests for 'listchars' Problem: Missing tests for 'listchars'. Solution: Add a few more checks. (Yegappan Lakshmanan, closes #7854)
diff --git a/src/version.c b/src/version.c index 02abac9..c1d89c0 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2520, +/**/ 2519, /**/ 2518,