Skip to content

Commit

Permalink
Vim.Buffer: Use 'silent' to silently wipeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Jan 12, 2017
1 parent f072844 commit 0aa3199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/vital/__vital__/Vim/Buffer.vim
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function! s:read_content(content, ...) abort
\)
finally
call delete(tempfile)
execute 'bwipeout!' tempfile
silent execute 'bwipeout!' tempfile
endtry
endfunction

Expand Down

0 comments on commit 0aa3199

Please sign in to comment.