We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helix sometimes produces a panic after using undo redo.
minimal reproduction:
:later
Interestingly, when using :earlier instead of u the panic does not occur.
:earlier
thread 'main' panicked at 'assertion failed: self.len_after == other.len', helix-core\src\transaction.rs:128:9 stack backtrace: 0: std::panicking::begin_panic_handler at /rustc/59eed8a2aac0230a8b53e89d4e99d55912ba6b35\/library\std\src\panicking.rs:517 1: core::panicking::panic_fmt at /rustc/59eed8a2aac0230a8b53e89d4e99d55912ba6b35\/library\core\src\panicking.rs:101 2: core::panicking::panic at /rustc/59eed8a2aac0230a8b53e89d4e99d55912ba6b35\/library\core\src\panicking.rs:50 3: helix_core::transaction::ChangeSet::compose 4: helix_view::document::Document::apply 5: helix_term::commands::append_to_line 6: helix_term::ui::editor::EditorView::render_statusline 7: <helix_term::ui::editor::EditorView as helix_term::compositor::Component>::handle_event 8: helix_term::application::Application::handle_terminal_events 9: <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll 10: tokio::park::thread::CachedParkThread::block_on 11: tokio::runtime::thread_pool::ThreadPool::block_on 12: tokio::runtime::Runtime::block_on 13: hx::setup_logging
The text was updated successfully, but these errors were encountered:
Fix earlier/later missing changeset update
c8e9909
Fix helix-editor#1059
Fix earlier/later missing changeset update (#1069)
9d59142
Fix #1059
Successfully merging a pull request may close this issue.
Helix sometimes produces a panic after using undo redo.
minimal reproduction:
:later
oInterestingly, when using
:earlier
instead of u the panic does not occur.backtrace
The text was updated successfully, but these errors were encountered: