comparison src/version.c @ 10251:bc442c2296a7 v8.0.0023

commit https://github.com/vim/vim/commit/226630a030c0d41145e1109f09633360fc9c999d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 8 19:21:31 2016 +0200 patch 8.0.0023 Problem: "gd" and "gD" may find a match in a comment or string. Solution: Ignore matches in comments and strings. (Anton Lindqvist)
author Christian Brabandt <cb@256bit.org>
date Sat, 08 Oct 2016 19:30:04 +0200
parents 920c73a27dda
children a92c4abb8c1f
comparison
equal deleted inserted replaced
10250:1678befaa958 10251:bc442c2296a7
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 23,
767 /**/ 769 /**/
768 22, 770 22,
769 /**/ 771 /**/
770 21, 772 21,
771 /**/ 773 /**/