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
简明 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
相关推荐
在Windows操作系统中,Gvim(图形化版本的Vim编辑器)可以被配置成为一个功能强大的集成开发环境(IDE)。Gvim以其高效、可定制性以及对程序员的友好性而受到广泛喜爱。以下将详细介绍如何在Windows环境下利用Gvim...
很多人都配置过IDE的界面配置吧? 主要就是c-tag和winmanager等,附件的东西放到home的.vim/目录下,同时vimrc中加入如下,按wm即可打开IDE界面: " Setup plugin 'winmanager' "----------------------------------...
在Windows 7操作系统中,GVim(Gnu Vi Improved)是一个强大的文本编辑器,它可以被配置成一个功能齐全的集成开发环境(IDE)。本指南将详细介绍如何利用GVim搭建一个适用于编程的IDE环境。 首先,我们需要了解Vim...
**GVim配置IDE插件详解** GVim,作为Vim编辑器的图形界面版本,以其高效、可定制性以及强大的编程支持而广受程序员喜爱。本文将深入探讨如何在Windows环境下利用GVim构建一个功能丰富的IDE环境,通过安装和配置一...
用Gvim建立IDE编程环境 (Windows篇)——稍作更改 http://blog.csdn.net/jeccey/article/details/7402092 将用到的软件,插件打包,省去搜索和查找麻烦
《Gvim IDE绿色清毒版:打造高效编程环境》 Gvim IDE,全称为图形界面下的Vi增强版集成开发环境,是Vim编辑器的一种扩展形式,尤其适用于那些需要更直观、更现代化用户界面的开发者。它继承了Vim的强大功能,同时...
这是《Windows 10使用gvim配置Python IDE(新手操作)》中采用的配置文件_vimrc
在IT行业中,编辑器是程序员日常工作中不可或缺的工具,而GVim作为一个强大的文本编辑器,因其高度可定制性,常被开发者用作轻量级IDE(集成开发环境)。本资源包旨在帮助用户在Linux和Windows操作系统下将GVim配置...
个人基于GVIM 做的IDE,能兼容C/C++/Python等程序语言的开发,已经集成 winmanager, taglist, cviml,visual mark, grep, minibufexpl等插件。并集成了中文开发文档和使用手册。
new vimide for gvim new vimide for gvimnew vimide for gvimnew vimide for gvim
用Gvim建立IDE编程环境,目前只支持C语言,已经做成压缩文件,解压后,在安装目录(我的是C:\Program Files\)下覆盖Vim文件夹即可使用。具体使用方法可参见网络相关文章。在“找到函数定义处”等类似功能时,建议...
安装包中包含:gvim7.3 ctags57 taglist_45 winmanager a.vim grep.vim minibufexpl.vim vimcdoc-1.7.0-setup.exe visualmark.vim ...安装步骤建议参考:用Gvim建立IDE编程环境(最详细,最适合初学者)这篇文章
【GVIM 7.2:Windows下的高级文本编辑器】 GVIM 7.2是一款基于Vim编辑器的图形化版本,专为Windows操作系统设计。它继承了Vim的强大功能和高效编辑特性,并且增加了图形用户界面(GUI),使得用户在不熟悉命令行...
GVim可以通过DDE、 Expect脚本等方式与其他应用程序交互,如集成到IDE中作为嵌入式编辑器,或者在批处理脚本中调用进行文本处理。 9. **学习资源与社区** Vim社区活跃,有许多在线教程、论坛和博客,如Stack ...
9. **集成开发环境(IDE)特性**:虽然GVIM本身不是一个完整的IDE,但通过插件如NERDTree(文件管理)、Tagbar(显示标签结构)、Aloft(Git集成)等,可以实现很多IDE的功能。 10. **跨平台**:GVIM可在多种操作系统...
gvim7.4.280 及IDE配置教程及使用到的相关文件: a.vim ec57w32.zip grep.vim gvim74_7.4.280.0.exe minibufexpl.vim taglist_45.zip vimcdoc-1.9.0-setup-unicode.exe visualmark.vim winmanager.zip 用Gvim建立IDE...
【Gvim 使用教程】 Gvim 是 Vim 的图形用户界面版本,尤其在 Linux 系统下被广泛使用,作为一款强大的文本编辑器,它为程序员和系统管理员提供了高效的工作环境。本教程将帮助你理解 Gvim 的核心功能和使用技巧,...
在Windows环境中,GVIM(Gnu Vi Improved)是一款强大的文本编辑器,它可以被配置成一个功能完备的集成开发环境(IDE)。GVIM是Vim的图形界面版本,它继承了Vim的高效编辑特性,同时提供了窗口化操作的便利。本篇...
在Linux环境下,GVIM是一款非常受欢迎的文本编辑器,尤其对于硬件描述语言(如Verilog和System Verilog)的编程人员来说,它提供了强大的编辑功能和高度可定制性。本篇将详细介绍如何在Linux上配置GVIM以优化Verilog...
【标题】"明德扬科教之Gvim_20170511.zip" 提供的是一个关于FPGA开发的资源包,其中涉及到的主要工具是GVim,一个流行的文本编辑器,尤其在编程领域中被广泛使用。该资源可能包含针对2017年5月11日版本的GVim的特定...