metakirby5 / codi.vim

:notebook_with_decorative_cover: The interactive scratchpad for hackers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neovim alignment error

epeery opened this issue · comments

Neovim alignment error

  • Brief description: Output becomes misaligned when file gets too long
  • Expected results: Maintain alignment in Neovim
  • Actual results: Once the file becomes long enough to justify scrolling, output is printed ~10 lines lower than actual code

Issue still occurs with a totally blank vimrc

Steps to reproduce

  • $ vim index.js
  • Press Enter a bunch or just type a lot of code

asciicast

Environment

Thanks in advance!

@epeery Why did you close this? Found a workaround? Having the same issue in vim 8.X.

I submitted a PR in #145 that may fix this issue.