You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typing quickly at the top level causes the the alignment to break:
(deffoobar [1]
2)
This happens under smart and indentparinfer_mode, but not when using paren 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.
The text was updated successfully, but these errors were encountered:
sheluchin
changed the title
Fast typing causes hanging indents to become misaligned
Fast typing causes hanging indents to become misaligned in vim
Jun 23, 2022
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.
The text was updated successfully, but these errors were encountered: