You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set virtualedit=block and [ov ]ov cov mappings doesn't do anything.
I would expect to all take effect and I suppose that was the idea behind current implementation that appends all to whatever the value of virtualedit is. Judging from :help virtualedit and some testing if all is to work it has to be a single value.
The text was updated successfully, but these errors were encountered:
Hi. I also experienced this. 'all' only works alone: :se ve=all. The logic should be changed like so: first record the value of &ve in a global variable then when toggling set to all or the recorded value.
It might be a good idea for me to do a pull request :)
I have
set virtualedit=block
and[ov ]ov cov
mappings doesn't do anything.I would expect to
all
take effect and I suppose that was the idea behind current implementation that appendsall
to whatever the value ofvirtualedit
is. Judging from:help virtualedit
and some testing ifall
is to work it has to be a single value.The text was updated successfully, but these errors were encountered: