commit | af631f61bc42d0dddafe1bc0c06872cf3aaeb239 | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Fri Sep 03 16:50:16 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 03 16:50:16 2021 +0200 |
tree | 0be46923b58b0da3b81eda61443d93bb3554709d | |
parent | 03d257998b6343fc91f9dfd5ffc92eebe98d4d24 [diff] [blame] |
patch 8.2.3398: html text objects are not fully tested Problem: Html text objects are not fully tested. Solution: Add tests for dbcs encoding and different number of backslashes. (Dominique Pellé, closes #8831)
diff --git a/src/version.c b/src/version.c index 8aaf163..732ddee 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3398, +/**/ 3397, /**/ 3396,