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
self.enter_normal_mode() within helix-view/src/editor.rs/switch panics upon launch if initial_mode is not normal.
Note to self: traced this back to helix-view/src/tree.rs/get_mut, unsuccessfully debugged. No idea why this is happening. This is a bug in the file explorer, band-aid patched it out.
The text was updated successfully, but these errors were encountered:
self.enter_normal_mode()
withinhelix-view/src/editor.rs/switch
panics upon launch ifinitial_mode
is notnormal
.Note to self: traced this back to
helix-view/src/tree.rs/get_mut
, unsuccessfully debugged. No idea why this is happening. This is a bug in the file explorer, band-aid patched it out.The text was updated successfully, but these errors were encountered: