We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7304349 commit b9c3b47Copy full SHA for b9c3b47
plugin/hl_matchit.vim
@@ -26,7 +26,7 @@ if !exists('g:hl_matchit_allow_ft')
26
let g:hl_matchit_allow_ft = ''
27
endif
28
29
-if !exists('g:hl_matchit_allow_ft_regexp')
+if exists('g:hl_matchit_allow_ft_regexp')
30
echoerr 'hl_matchit: g:hl_matchit_allow_ft_regexp is removed. use g:hl_matchit_allow_ft'
31
32
0 commit comments