commit | 2bbada811625ee53c7bcdf689dbf409e9975ea8f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 18 21:55:26 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 18 21:55:26 2020 +0200 |
tree | 2040d2460db052582f8a3051062734958ba4327e | |
parent | 7cbfaa51de7b225effdc79a008c71a5551883c38 [diff] [blame] |
patch 8.2.1707: small inconsitency in highlight test Problem: Small inconsitency in highlight test. Solution: Use one argument for :execute. (Antony Scriven, #6975)
diff --git a/src/version.c b/src/version.c index 93f7701..fd880f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1707, +/**/ 1706, /**/ 1705,