NewUserHa
NewUserHa
but only when enable ALE cause this problem, not any other plugins. the rest configure are the default vimrc created by vim after installing it, it's not setted by me
``` v & "-c:call paste#Paste() no "+gP Press ENTER or type command to continue ```
can't you reproduce the issue? even on win10 + gvim8?
I didn't touch anything about vim and it's plugins except the vimrc was changed as what I posted above. it do seldom paste the right content instead `:call paste#Paste()`. I...
how can I borrow my bug to you(joke I installed a brand new win10 1803 on a new pc months ago. I installed vim by `gvim_8.0.1599_x86.exe` and ale `via plug-vim`...
because of this bug, I always have to delete the selected texts before paste anything first then c-v paste it, otherwise triggered it. so sadly ps. I think without selecting...
hope so. and I double checked this issue only appears while ALE is enabled. ps. according to the above comments, ArchLinux(gvim), mac(vim?), windows(gvim) will have this issue.
using `gvim 64 8.1.1967`. this bug still be there. how couldn't repeat it?
I found `let paste#paste_cmd = {'n': ":call paste#Paste()"}` in paste.vim. can it help? edit: after I recalled some function defined in paste.vim and mswin.vim. it start to get `:call paste#Paste()`...
I really want to but I don't figure out what's the reason since I'm some new to vim. But I tried to find out then post the infos above for...