From b3414595c713ca161f082776f89417faddec7d2d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 17 Jun 2014 17:48:32 +0200 Subject: updated for version 7.4.330 Problem: Using a regexp pattern to highlight a specific position can be slow. Solution: Add matchaddpos() to highlight specific positions efficiently. (Alexey Radkov) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index b60a8213f..63ff8a1a7 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 330, /**/ 329, /**/ -- cgit v1.2.1