diff src/version.c @ 14366:1c79c92a642e v8.1.0198

patch 8.1.0198: there is no hint that syntax is disabled for 'redrawtime' commit https://github.com/vim/vim/commit/0a6efcd27d62935c465b4406c0c0db9be10a0ddb Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 20 19:56:10 2018 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Fri, 20 Jul 2018 20:00:06 +0200
parents d876b8588731
children e78ce11f310b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -790,6 +790,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    198,
+/**/
     197,
 /**/
     196,