Skip to content

Commit

Permalink
Remove filetype detect(test)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Aug 13, 2018
1 parent e2e3b02 commit f4c86b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions autoload/denite/util.vim
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ function! denite#util#execute_path(command, path) abort
let save_wildignore = &wildignore
try
execute a:command '`=s:expand(a:path)`'
if &l:filetype ==# ''
filetype detect
endif
catch /^Vim\%((\a\+)\)\=:E325/
" Ignore swap file error
catch
Expand Down

0 comments on commit f4c86b5

Please sign in to comment.