Skip to content

Commit d82b8d8

Browse files
committed
Vim.Buffer: Wipeout tempfile buffer
1 parent 2ab7dad commit d82b8d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

autoload/vital/__vital__/Vim/Buffer.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ function! s:read_content(content, ...) abort
118118
\)
119119
finally
120120
call delete(tempfile)
121+
execute 'bwipeout!' tempfile
121122
endtry
122123
endfunction
123124

0 commit comments

Comments
 (0)