Vim是从vi发展出来的一个文本编辑器。代码补完、编译及错误跳转等方便编程的功能特别丰富,在程序员中被广泛使用。和Emacs并列成为类Unix系统用户最喜欢的编辑器。
访问:ftp" target=_blank>Vim 7.3b beta
详细如下:
Vim 7.3b beta 主要增加支持连续撤销功能,支持 Blowfish 加密、Conceal text、支持 Lua 接口、支持 Python 3 接口等。
Vim 7.3b ready for beta testing
Hello Vim users,
Announcing: Vim (Vi IMproved) version 7.3b BETA
This is a BETA release of Vim 7.3. It consists of Vim 7.2 plus all
patches, updated runtime files and some more.
7.3b both includes lots of fixes and a few new features. Everything
needs to be tested to verify no new problems have been introduced.
Please report every problem you find! The time until a 7.3 release
depends on how many problems are reported.
The biggest additions since 7.2:
- Persistent undo, undo for reload
- Blowfish encryption, also encrypt the swap file
- Conceal text (note: since 7.3a ‘conc’ was renamed to ‘cole’)
- Lua interface
- Python 3 interface