From 5a0140b293e207743f8a11eb36595059d4bbcadd Mon Sep 17 00:00:00 2001 From: frace Date: Mon, 25 Mar 2013 12:52:22 +0100 Subject: [PATCH] Updated docs for option g:indentLine_first_char --- doc/indentLine.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/indentLine.txt b/doc/indentLine.txt index aab8b9c..b665d1b 100644 --- a/doc/indentLine.txt +++ b/doc/indentLine.txt @@ -27,7 +27,14 @@ g:indentLine_loaded *g:loaded_indentLine* g:indentLine_char *g:indentLine_char* Specify a character to be used as indent line. You also can use other characters: - | ¦ ┆ │ + | ¦ ┆ │ + Default value is "|". + +g:indentLine_first_char *g:indentLine_first_char* + Specify a character to be used as indent line + on the first level. + You also can use other characters: + | ¦ ┆ │ Default value is "|". g:indentLine_color_term *g:indentLine_color_term*