From 53c2c74f545402a18b8717e5efc713e1295a814c Mon Sep 17 00:00:00 2001 From: Yggdroot Date: Wed, 26 Dec 2012 22:28:07 +0800 Subject: [PATCH] Update after/plugin/indentLine.vim --- after/plugin/indentLine.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/after/plugin/indentLine.vim b/after/plugin/indentLine.vim index 54100a3..50185a3 100644 --- a/after/plugin/indentLine.vim +++ b/after/plugin/indentLine.vim @@ -9,6 +9,7 @@ if !has("conceal") || exists("g:loaded_indentLine") finish endif let g:loaded_indentLine = 1 + if !exists("g:indentLine_char") " | ¦ ┆ │ let g:indentLine_char = "|"