Commit Graph

22 Commits

Author SHA1 Message Date
Yggdroot 2a53c50380 add filetype support 2013-03-05 17:28:40 +08:00
Yggdroot 927d494512 let default value of indentLine_indentLevel be 10 2013-02-28 10:21:17 +08:00
Yggdroot fe67f069e6 add fold mark 2013-02-18 10:18:31 +08:00
ppwwyyxx 754ec01117 let g:indentLine_enabled decide whether to show indentLine at startup 2013-01-28 22:07:08 +08:00
Yggdroot b26c723fb1 modify command ResetIndentLines as IndentLinesReset 2013-01-23 14:40:37 +08:00
Yggdroot 513ad7e095 add command to toggle the indentLine
use shiftwidth of modeline if modeline set shiftwidth

add command to toggle the indentLine
use shiftwidth of modeline if modelines have set shiftwidth
2013-01-17 18:25:56 +08:00
Yggdroot eb4ae8a340 change default indentLine char to "¦" if encoding is utf-8 2013-01-07 16:28:09 +08:00
Yggdroot 53c2c74f54 Update after/plugin/indentLine.vim 2012-12-26 22:28:07 +08:00
Yggdroot c1ad9925cf allow the indent guides to be redrawn if 'shiftwidth' changes
Usage: ResetIndentLines [number]
2012-12-22 21:20:55 +08:00
Yggdroot 211829dad6 trival bug fixed
if let g:indentLine_char = "┆", the encoding should be utf-8
2012-12-22 17:05:54 +08:00
NagatoPain 68806c2796 update README 2012-12-20 02:09:55 +08:00
NagatoPain 0d66975429 change default indent line color 2012-12-20 01:27:05 +08:00
NagatoPain c510395f8a add option to specify indent level 2012-12-20 01:26:46 +08:00
NagatoPain 54b1c7f31e fix buffer local shiftwidth variable 2012-12-20 01:26:08 +08:00
NagatoPain aa17434c87 should read shiftwidth var from buffer locale 2012-12-20 00:54:11 +08:00
NagatoPain 6cd4526bc3 add options to specify indent lines color 2012-12-18 19:00:38 +08:00
NagatoPain bb8e9c5479 no need to use conceallevel=2 2012-12-15 14:02:28 +08:00
NagatoPain 8ff780c424 make indentline char configurable 2012-12-15 14:00:11 +08:00
NagatoPain c03508a678 remove trailing whitespace 2012-12-15 13:53:50 +08:00
NagatoPain 5950845f96 change default indentline 2012-12-15 13:53:14 +08:00
NagatoPain 27b20481ea change default indentlines color 2012-12-15 13:52:57 +08:00
NagatoPain dd88b0b06e move plugin file to after/plugin
1. compatible with pathogen and vundle etc
2. load lastly, override other settings.
2012-12-15 13:50:44 +08:00