1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2016-10-08 19:21:31 +02:00
parent ec68a99464
commit 226630a030
3 changed files with 345 additions and 20 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
23,
/**/
22,
/**/