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

Commit 0587c56

Browse files
authored
Revert "Fixed set conceal options (#186)"
This reverts commit 273ad7b.
1 parent 273ad7b commit 0587c56

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)