Yggdroot
9c6f8fe0b3
Merge pull request #284 from pesarkhobeee/Vim_8_packages
...
Add VIM built-in package management to the read me file
2019-10-23 14:54:49 +08:00
Farid
2a2d5739cf
Add VIM built-in package management to read me file
2019-10-23 07:53:58 +02:00
Yggdroot
4764873470
fix issue #266
2019-02-22 14:50:21 +08:00
Yggdroot
80f4acdfab
Merge pull request #260 from wincent/patch-1
...
doc: correct typo Spceify -> Specify
2018-11-25 20:07:42 +08:00
Greg Hurrell
95371d0ab8
doc: correct typo Spceify -> Specify
2018-11-25 12:54:50 +01:00
Yggdroot
3fe1e6022f
Merge pull request #259 from taylorskalyo/color_from_cterm
...
Get color from 'cterm' instead of 'term'
2018-11-10 11:19:53 +08:00
taylorskalyo
e985c05f8f
Get color from 'cterm' instead of 'term'
2018-11-09 17:27:59 -05:00
Yggdroot
8109623552
Merge pull request #253 from wincent/fix-missing-buffer-variables
...
Check for buffer variable existence before accessing
2018-10-06 08:32:58 +08:00
Greg Hurrell
f7d1930109
Check for buffer variable existence before accessing
...
Closes: https://github.com/Yggdroot/indentLine/issues/252
2018-10-05 20:28:24 +02:00
Caleb Donovick
82ec57f8df
Allow colors to be defaulted to specified hl group ( #250 )
...
* Allow colors to be defaulted to specified hl group
* Add docs
* Fix docs
2018-09-05 10:02:16 +08:00
Yggdroot
4e4964d148
Merge pull request #242 from marabesi/master
...
Update README.md
2018-05-13 09:26:36 +08:00
Matheus Marabesi
ef80e9a9e6
Update README.md
...
Made easier to read the options to configure the plugin
2018-05-12 21:58:30 -03:00
Michael Lutsiuk
02b31cd3af
Mitigate problems caused by default json syntax concealing quotes ( #240 )
...
* Respect original values of 'concealcursor' and 'conceallevel', so
when user disables indentLine - quotes in JSON are back.
* Mention this problem in FAQ to save time.
2018-04-15 12:48:08 +08:00
Santos Gallegos
7a7e368205
Allow to exclude by buffer types ( #235 )
...
* Filter by buftype
* Add docs
* Typo
2018-02-22 16:31:01 +08:00
Yggdroot
86de3cdbda
Merge pull request #234 from hhktony/patch-1
...
Fixed typo
2018-02-09 12:05:59 +08:00
Yggdroot
cc514410df
Update README.md
2018-02-08 17:03:53 +08:00
Tony Xu
32db579e78
Fixed typo
2018-02-06 02:07:51 -06:00
Yggdroot
439348543c
fix an issue that no indentLine when split window
2017-10-20 15:38:15 +08:00
Yggdroot
04e5c05fc3
Merge pull request #224 from alex-shamshurin/master
...
Fixed low performance issue on scrolling
2017-10-20 13:46:20 +08:00
Alexander Shamshurin
808a393f53
Update indentLine.vim
...
Disable WinEnter * call <SID>Setup() which causes very low performance on scrolling (after user has switched between windows many times)
2017-10-19 20:23:56 +03:00
Yggdroot
a97b6d12ae
Merge pull request #215 from rysson/master
...
Add background color (ctermbg, guibg)
2017-07-20 19:37:51 +08:00
Robert Kalinowski
bf6b4837d5
Add background color (ctermbg, guibg)
2017-07-20 10:22:50 +02:00
Yggdroot
b355474e3a
Merge pull request #214 from thallada/patch-1
...
Add left-aligned unicode characters to README
2017-07-20 12:10:16 +08:00
Tyler Hallada
8b35e47268
Add left-aligned unicode characters to README
...
LEFT VERTICAL BOX LINE
LEFT ONE EIGHTH BLOCK
These unicode character are displayed all the way to the left of the column instead of in the center like the other unicode character suggestions. I think it's easier to look at.
2017-07-19 23:31:52 -04:00
Yggdroot
cdcf50529a
fix issue #213
2017-07-10 10:31:32 +08:00
Yggdroot
328162351b
add extra license
v2.0
2017-06-14 10:04:58 +08:00
Yggdroot
e046aa9e6f
add a fold marker
2017-05-20 20:59:31 +08:00
Yggdroot
ebd06bf21f
fix issue #204
2017-05-20 16:02:15 +08:00
Yggdroot
76e87e96f5
change "is" to "=="
2017-05-20 14:55:47 +08:00
Yggdroot
50e757d2e6
Merge pull request #202 from veelenga/master
...
Fix typo
2017-05-12 09:42:47 +08:00
V. Elenhaupt
732699c503
Fix typo
2017-05-11 19:32:01 +03:00
Yggdroot
93a6756e13
fix issue #201
2017-05-09 12:40:43 +08:00
Yggdroot
970bb3081f
workaround for issue #201
2017-05-09 10:00:25 +08:00
Yggdroot
2ceee22d25
refactor the code
...
fix issue #193
2017-05-06 22:12:40 +08:00
Yggdroot
0a6171444f
Revert "Fixes #169 . Fixed IndentLinesToggle ( #181 )" ( #200 )
...
It breaks commit 2a26173 .
2017-05-05 15:06:54 +08:00
Alexander
942fea03e6
Fixes #169 . Fixed IndentLinesToggle ( #181 )
2017-01-08 12:17:49 +08:00
iCyMind
86b9824b89
Providing new option g:indentLine_setConceal ( #168 )
...
* add option: g:indentLine_setConceal
* add g:indentLine_setConceal detail to doc and readme
2016-09-26 21:16:38 +08:00
iCyMind
0c003ed758
add "g:indentLine_setColors" details to README and doc. ( #166 )
...
* add "g:indentLine_setColors" details to README and doc.
* fix gramma error
2016-09-23 11:24:03 +08:00
Yggdroot
ce872bd004
fix an issue that indentLine disappear when the file is changed outside
2016-09-22 23:09:28 +08:00
Yggdroot
4b654ecbba
add license, fix issue #160
2016-08-04 09:52:39 +08:00
Yggdroot
d8bccea2db
Merge pull request #158 from gerrard00/cleanup-conceal-in-readme
...
Cleanup conceal section of README.md, fixes #157 .
2016-07-17 19:54:14 +08:00
Gerrard Lindsay
4f63340222
Cleanup conceal section of README.md, fixes #157 .
2016-07-15 12:49:05 -04:00
Yggdroot
2a2617310b
fix issue #114 #124 #129 #144
2016-03-17 23:26:27 +08:00
Yggdroot
73948324f5
remove useless code
2016-03-16 22:19:47 +08:00
Yggdroot
9cb94e1735
fix some issue
2016-01-16 22:07:49 +08:00
Yggdroot
f79f14f938
Merge pull request #145 from Yggdroot/revert-144-on-syntax
...
Revert "Fix indendLine doesn't work with 'syntax' option change"
2016-01-15 22:46:55 +08:00
Yggdroot
53ec95d698
Revert "Fix indendLine doesn't work with 'syntax' option change"
2016-01-15 22:46:12 +08:00
Yggdroot
28ef9b49d9
Merge pull request #144 from haya14busa/on-syntax
...
Fix indendLine doesn't work with 'syntax' option change
2016-01-15 22:09:36 +08:00
haya14busa
fc6584136a
Fix indendLine doesn't work with 'syntax' option change
2016-01-14 22:30:25 +09:00
Yggdroot
e32d06b514
Update README.md
2016-01-11 22:15:16 +08:00