Skip to content

Commit

Permalink
Remove silent from ddu#util#execute_path()
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jun 19, 2023
1 parent 29c03c2 commit 951c320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/ddu/util.vim
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function ddu#util#execute_path(command, path) abort
endif

try
silent execute a:command path->fnamemodify(':.')->fnameescape()
execute a:command path->fnamemodify(':.')->fnameescape()
catch /^Vim\%((\a\+)\)\=:E325\|^Vim:Interrupt/
" Ignore swap file error
catch
Expand Down

0 comments on commit 951c320

Please sign in to comment.