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={{{,}}}