summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-06-10 14:29:52 +0200
committerBram Moolenaar <Bram@vim.org>2017-06-10 14:29:52 +0200
commitf84b122a99da75741ae686fabb6f81b8b4755998 (patch)
tree617a26feddb25a746ec6aa89e6865ebb3f28138c /src/version.c
parent6b1da3312e15c065b373c9ec2732f31a77cee61f (diff)
patch 8.0.0630: it is not easy to work on lines without a matchv8.0.0630
Problem: The :global command does not work recursively, which makes it difficult to execute a command on a line where one pattern matches and another does not match. (Miles Cranmer) Solution: Allow for recursion if it is for only one line. (closes #1760)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index bc6a12daa3..5bebc54ac0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 630,
+/**/
629,
/**/
628,