comparison src/version.c @ 25725:2dd3007f902d v8.2.3398

patch 8.2.3398: html text objects are not fully tested Commit: https://github.com/vim/vim/commit/af631f61bc42d0dddafe1bc0c06872cf3aaeb239 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Fri Sep 3 16:50:16 2021 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 Sep 2021 17:00:05 +0200
parents b079bdc99c18
children 71d3ebfb00b6
comparison
equal deleted inserted replaced
25724:719f83138941 25725:2dd3007f902d
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3398,
758 /**/ 760 /**/
759 3397, 761 3397,
760 /**/ 762 /**/
761 3396, 763 3396,
762 /**/ 764 /**/