fix a comment typo in the less syntax checker
This commit is contained in:
parent
5850503574
commit
06213cd241
@ -14,7 +14,7 @@ if exists("loaded_less_syntax_checker")
|
|||||||
endif
|
endif
|
||||||
let loaded_less_syntax_checker = 1
|
let loaded_less_syntax_checker = 1
|
||||||
|
|
||||||
"bail if the user doesnt have the haml binary installed
|
"bail if the user doesnt have the lessc binary installed
|
||||||
if !executable("lessc")
|
if !executable("lessc")
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user