Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix panic on paste from blackhole register (helix-editor#4497)
The sequence "_y"_p panics because the blackhole register contains an empty values vec. This causes a panic when pasting since it unwraps a `slice::last`.
- Loading branch information