From 68806c27963d0c4d4fafa7269d7e75585e8bf3e5 Mon Sep 17 00:00:00 2001 From: NagatoPain Date: Thu, 20 Dec 2012 02:09:17 +0800 Subject: [PATCH] update README --- README.md | 9 ++++++--- after/plugin/indentLine.vim | 3 +++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c3e7046..1942763 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +NOTE +==== +This is an improve version of original plugin. +The original version plugin is at here https://github.com/Yggdroot/indentLine.git + indentLine ========== @@ -21,8 +26,6 @@ You can change indentline char by youself. change this variable: ## Screenshots - - - + diff --git a/after/plugin/indentLine.vim b/after/plugin/indentLine.vim index 5323385..8871e2e 100644 --- a/after/plugin/indentLine.vim +++ b/after/plugin/indentLine.vim @@ -49,3 +49,6 @@ endfunction autocmd BufRead * call SetIndentLine() autocmd BufRead,ColorScheme * call InitColor() + + +" vim:et:ts=4:sw=4:fdm=marker:fmr={{{,}}}