Installing Vim Binaries on Win64
Introduction
I have ported Vim to run natively on Win64, the 64-bit flavor of Windows. The Win32 vim.exe and gvim.exe have always run on Win64, but things like the "Edit with Vim" shell extension didn't work.
There is no nice installer for the Win64 binaries yet.
The 7.2 build of Vim supports the Python interface. You must install the Win64 build of Python 2.5.2 to use it.
Installation
0. 准备软件及插件。
(a)gvim72.exe 地址 Win64 http://vim-win3264.googlecode.com/files/vim72.zip。
(b)vimcdoc-1.7.0-setup.exe 地址:http://prdownloads.sourceforge.net/vimcdoc/vimcdoc-1.7.0-setup.exe?download
(c)ec57w32.zip 地址:http://prdownloads.sourceforge.net/ctags/ec57w32.zip
(d)taglist_45.zip 地址:http://www.vim.org/scripts/download_script.php?src_id=7701
(e)winmanager.zip 地址:http://www.vim.org/scripts/download_script.php?src_id=754
(f)minibufexpl.vim 地址:http://www.vim.org/scripts/download_script.php?src_id=3640
(g)a.vim 地址:http://www.vim.org/scripts/download_script.php?src_id=7218
(h)grep.vim 地址:http://www.vim.org/scripts/download_script.php?src_id=7645
(i)visualmark.vim 地址:http://www.vim.org/scripts/download_script.php?src_id=4700
To install Vim, first download vim72.zip. This 18MB file contains all the files you need for a full installation, including the latest Vim runtime.
Unzip the zipfile into a directory whose name ends in vim, such as C:\Program Files\Vim, D:\vim, or C:\mytools\vim. This will create a vim72 subdirectory, containing all the files. Start a cmd.exe window, cd ...\vim\vim72, then run install.exe, the command-line installer. This will offer you a series of choices. You can probably just type d to "do it".`
On Vista and Windows 7, you must run the cmd window as an Administrator. (Most users run as administrators on earlier versions of Windows.)
- In Windows Explorer, go to c:\windows\system32, select cmd.exe, and right-click. Choose Run as Administrator.
- In the new Administrator cmd window, cd to the directory where you unzipped the Vim binaries and run install.exe. You should now be able to successfully create the batch files and register "Edit with Vim".
To uninstall, use uninstall.exe in the same directory.
Note: The message translations (:help win32-gettext) do not yet work, because I have not been able to locate a Win64 version of libintl.dll.
show table list view
:TlistToggle
reference documents
http://www.cnblogs.com/xiekeli/archive/2012/08/13/2637176.html
config Java IDE in gvim
http://www.cnblogs.com/feichexia/archive/2012/11/07/Vim_JavaIDE.html
http://arstechnica.com/information-technology/2009/05/vim-made-easy-how-to-get-your-favorite-ide-features-in-vim/
简明 Vim 练级攻略
http://coolshell.cn/articles/5426.html
vim configuration automation
https://github.com/perfectworks/vim
http://linuxconfig.org/vim-tutorial
Gvim as IDE
http://vim.wikia.com/wiki/Use_Vim_like_an_IDE
http://edyfox.codecarver.org/html/vim.html
http://easwy.com/blog/archives/advanced-vim-skills-catalog/