Vim icon indicating copy to clipboard operation
Vim copied to clipboard

hang when input with big file!

Open liuyug opened this issue 3 years ago • 0 comments

Edit markdown file with vim mode and embed some PNG file with data uri so file size is more than 2KB but line number is less than 10.

It will be hang after input "[ ]" and I have disable all extension except VIM.

#test

[]

![img][reflection_datauri]


[reflection_datauri]:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABLAAAALuCAIA....

[reflection_datauri1]:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABLAAAALuCAIA....

[reflection_datauri2]:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABLAAAALuCAIA....

liuyug avatar Jul 13 '22 01:07 liuyug