commit | 0a6efcd27d62935c465b4406c0c0db9be10a0ddb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 20 19:56:10 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 20 19:56:10 2018 +0200 |
tree | 1545e6dccb5f27e45dfa8a4e1d500585df03b76b | |
parent | 9e42c866484fe0199e8b17e7c44489386173acc9 [diff] [blame] |
patch 8.1.0198: there is no hint that syntax is disabled for 'redrawtime' Problem: There is no hint that syntax is disabled for 'redrawtime'. Solution: Add a message.
diff --git a/src/version.c b/src/version.c index 86413b0..691800c 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 198, +/**/ 197, /**/ 196,