From 2e25ce6abed8754223adf5255a186ef4b15d5844 Mon Sep 17 00:00:00 2001 From: Yggdroot Date: Mon, 2 Feb 2015 12:17:04 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9aa5052..0c67bde 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ indentLine ========== -This plugin is used for displaying thin vertical lines at each indentation level for code indented with spaces. For code indented with tabs I think there is no need to support it, because you can use `:set list lcs=tab:\|\ ` (here is a space). +This plugin is used for displaying thin vertical lines at each indentation level for code indented with spaces. For code indented with tabs I think there is no need to support it, because you can use `:set list lcs=tab:\|\ (here is a space)`. ## Requirements This plugin takes advantage of the newly provided `conceal` feature in Vim 7.3, so this plugin will not work with lower versions of Vim.