mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-12 20:03:49 -05:00
Fix normal-mode repeat affected by visual-mode operator
This commit is contained in:
@@ -1545,6 +1545,23 @@ Expect:
|
||||
bbb = 3
|
||||
aaaa = 4
|
||||
|
||||
Do (Visual-mode operator is not repeatable and shouldn't affect normal-mode repeat):
|
||||
\<Space>Aj=
|
||||
3G
|
||||
Vj\<Enter>\<Enter>=
|
||||
7G
|
||||
.
|
||||
|
||||
Expect:
|
||||
a = 1
|
||||
bb = 2
|
||||
ccc = 3
|
||||
dddd = 4
|
||||
|
||||
d = 1
|
||||
cc = 2
|
||||
bbb = 3
|
||||
aaaa = 4
|
||||
###########################################################
|
||||
Execute:
|
||||
Restore
|
||||
|
||||
Reference in New Issue
Block a user