We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab7dad commit d82b8d8Copy full SHA for d82b8d8
1 file changed
autoload/vital/__vital__/Vim/Buffer.vim
@@ -118,6 +118,7 @@ function! s:read_content(content, ...) abort
118
\)
119
finally
120
call delete(tempfile)
121
+ execute 'bwipeout!' tempfile
122
endtry
123
endfunction
124
0 commit comments