Skip to content
This repository was archived by the owner on Jul 29, 2023. It is now read-only.

Commit 88b6f92

Browse files
authored
Merge pull request #198 from Yggdroot/revert-186-fix_fileTypeExclude
Revert "Fixed set conceal options" due to issue #197
2 parents 273ad7b + 0587c56 commit 88b6f92

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

after/plugin/indentLine.vim

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ endfunction
139139
"{{{1 function! s:Setup()
140140
function! s:Setup()
141141
if index(g:indentLine_fileTypeExclude, &filetype) isnot -1
142-
let &l:concealcursor = ""
143-
let &l:conceallevel = "0"
144142
return
145143
endif
146144

@@ -200,7 +198,7 @@ endfunction
200198
"{{{1 augroup indentLine
201199
augroup indentLine
202200
autocmd!
203-
autocmd BufWinEnter,BufEnter * call <SID>Setup()
201+
autocmd BufWinEnter * call <SID>Setup()
204202
autocmd User * if exists("b:indentLine_enabled") && b:indentLine_enabled ||
205203
\ exists("b:indentLine_leadingSpaceEnabled") && b:indentLine_leadingSpaceEnabled |
206204
\ call <SID>Setup() |

0 commit comments

Comments
 (0)