commit | b42301247d85d60b64c2cc23f5cdf30da2342827 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 30 18:40:53 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 30 18:40:53 2019 +0200 |
tree | f60be158c0ce87af3b57f355dd7c9fb6fb1e3330 | |
parent | 89adc3a1371d211f7766f3dbc0975ecb2f862327 [diff] [blame] |
patch 8.1.1426: no test for syntax highlight in popup window Problem: No test for syntax highlight in popup window. Solution: Add a screenshot test. Update associated documentation. Avoid 'buftype' being reset by setbufvar().
diff --git a/src/version.c b/src/version.c index fa42ac2..0420cb6 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1426, +/**/ 1425, /**/ 1424,