Skip to content

Commit

Permalink
Don't use silent!
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Mar 1, 2024
1 parent d269de4 commit 9013afc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions autoload/dpp/source.vim
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ function dpp#source#_source(plugins, function_prefix) abort

if (is_reset || filetype_before !=# filetype_after) && &l:filetype !=# ''
" Recall FileType autocmd
" NOTE: Use silent! because ftplugins may be broken.
silent! let &l:filetype = &l:filetype
let &l:filetype = &l:filetype
endif

if !has('vim_starting')
Expand Down

0 comments on commit 9013afc

Please sign in to comment.