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
Fixed a segmentation fault which happened after exiting some special terminal buffers (like fzf)
Removed padding from patches in synching from neovim to Qt Creator, previously changes from neovim would make Qt Creator flicker colors around the change and would make Qt Creator spend CPU power to detect colors because it was rewriting texts around the patch (the patch had a padding). Now there should be no flickering, unnecessary CPU usage, etc when syncing from neovim to Qt Creator.