My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
THE TARBALLS IN THIS DIRECTORY HAVE MOVED
See the downloads page instead:
http://code.google.com/p/android-cruft/downloads/list

vim-7.3-android-binary.tar.gz:
The vim binary and the runtime/ directory. Unpack this in /data on your
rooted phone and export VIMRUNTIME=/data/vim/runtime, then run /data/vim/vim.

bashrc:
vimrc:
vim seems to get confused about "~" as the home directory. To get a .vimrc
to work right, I did the following:
- Create /data/home (It probably would also have worked to leave it /sdcard)
- adb push vimrc /data/home/.vimrc
- Create /data/home/tmp
- Set up /etc/bash/bashrc. Here are the relevant changes:

export HOME=/data/home
export VIMRUNTIME=/data/vim/runtime
export PATH=$PATH:/data/vim

alias vim='vim -u /data/home/.vimrc -i /data/home/.viminfo'
alias vi='vim'

vim-built-for-android.tar.gz:
I started with a copy of vim checked out of mercurial on 21 August 2010 and
hacked on it until I got it to compile using the agcc.pl script in ../ndk.
Then I tarred up the whole thing and put it here.

Change log

r8 by credentiality on Sep 4, 2010   Diff
Moving big tarballs to the Downloads page
Go to: 
Project members, sign in to write a code review

Older revisions

r3 by credentiality on Aug 21, 2010   Diff
update instructions for getting vim to
work right in color
r2 by credentiality on Aug 21, 2010   Diff
Initial checkin of a lot of
accumulated cruft
All revisions of this file

File info

Size: 1070 bytes, 28 lines
Powered by Google Project Hosting