Yggdroot
4b71e49f17
Merge pull request #71 from justinmk/master
...
ignore 'help' buffers. fixes #70
2014-02-15 12:54:21 +08:00
Justin M. Keyes
fe1aceaa50
use conceallevel=2 fixes #70
2014-02-14 12:21:22 -05:00
Yggdroot
ed4ac3fbbd
flaw fixed
2014-02-08 15:37:37 +08:00
Yggdroot
9704d10598
Merge pull request #67 from tek/master
...
replace multiple patterns by a single one
2014-02-08 13:42:45 +08:00
tek
0a667c5ab2
remove 'faster' option
...
as the last change removes all performance issues with the default
method, the 'faster' workaround is obsolete.
2014-01-25 23:34:58 +01:00
tek
e31f896a2c
only match IndentLine inside of IndentLineSpace
2014-01-25 23:30:14 +01:00
tek
54f0f22c73
replace multiple patterns by a single one
2014-01-25 23:28:27 +01:00
rbtnn
f0d6cf942c
forget 'autocmd!'
2014-01-25 01:39:49 +09:00
rbtnn
fec6bbd52e
more refactoring.
2014-01-25 01:19:03 +09:00
Yggdroot
c419b992f6
Merge pull request #54 from willthefrog/master
...
Fix filetype filtering
2013-11-12 18:22:21 -08:00
Yggdroot
d6b5881d54
Merge pull request #60 from nixprime/to_upstream
...
add the g:indentLine_setColors option
2013-11-12 18:17:39 -08:00
Jamie Liu
06e628ba51
add the g:indentLine_setColors option
...
When g:indentLine_setColors is 1, indentLine will set the Conceal
highlight group's colors using the g:indentLine_color_{term,gui} options
if provided, or choose default colors automatically if not (this is the
existing behavior.) When g:indentLine_setColors is 0, indentLine will
not override the existing colors selected for the Conceal highlight
group. Defaults to 1.
2013-11-07 20:28:11 -08:00
Yggdroot
e5acdf9bcd
bug fix
2013-10-25 16:29:41 +08:00
Yggdroot
8f971fcb0c
add choice for user to select better performance
2013-10-19 17:34:56 +08:00
Yang Zhang
8c55b859f8
Fix filetype filtering
2013-09-08 22:12:28 +08:00
Yggdroot
419b9a7012
Merge pull request #53 from medvid/master
...
fix issue #51
2013-08-29 19:22:21 -07:00
Volodymyr Medvid
721a2fa158
fix issue #51
2013-08-28 19:36:34 +03:00
Yggdroot
42cf057292
Merge pull request #46 from kikyous/master
...
Update indentLine.txt
2013-07-31 02:04:36 -07:00
chen
40484f8633
Update indentLine.txt
2013-07-31 13:38:04 +08:00
Yggdroot
a11a5aee47
Merge pull request #42 from faceleg/master
...
Updated docs with faq entry for simulating ST2 line effect
2013-07-13 00:30:17 -07:00
Michael Robinson
e4396126cb
Updated docs with faq entry for simulating ST2 line effect
2013-07-13 18:52:32 +12:00
Yggdroot
176a00ceb3
fix issue #40
2013-07-10 23:13:03 +08:00
Yggdroot
2cc41e5f7b
Merge pull request #35 from junegunn/initcolor-bufnewfile
...
Calls InitColor on BufNewFile
2013-05-05 20:22:54 -07:00
Junegunn Choi
a1d06f9d3c
Calls InitColor on BufNewFile
2013-05-02 13:52:28 +09:00
Yggdroot
2672434a0a
Merge pull request #34 from alexbel/master
...
Flag for cursorline
2013-04-22 18:49:49 -07:00
alexbel
ed7387876f
Add flag for cursorline
2013-04-22 17:05:45 -04:00
Yggdroot
3d30f26c33
make performance better, fix issue #13
...
thanks to adonis0147
2013-04-18 18:53:18 +08:00
Yggdroot
7be63e55a7
fix issue #28
2013-04-01 19:00:16 +08:00
Yggdroot
919e0bf4e0
Merge pull request #27 from frace/master
...
Updated docs for new option g:indentLine_first_char
2013-03-25 18:55:27 -07:00
frace
5a0140b293
Updated docs for option g:indentLine_first_char
2013-03-25 12:52:22 +01:00
Yggdroot
0471c6cf18
Merge pull request #26 from frace/master
...
Added an option to set g:indentLine_first_char
2013-03-25 03:58:57 -07:00
frace
72f6783e31
Added option g:indentLine_first_char
...
Show a custom character by defining g:indentLine_first_char for
g:indentLine_showFirstIndentLevel
2013-03-25 04:04:21 +01:00
Yggdroot
7a2708db6f
Merge pull request #23 from padde/master
...
Improve Readme
2013-03-14 18:54:11 -07:00
Patrick Oscity
92e1d614e6
Update README.md
2013-03-14 21:01:02 +01:00
Yggdroot
6655863272
Merge pull request #22 from padde/show-first-indent-level
...
Fix issue #21
2013-03-14 07:47:26 -07:00
Patrick Oscity
48b62527ad
Fix issue #21
2013-03-14 14:53:52 +01:00
Yggdroot
f14d7e609b
fix issue #16
2013-03-07 18:46:35 +08:00
Yggdroot
2cb4c7d586
Merge pull request #17 from adonis0147/master
...
Change the type of the variables for "FileType Supported" to list
2013-03-07 02:23:18 -08:00
Cong Ling
68a874cf7d
Change the type of the variables for "FileType Supported" to list
2013-03-05 21:51:26 +08:00
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
ee29397dc3
Update help doc.
2013-02-18 11:01:54 +08:00
Yggdroot
12814af48b
Update
2013-02-18 10:30:40 +08:00
Yggdroot
fe67f069e6
add fold mark
2013-02-18 10:18:31 +08:00
Yggdroot
b720ed83a5
Update README.md
2013-02-17 15:23:32 +08:00
Yggdroot
14dd3f9947
Merge pull request #7 from ppwwyyxx/master
...
A way to set whether to use indentLine at startup
2013-01-29 20:34:23 -08:00
ppwwyyxx
754ec01117
let g:indentLine_enabled decide whether to show indentLine at startup
2013-01-28 22:07:08 +08:00
Yggdroot
068fc8d835
Update README.md
2013-01-28 16:25:54 +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