Hello. I got vim ported to android: http://credentiality2.blogspot.com/2010/08/native-vim-for-android.html
But I'm getting weird behavior with $HOME: localhost ~ # echo $HOME /data/home localhost ~ # ls -la /data/home drwxrwxrwx 1 root root 2048 Aug 21 14:21 . drwxrwx--x 1 system system 2048 Aug 21 14:17 .. -rw-r--r-- 1 root root 1189 Aug 21 13:59 .viminfo -rw-r--r-- 1 root root 1123 Aug 21 13:31 .vimrc When I run vim, it doesn't see the .vimrc. But if I run "vim -u /data/home/.vimrc", my settings take effect as they should. But then when I exit, it tells me: E138: Can't write viminfo file $HOME/.viminfo! -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
