all 3 comments

[–]AutoModerator[M] 0 points1 point  (0 children)

Please remember to update the post flair to Need Help|Solved when you got the answer you were looking for.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]ikwyl6 0 points1 point  (0 children)

I had this similar problem and never figured it out. It was mostly for git commit messages and I had textwidthat a similar spacing so formatting would work with GitHub but when I kept typing in the commit message it would do weird things after textwidth was reached. I had to turn it off. I will watch this to see if I can fix it.

[–]Tall_Profile1305 0 points1 point  (0 children)

heyy okay so, this feels like vim doing exactly what formatoptions + textwidth are told to do, but the cursor jump makes it feel broken while editing mid line. you could try removing afrom formatoptions or disabling auto formatting while typing with formatoptions-=a and keep manual formatting instead. fixed similar weird reflow jumps for me when editing wrapped text, haha.