tcl checker: fix a small typo
This commit is contained in:
parent
4a8f14ebc1
commit
2c2f64fee3
@ -15,7 +15,7 @@ if exists("loaded_tcl_syntax_checker")
|
|||||||
endif
|
endif
|
||||||
let loaded_tcl_syntax_checker = 1
|
let loaded_tcl_syntax_checker = 1
|
||||||
|
|
||||||
"bail if the user doesnt have perl installed
|
"bail if the user doesnt have tclsh installed
|
||||||
if !executable("tclsh")
|
if !executable("tclsh")
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user