momodalo / vimtouch

vimtouch
Apache License 2.0
348 stars 71 forks source link

Cannot save files #110

Open opk12 opened 3 years ago

opk12 commented 3 years ago

On Android 7, VimTouch 2.3 from f-droid, :w and :wq do not seem to have effect. The same files can be written by other apps, so it does not seem a permission issue.

Kamek437 commented 3 years ago

Same problem, not sure what to do.

thx101 commented 11 months ago

I've noticed that vim touch opens temporary files when used from an intent, rather than the actual file you expect.

The only way I've found around this so far is to:

:sav! /the/full/path/to/the/file

After that :w etc work ok

HTH