diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-06-17 17:48:32 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-06-17 17:48:32 +0200 |
commit | b3414595c713ca161f082776f89417faddec7d2d (patch) | |
tree | 5f03f600e04a2455ce84033c49db30b680d571c6 /src/version.c | |
parent | ec1561cac59006213dd5405d164a94dc7d002806 (diff) | |
download | vim-git-7.4.330.tar.gz |
updated for version 7.4.330v7.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)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index b60a8213f..63ff8a1a7 100644 --- a/src/version.c +++ b/src/version.c @@ -735,6 +735,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 330, +/**/ 329, /**/ 328, |