Closed GoogleCodeExporter closed 9 years ago
It does work for me. Try to :e ~/.vimrc
Original comment by socolow...@gmail.com
on 1 May 2012 at 2:06
:e ~/.vimrc did not work for me. I was only able to get my .vimrc file into
vimtouch's home directory by becoming the superuser. somehow the permissions
on the .vimrc file gave no access to the user. ie no access for vimtouch. By
changing these permission as the superuser via chmod u+rw .vimrc, I got my
.vimrc to work.
Original comment by imlikewh...@gmail.com
on 15 Jun 2012 at 12:38
On my tablet, ~ and $HOME expand to /data/data/net.momodalo.app.vimtouch/files,
which is not editable without root permission. It would be great if /mnt/sdcard
or some other user-writable path could be used to contain .vimrc
Original comment by admiraln...@gmail.com
on 3 Jul 2012 at 2:33
I added an option menu to open the .vimrc
Original comment by momod...@gmail.com
on 21 Aug 2012 at 4:26
This is still an issue. The menu option is nice but it looks for ~/.vimrc
The app user's home directory on a Nexus 9 with Lollipop defaults to /data. The
user doesn't have permissions to write to /data so the open fails as it tries
to make a recovery file.
I assume that the vimrc file in the vim directory for the application is the
one that is actually parsed. If so, then the app should open
/data/data/net.momodalo.app.vimtouch/files/vim/vimrc which does have the
appropriate permissions.
Until there is some standardization on $HOME I would hard code the location.
Original comment by kevin...@gmail.com
on 10 Jan 2015 at 6:38
This is as yet unresolved. How to write to vimrc, how to set HOME to other
than install dir. Where does this issue get resolved?
Original comment by faria.st...@gmail.com
on 19 Feb 2015 at 9:38
It looks like the issue is closed, but my environment seems to be the same as
described by Kevin. What is standard procedure, should someone create a new
issue?
I'm unable to find a writeable directory for vimrc on unrooted stock nexus 10
running Lollipop 5.1.
Original comment by arvdme...@gmail.com
on 22 Mar 2015 at 6:25
I have added this issue on the issues list for the github repo.
https://github.com/momodalo/vimtouch/issues/90
I would consider this page and the contents as abandoned.
Original comment by kevin...@gmail.com
on 24 Mar 2015 at 5:34
Original issue reported on code.google.com by
truffle...@gmail.com
on 3 Apr 2012 at 8:29