momodalo / vimtouch

vimtouch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Files deleted on exit

davidchisnall opened this issue · comments

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.

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.