purescript-contrib/purescript-vim

Wrong highlighting after scrolling file

oblitum opened this issue · 2 comments

Opening https://github.com/paf31/purescript-book/blob/master/chapter8/src/Main.purs and scrolling down twice with CTRL-d I get some strange highlighting related to strings, this behaviour doesn't seem very consistent. If then I move the cursor over the problematic lines, line by line, they get fixed.

asciicast

Reproduced both in Vim and NeoVim.

cc @Arthur-Xavier

Thanks for the report @oblitum. It seems I already got it fixed in the refactoring. I shall release it tomorrow or wednesday at latest. I'll add this file to the "test suite".

Thanks for the help! :)

Looks like fixed, thanks!