diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-21 22:12:05 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-21 22:12:05 +0000 |
commit | 238a564935abe36832b267f32b5487556c640d00 (patch) | |
tree | 7ee3f4d9279f73945f1069e7f6a9b1b059658b27 /src/option.c | |
parent | 8f7fd65b249e9680866dab628622fe093ac2abc9 (diff) | |
download | vim-git-238a564935abe36832b267f32b5487556c640d00.tar.gz |
updated for version 7.0203v7.0203
Diffstat (limited to 'src/option.c')
-rw-r--r-- | src/option.c | 2 |
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 == '.') { |