Commit 96cfb06 stites
committed
1 parent ad6bb49 commit 96cfb06 Copy full SHA for 96cfb06
File tree 1 file changed +2
-2
lines changed
yi-keymap-vim/src/Yi/Keymap/Vim
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ replaceBinding = VimBindingE (f . T.unpack . _unEv)
230
230
region <- withCurrentBuffer regionOfSelectionB
231
231
withCurrentBuffer $ transformCharactersInRegionB (StyledRegion style region)
232
232
(\ x -> if x == ' \n ' then x else c)
233
- escAction
233
+ void escAction
234
234
return Finish
235
235
_ -> NoMatch
236
236
f _ _ = NoMatch
@@ -338,7 +338,7 @@ tagJumpBinding = VimBindingY (f . T.unpack . _unEv)
338
338
= WholeMatch $ do
339
339
tag <- Tag . R. toText <$> withCurrentBuffer
340
340
(regionOfSelectionB >>= readRegionB)
341
- withEditor escAction
341
+ void $ withEditor escAction
342
342
gotoTag tag 0 Nothing
343
343
return Finish
344
344
f _ _ = NoMatch
You can’t perform that action at this time.
0 commit comments