comparison src/version.c @ 22037:35c8996a798e v8.2.1568

patch 8.2.1568: prop_find() skips properties in the same line Commit: https://github.com/vim/vim/commit/4da7a259f6b28a4f855a6fa7d0ede5e038600154 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 2 19:59:00 2020 +0200 patch 8.2.1568: prop_find() skips properties in the same line Problem: prop_find() skips properties in the same line if "skipstart" is used. Solution: Use "continue" instead of "break". (closes #6840)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Sep 2020 20:00:05 +0200
parents 7ebb419ebc35
children f040df1bd219
comparison
equal deleted inserted replaced
22036:12f8ed01b5b3 22037:35c8996a798e
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1568,
757 /**/ 759 /**/
758 1567, 760 1567,
759 /**/ 761 /**/
760 1566, 762 1566,
761 /**/ 763 /**/