* Xed version (xed --version)
xed - Version 3.4.3
* Distribution - (Mint 17.2, Arch, Fedora 25, etc...)
Archlinux
Issue
Unsaved documents cannot survive a disaster recovery scenario, such as a simulated one with #pkill -f -9 xed or my issue posted earlier this year #591
Steps to reproduce
Open a large enough binary/text file or simulate unexpected Xed death with #pkill -f -9 xed
Desired behaviour
Check a temp or cache dir for a backup copy of older data on next startup.
Perhaps something similar to how Vim handles cache files including for unsaved/unfinished file-editing sessions under ~/.cache/vim/swap/ - able to recover even from a kill -9 thanks to its swp files.
Other information
NA
Issue
Unsaved documents cannot survive a disaster recovery scenario, such as a simulated one with
#pkill -f -9 xedor my issue posted earlier this year #591Steps to reproduce
Open a large enough binary/text file or simulate unexpected Xed death with
#pkill -f -9 xedDesired behaviour
Check a temp or cache dir for a backup copy of older data on next startup.
Perhaps something similar to how Vim handles cache files including for unsaved/unfinished file-editing sessions under
~/.cache/vim/swap/- able to recover even from a kill -9 thanks to its swp files.Other information
NA