since my device upgraded to Android 5.0 I'm no longer able to find out where the configuration files need to go since the falback-directories don't seem to exist and the environment variables $HOME and $VIM apparently are not set inside vim-touch. With Android 4.4 everything was fine.
Please tell me how to setup .vimrc and .vim.
Best regards
Manuel
Open Vim and do these ex-cmds
:cd ~/vim
:0r !ls -la
(The second command begins with Colon-ZERO-r)
If you just want ot edit .vimrc you can select that from the VimTouch menu.