updated for version 7.0-043
diff --git a/src/option.c b/src/option.c
index bd19916..08e555b 100644
--- a/src/option.c
+++ b/src/option.c
@@ -6325,7 +6325,8 @@
 	    else
 		errmsg = check_stl_option(p_ruf);
 	}
-	else
+	/* check 'statusline' only if it doesn't start with "%!" */
+	else if (varp != &p_stl || s[0] != '%' || s[1] != '!')
 	    errmsg = check_stl_option(s);
 	if (varp == &p_ruf && errmsg == NULL)
 	    comp_col();
diff --git a/src/version.c b/src/version.c
index b5698aa..ce312d4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    43,
+/**/
     42,
 /**/
     41,