Open sheluchin opened 2 years ago
I've noticed a similar issue where if I use visual insert mode to move a block of code over to the right, and I type in the space characters too quickly, then all hell breaks loose. It works correctly if I slowly enter the space characters one by one.
Given a form like:
Typing quickly at the top level causes the the alignment to break:
This happens under
smart
andindent
parinfer_mode
, but not when usingparen
mode.The timing of the misalignment seems inconsistent, and things work correctly most of the time. To reproduce it consistently, instead of replacing foo with foobar (a small number of keystrokes), just button mash in insert mode.
Pasting and substitution can also produce the same result.