Skip to content

Commit f941e05

Browse files
committed
Fix interactive commands not working after mapped commands
See guillermooo/Vintageous#1042 Original fix by @draivin
1 parent 2fdc06e commit f941e05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xactions.py

+1
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,7 @@ def run(self, keys, repeat_count=None, check_user_mappings=True):
687687
if leading_motions:
688688
if ((len(leading_motions) == len(keys)) and
689689
(not state.must_collect_input)):
690+
state.non_interactive = False
690691
return
691692

692693
_logger.info('[ProcessNotation] original seq/leading motions: {0}/{1}'

0 commit comments

Comments
 (0)