Commit Graph

95 Commits

Author SHA1 Message Date
mnishz
e14cef7907 Fix unexpected feature enabling by AutoResetWidth 2020-05-27 23:23:37 +09: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
4764873470 fix issue #266 2019-02-22 14:50:21 +08:00
taylorskalyo
e985c05f8f Get color from 'cterm' instead of 'term' 2018-11-09 17:27:59 -05: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
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
439348543c fix an issue that no indentLine when split window 2017-10-20 15:38:15 +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
Robert Kalinowski
bf6b4837d5 Add background color (ctermbg, guibg) 2017-07-20 10:22:50 +02:00
Yggdroot
cdcf50529a fix issue #213 2017-07-10 10:31:32 +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
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
Yggdroot
ce872bd004 fix an issue that indentLine disappear when the file is changed outside 2016-09-22 23:09:28 +08: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
53ec95d698 Revert "Fix indendLine doesn't work with 'syntax' option change" 2016-01-15 22:46:12 +08:00
haya14busa
fc6584136a Fix indendLine doesn't work with 'syntax' option change 2016-01-14 22:30:25 +09:00
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