summaryrefslogtreecommitdiff
path: root/src/option.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/option.c')
-rw-r--r--src/option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.c b/src/option.c
index 601a97aa2..bc53237eb 100644
--- a/src/option.c
+++ b/src/option.c
@@ -6524,7 +6524,7 @@ check_stl_option(s)
s++;
while (VIM_ISDIGIT(*s))
s++;
- if (*s == STL_HIGHLIGHT)
+ if (*s == STL_USER_HL)
continue;
if (*s == '.')
{