parent
cf3948a3fb
commit
29037575e3
@ -33,7 +33,7 @@ endfunction
|
||||
function! indent_guides#enable()
|
||||
let g:indent_guides_autocmds_enabled = 1
|
||||
|
||||
if indent_guides#exclude_filetype()
|
||||
if &diff || indent_guides#exclude_filetype()
|
||||
call indent_guides#clear_matches()
|
||||
return
|
||||
end
|
||||
|
@ -239,6 +239,7 @@ Bug reports, feedback, suggestions etc are welcomed.
|
||||
* Added way to override the default mapping (thanks xuhdev).
|
||||
* Added option g:|indent_guides_exclude_filetypes| to specify a list of
|
||||
filetypes to disable the plugin for.
|
||||
* Disable the plugin when in a diff.
|
||||
|
||||
1.6~
|
||||
* Added option g:|indent_guides_space_guides| to control whether spaces are
|
||||
|
Loading…
Reference in New Issue
Block a user