capture.vim icon indicating copy to clipboard operation
capture.vim copied to clipboard

Show Ex command output in buffer

Results 2 capture.vim issues
Sort by recently updated
recently updated
newest added

Hi @tyru. If I enter `Capture! echo 'hi'` twice, on the second time I see: ``` capture: could not create capture buffer: Vim(file):E95: Buffer with this name already exists ```...

It seems that E480 occurs if the buffer name in Windows contains >. `:Capture echo "abc"->substitute('c', 'd','g')` capture: could not create capture buffer: Vim(file):E480: 該当はありません: `=substitute(bufname.bufname, '"', "'", 'g')`