Konfekt
06cd61cf7b
allow user to set conceallevel and -cursor
...
Fixes many issues with unwanted default concealing that is hard to disable by autocmd as that by IndenLine is triggered late
2015-10-30 23:19:19 +01:00
gchen3
872e88f640
fix issue #77 again
2015-02-10 17:29:56 +08:00
Yggdroot
547ceb5b04
fix issue #107
2015-02-06 15:31:29 +08:00
Yggdroot
bfe87d06e0
fix issue #106
2015-02-01 00:15:48 +08:00
Yggdroot
41fb611a35
fix issue #103
2015-01-21 16:41:32 +08:00
Yggdroot
75f443c14b
fix issue #102
2015-01-20 13:26:49 +08:00
Yggdroot
25eedbe948
change default leading space character
2014-12-29 16:56:17 +08:00
Yggdroot
186b7899ce
little bug fixed
2014-12-28 19:22:47 +08:00
Yggdroot
97c8532795
add support for showing leading spaces
2014-12-26 17:57:12 +08:00
Yggdroot
6546a61289
add Syntax event
2014-07-04 19:08:50 +08:00
haya14busa
10a2f0b0dd
Add :IndentLinesEnable and :IndentLinesDisable
2014-05-11 00:34:07 +09:00
Yggdroot
cc70416066
fix issue #80 #83
2014-04-17 18:19:38 +08:00
xinleibird
07a1f0bee6
correct bug that "tty color setting override term color setting".
2014-04-17 02:03:38 +08:00
Yggdroot
e77a04f3dd
Merge pull request #79 from charlesswartz/master
...
Keep default conceal values for excluded files
2014-04-16 11:21:17 +08:00
xinleibird
0a08712329
mount none X that 16-colors tty (my ubuntu's Ctrl+Alt+F1)
2014-04-13 18:45:37 +08:00
charlesswartz
428adbd3d9
Keep default conceal values for excluded files
...
Setup will now check if the file is part of the included
or excluded filetypes before changing the conceal values.
2014-04-05 18:15:06 -04:00
Yggdroot
e2879c7e89
fix issue #77
2014-03-19 12:33:04 +08:00
Yggdroot
74938ad4b0
roll back
2014-02-23 19:39:19 +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
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
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
Volodymyr Medvid
721a2fa158
fix issue #51
2013-08-28 19:36:34 +03:00
Yggdroot
176a00ceb3
fix issue #40
2013-07-10 23:13:03 +08:00
Junegunn Choi
a1d06f9d3c
Calls InitColor on BufNewFile
2013-05-02 13:52:28 +09: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
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
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
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
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