Commit Graph

213 Commits

Author SHA1 Message Date
Paul Bourke
a03cb8cd36 Add a note to README for Mac users
I couldn't figure out why this plugin wouldn't work for me for quite a while, till I read https://github.com/Yggdroot/indentLine/issues/59.

This adds a note to the README to let users know they need +conceal compiled in.
2020-06-18 19:03:24 +01:00
Yggdroot
43dbd70928 Merge pull request #311 from mnishz/fix_AutoResetWidth
Fix unexpected feature enabling by AutoResetWidth
2020-05-29 20:56:30 +08:00
mnishz
e14cef7907 Fix unexpected feature enabling by AutoResetWidth 2020-05-27 23:23:37 +09:00
Yggdroot
15aceda8c4 Merge pull request #294 from Mike325/autoredraw
Enable auto redraw indentLines
2020-03-06 10:01:05 +08:00
Mike
c1cacf2e46 Enable auto redraw indentLines
Trigger redraw after set shiftwidth or tabstop
2020-03-05 13:24:52 -08:00
Yggdroot
dfc850b7e4 Cursor position is wrong on startup 2020-03-04 14:16:51 +08:00
Yggdroot
1825d56ea8 fix issue #293
No such group or event: OptionSet diff call s:ToggleOnDiff()
2020-03-03 09:36:13 +08:00
Yggdroot
0fd5b08b3c fix issue #289 2020-03-02 15:12:32 +08:00
Yggdroot
f9ebc9a811 do not show indentLine if diff is set 2020-03-02 14:36:43 +08:00
Yggdroot
bb548a975e Revert "fix a bug"
This reverts commit 192a70b784.
2019-10-26 13:15:00 +08:00
Yggdroot
192a70b784 fix a bug 2019-10-26 11:21:13 +08:00
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