yilisharcs
yilisharcs
I thought to report it here because the issue is non-existent if I do it in a plain terminal (or even :term). It's only with Neovide that this happens
Have you been able to reproduce this with more details?
Instead of manually reading and writing buffers, I opted to call the built-in readfile and buf_write functions to do the heavy lifting. This should be much more stable. It doesn't...
This can yet be improved. Instead of having write calls happen twice, we can have `buf_write_make_backup` be called again in `buf_write`. I'll look into this later today
Broke backup tests. Idk how to fix this
Failing tests all concern changed behavior, because the backups aren't the same anymore due to the copy operation at the end of the function. How can I help with this?
Hence the suggestion for the 'undosync' option. The way I see it it's either put it back in or delete the failing tests, and I'm not too keen on the...
These are the errors I get. ``` Sep 23 14:19:17.405 ERROR Error: RC file not found: .bash_profile ``` ``` Sep 23 14:19:25.362 ERROR Error: RC file not found: .bash_login ```...