Vincent Philippon
54eff59402
Exclude auto generated vim doc tags.
...
A little addition to the .gitignore to exclude the auto generated vim doc tags.
2014-09-17 13:44:58 -04:00
Yggdroot
1e9642278e
Merge pull request #93 from bigchirv/patch-1
...
Added "︙" as another UTF-8 character in README.md
2014-08-12 10:55:18 +08:00
Irving A. Bermúdez S.
512e6f700c
Added "︙" as another UTF-8 character in README.md
...
This character makes the indent line more appealing to the eye.
The description of the Unicode character follows:
U+FE19 ︙ ef b8 99 PRESENTATION FORM FOR VERTICAL HORIZONTAL ELLIPSIS
2014-08-11 21:58:21 -04:30
Yggdroot
54c4d5c2da
Merge pull request #92 from andyearnshaw/with-glyph
...
Adds dotted line glyph and font patching tutorial
2014-08-02 13:47:14 +08:00
Andy Earnshaw
f852a1bffd
Adds dotted line glyph and font patching tutorial
2014-08-01 23:34:24 +01:00
Yggdroot
6546a61289
add Syntax event
2014-07-04 19:08:50 +08:00
Yggdroot
26113636d1
Merge pull request #89 from haya14busa/patch-1
...
Add :IndentLinesEnable and :IndentLinesDisable
2014-05-11 16:22:13 +08:00
haya14busa
da5b309b6f
Update doc for IndentLinesEnable and IndentLinesDisable
2014-05-11 00:51:16 +09: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
Yggdroot
57bf4eeae3
Merge pull request #84 from xinleibird/master
...
correct bug that "tty color setting override term color setting".
2014-04-17 17:42:13 +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
Yggdroot
0fd26d765e
Merge pull request #81 from xinleibird/master
...
mount none X that 16-colors tty (my ubuntu's Ctrl+Alt+F1)
2014-04-14 09:49:54 +08:00
xinleibird
51ac7b0b54
update doc and readme
2014-04-13 18:56:27 +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
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