vim 7.0发布
vim 7.0发布了.和vim 6.4比起来,有如下改动:
-
- Spell checking support for about 50 languages
- Intelligent completion for C, HTML, Ruby, Python, PHP, etc.
- Tab pages, each containing multiple windows
- Undo branches: never accidentally lose text again
- Vim script supports Lists and Dictionaries (similar to Python)
- Vim script profiling
- Improved Unicode support
- Highlighting of cursor line, cursor column and matching braces
- Translated manual pages support.
- Internal grep; works on all platforms, searches compressed files
- Browsing remote directories, zip and tar archives
- Printing multi-byte text
其中我觉得比较重要的是Tab pages,可以在同一窗口打开多个文件,象firefox那样。虽然这个功能在其它文本编辑器上早已经很常见,但是出现在vim上好像还是第一次。
在我安装的时候,它居然需要将以前老版本的vim全部删除(包括配置文件)。所以我不得不把以前的老配置文件给分离出来,将来也可以继续使用。
贴上我的vim配置:
my.vim
colo zellner
set guifont=Courier_New:h11:cANSI nobackup tabstop=4 shiftwidth=4
au BufRead * simalt ~x
只要修改_vimrc加上一行就可以包含进来:
source d:\my.vim
作者: Volcano 发表于May 10, 2006 at 6:27 am
zim 于 2006-05-12 @ 08:22:49 留言 :
你小子最近玩消失啊!
联系不到人,呵呵!
volcano 于 2006-05-12 @ 10:32:30 留言 :
我惨啊,不能上qq,msn最近
zim 于 2006-05-12 @ 11:13:50 留言 :
家里的电脑搞定了不?
volcano 于 2006-05-29 @ 14:40:46 留言 :
Vim7 的新功能
http://blog.bs2.to/post/EdwardLee/5342