mirror of
https://github.com/Yggdroot/indentLine.git
synced 2025-12-06 20:24:28 +08:00
workaround for issue #201
This commit is contained in:
@@ -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" ? '¦' : '|'))
|
||||
|
||||
Reference in New Issue
Block a user