mirror of
https://github.com/Yggdroot/indentLine.git
synced 2025-12-26 05:41:09 +08:00
separate conceal check and add error message (#377)
This commit is contained in:
@@ -5,7 +5,12 @@
|
||||
|
||||
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
|
||||
endif
|
||||
let g:indentLine_loaded = 1
|
||||
|
||||
Reference in New Issue
Block a user