mirror of
https://github.com/preservim/vim-indent-guides.git
synced 2025-11-09 18:33:47 -05:00
committed by
Caleb Maclennan
parent
d96c8182d1
commit
9a106c73f6
@@ -286,7 +286,7 @@ function! indent_guides#exclude_filetype() abort
|
||||
return 1
|
||||
endif
|
||||
endif
|
||||
for ft in split(&ft, '\.')
|
||||
for ft in split(&ft, '\.', 1)
|
||||
if index(g:indent_guides_exclude_filetypes, ft) > -1
|
||||
return 1
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user