Vim 7.2 for windows mobile is available at:
mobiphil.com/vim.exe
This version still needs a lot of cleanup, just uploaded for “demo” reason.
Among other problems the environment variables are hardcoded:
HOME = /SDMMC/MySystem/home
VIM = /SDMMC/MySystem/Programms/Vim
VIMRUNTIME = /SDMMC/MySystem/Programms/Vim
PATH= /SDMMC/MySystem/Programms/Vim
However it is stated on the homepage of wikipediafs that the project is not maintained, it works! The only one change one has to make is:
user.py:56: self.login_page = “%s?title=Special:Userlogin” % self.basename
into
user.py:56: self.login_page = “%s?title=Special:UserLogin” % self.basename
(note the change from Userlogin to UserLogin)…
and now it is straightforward and easy to edit the wiki with vim… I will write probably a plugin to jump to links automatically. I wish one day there will be fuse fore wince
and I will be able to edit wikis with vim on mobile
Please note that wikipediafs is a userspace filesystem and is mounted with help of http://fuse.sourceforge.net.
Vim 7.2 is running full screen on windows mobile. Screeshots and exe comming soon, stay tuned. Plannning soon to put some structured info on http://mobiphil.com/vimowiki
I created a wiki where I will try to collect information about issues/success stories/problems building vim for windows mobile:
http://mobiphil.com/vimowiki
your help is welcome!