check the user has grep installed for html checker
This commit is contained in:
parent
f2eb99d374
commit
00f8718f6e
@ -14,8 +14,8 @@ if exists("loaded_html_syntax_checker")
|
|||||||
endif
|
endif
|
||||||
let loaded_html_syntax_checker = 1
|
let loaded_html_syntax_checker = 1
|
||||||
|
|
||||||
"bail if the user doesnt have tidy installed
|
"bail if the user doesnt have tidy or grep installed
|
||||||
if !executable("tidy")
|
if !executable("tidy") || !executable("grep")
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user