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
__Issue:__ Binding to some ex commands - like `:enew` - aren't working as expected. In the `:enew` case, no buffer is opened.
__Defect:__ The effects are being ignored, so there is no buffer transition
__Fix:__ Re-use the effect logic in `VimStoreConnector` to handle this (use the `VimExecuteCommand` action).
Fixes#2604
As reported by @spar7453 in #1423 (comment):
I've reproduced this myself using
and can see from the logs that the command is being executed, but nothing happens.
I suspect it's because of the effects added in #2597 which are just ignored here:
oni2/src/Store/KeyBindingsStoreConnector.re
Lines 486 to 489 in 480f09c
The text was updated successfully, but these errors were encountered: