momodalo / vimtouch

vimtouch
Apache License 2.0
349 stars 71 forks source link

Files deleted on exit #58

Open davidchisnall opened 11 years ago

davidchisnall commented 11 years ago

Opening a file from the File Manager with vimtouch allows it to be edited and saved, however the changes do not persist. After exiting vimtouch, the file is still in its original state and all changes are lost.

davidchisnall commented 11 years ago

To clarify: the file is not, in fact, deleted. It is stored in /data/data/net.momodalo.app.vimtouch/app_tmp. There does, however, not exist any GUI for browsing these files and so I was only able to find this by opening the original file again, saving it, asking vim for the save path and then doing :!ls in this directory, then opening it, and finally saving it in a sensible place.