Skip to content

Commit

Permalink
vi_test: fix a bug that test fails to restore the original state
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Jan 24, 2020
1 parent 6aa1732 commit d912e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keymap/vi_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ function ble/widget/vi-command:check-vi-mode {
#----------------------------------------------------------------------------

# restore
ble-edit/content/reset "$original" edit
ble-edit/content/reset "$original_str" edit
_ble_edit_ind=$original_ind
_ble_edit_mark=$original_mark
_ble_edit_mark_active=$original_mark_active
Expand Down

0 comments on commit d912e69

Please sign in to comment.