mirror of
https://github.com/Yggdroot/indentLine.git
synced 2026-02-22 09:38:40 +08:00
separate conceal check and add error message (#377)
This commit is contained in:
@@ -5,7 +5,12 @@
|
|||||||
|
|
||||||
scriptencoding utf-8
|
scriptencoding utf-8
|
||||||
|
|
||||||
if !has("conceal") || exists("g:indentLine_loaded")
|
if !has("conceal")
|
||||||
|
echoerr "conceal is invalid. To use the plugin, please enable the conceal"
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
|
||||||
|
if exists("g:indentLine_loaded")
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
let g:indentLine_loaded = 1
|
let g:indentLine_loaded = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user