mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 20:54:31 +08:00
Remove call to s:option_init("excluded_ft"): it is a global setting only
This commit is contained in:
committed by
Israel Chauca Fuentes
parent
fe9022433d
commit
bf2b68edab
@@ -65,8 +65,6 @@ function! s:init() "{{{
|
||||
call s:option_init("excluded_regions_list", split(s:g('excluded_regions'), ',\s*'))
|
||||
let enabled = len(s:g('excluded_regions_list')) > 0
|
||||
call s:option_init("excluded_regions_enabled", enabled)
|
||||
" excluded filetypes
|
||||
call s:option_init("excluded_ft", "")
|
||||
" expand_space
|
||||
if exists("b:delimitMate_expand_space") && type(b:delimitMate_expand_space) == type("")
|
||||
echom "b:delimitMate_expand_space is '".b:delimitMate_expand_space."' but it must be either 1 or 0!"
|
||||
|
||||
Reference in New Issue
Block a user