forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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 |
3 years ago | |
---|---|---|
.. | ||
handlers | 3 years ago | |
clipboard.rs | 3 years ago | |
document.rs | 3 years ago | |
editor.rs | 3 years ago | |
graphics.rs | 3 years ago | |
gutter.rs | 3 years ago | |
info.rs | 3 years ago | |
input.rs | 3 years ago | |
keyboard.rs | 3 years ago | |
lib.rs | 3 years ago | |
macros.rs | 3 years ago | |
theme.rs | 3 years ago | |
tree.rs | 3 years ago | |
view.rs | 3 years ago |