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

Exclude > that cannot be used as a buffer name in Windows

Open hokorobi opened this issue 1 year ago • 0 comments

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')

hokorobi avatar Dec 29 '23 01:12 hokorobi