Skip to content

Commit

Permalink
fix(tmp buf): Hide buffer moving message
Browse files Browse the repository at this point in the history
  • Loading branch information
alker0 committed Feb 28, 2023
1 parent 6e9982e commit c22e0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/chezmoi/filetype.vim
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ function! s:run_default_detect(detect_target) abort

" Return to original buffer and also cleanup
" tmp buffer automatically because `bufhidden=wipe`.
execute bufnr_org . 'buffer'
silent execute bufnr_org . 'buffer'
finally
" Restore status.
let &eventignore = evignore_save
Expand Down

0 comments on commit c22e0ab

Please sign in to comment.