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
Normally when a user calls merlin-type-enclosing, it enables merlin-type-enclosing-map and bindings to funtions like merlin-type-enclosing-go-{up,down}. This doesn't work when merlin-eldoc is enabled. Probably because merlin-eldoc is called just after the call to merlin-type-enclosing.
The text was updated successfully, but these errors were encountered:
Normally when a user calls
merlin-type-enclosing
, it enablesmerlin-type-enclosing-map
and bindings to funtions likemerlin-type-enclosing-go-{up,down}
. This doesn't work when merlin-eldoc is enabled. Probably because merlin-eldoc is called just after the call tomerlin-type-enclosing
.The text was updated successfully, but these errors were encountered: