workaround for issue #201

This commit is contained in:
Yggdroot
2017-05-09 10:00:25 +08:00
parent 2ceee22d25
commit 970bb3081f

View File

@@ -10,7 +10,7 @@ if ! has("conceal") || exists("g:indentLine_loaded")
endif
let g:indentLine_loaded = 1
let g:indentLine_newVersion = v:version > 704 || v:version == 704 && has("patch792")
let g:indentLine_newVersion = get(g:,'indentLine_newVersion',v:version > 704 || v:version == 704 && has("patch792"))
let g:indentLine_char = get(g:,'indentLine_char',(&encoding ==# "utf-8" && &term isnot# "linux" ? '¦' : '|'))
let g:indentLine_first_char = get(g:,'indentLine_first_char',(&encoding ==# "utf-8" && &term isnot# "linux" ? '¦' : '|'))