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
I've had the same issue and ended up having a look at the causes today. It seems like whatever the underlying issue is, it is happening during the call to evil-previous-line in spacemacs/insert-line-above-no-ident. Replacing this call with a call to previous-line resulted in normal repeatability for me.
Anyone with more experience that knows why this could be a problem?
Description
After performing
SPC i K
(insert-line-above-no-indent), pressing.
doesn't insert a line above. Instead, it repeats the last command beforeSPC i K
Reproduction guide
-Type a few lines of text
-Delete a line with
dd
to create a previous command-Press
SPC i K
-Press
.
Observed behaviour:
The current line is deleted.
Expected behaviour:
A line is inserted above the current line.
System Info
The text was updated successfully, but these errors were encountered: