Closed tdillenburg closed 4 years ago
Thanks for reporting.
Can repro on WSL.
Not only dd
, I also see the problem with x
LANG=en_US.UTF-8 Ubuntu 16.04.6 (WSL) NVIM v0.5.0-dev Build type: RelWithDebInfo Lua 5.1
Looks like a regression by upgrading dependencies. Could you test older versions?
Again this: InvalidateVisuals()
doesn't trigger Render
Version v0.2-132-ge81f09a is working. And Nvim welcome screen is also showing on this version.
Working with upstream devs on this.
Should be fixed with https://github.com/yatli/fvim/pull/129
There was a workaround against the upstream InvalidateVisuals()
bug but it failed because of updated layout. This is now fixed.
@TiagoDillenburg a new release v0.2-233
will be pushed up soon.
I'm sorry. My linux setup is broken now and I'm afraid I wont be able to tested any time soon.
No worry, I've got a fresh Linux installation recently :)
After the first dd (delete line) command, the next undo and dd require a movement key to finish executing, except if the command deletes up to an empty line (2dd or 3dd to empty line). I ran fvim without init.vim (fvim -u NONE) to prevent conflicts.
LANG=pt_BR.UTF-8 Ubuntu 19.10 Nvim 0.4.3