mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 05:27:07 +04:00
026241cf72
* Fix panic on close last buffer (#2367) In certain circumstances it was possible to cause a panic when closing buffers due to some mishandling of view document history. A change has been made to delete removed documents from the history of accessed documents for each view. The ensures we don't attempt to jump to a deleted document by mistake. * Move remove document code into View function 'remove_document' * Replace 'view.jumps.remove' call with 'view.remove_document' call |
||
---|---|---|
.. | ||
src | ||
tests/encoding | ||
Cargo.toml |