metakirby5 / codi.vim

:notebook_with_decorative_cover: The interactive scratchpad for hackers.
MIT License
3k stars 83 forks source link

Missalignment on save [python] #123

Open ChristianChiarulli opened 4 years ago

ChristianChiarulli commented 4 years ago

Happens on both vim and neovim

When I first open Codi everything is fine and synced. But after I save the output buffer on the right shifts down and becomes misaligned with the code on the left.

ChristianChiarulli commented 4 years ago

Before: 2020-05-14_13-21

After: 2020-05-14_13-21_1

rodhash commented 2 years ago

Is Codi learning from my code? lol ... well it's hard to explain..

I came here to report a similar problem, in my case the Virtual Text is always misaligned for Python files, HOWEVER, just now when I started recording a gif to show the issue suddenly it's fine, the issue was gone ..

I'm no longer able to reproduce the issue, and obvisouly I have changed nothing .. that's crazy lol ... I guess I'll keep coding until it happens again..

BTW discovered this amazing plugin in your channel, @ChristianChiarulli, thanks a lot

Update: One little odd thing I still see is, whenever I run Codi it automatically opens up all the folded text in my file. I don't know whether this is an issue but if I fold some block of text, Codi will unfold it.