一个日本人的vim的截图

安装使用 sudo dpkg -i vim7_vim7-1_i386.deb
卸载使用 sudo dpkg -r vim7,卸载的时候有些警告信息,没有关系.
可是我的svn不能更新了,报错信息如下:
svn: Unrecognized URL scheme for ‘https://svn.sourceforge.net/svnroot/vim/vim7′
搜索了一下说是不能load插件,但是不知道怎么解决……如果有谁知道望告知,谢谢。
顺便说一句,昨天升级了dapper核心,导致进不了X了..说是nvidia驱动版本和核心版本不一致..
Announcing: Vim (Vi IMproved) version 7.0d BETA
This is the third BETA release of Vim 7. It appears to be quite stable
and about ready for daily use, but I would like to do some more testing
to be sure.
Since the second BETA release quite a few things were improved, here is
a summary:
- $MYVIMRC is set to to the first found .vimrc file and $MYGVIMRC to the
first found .gvimrc file. Added menu item "Startup Settings" that
edits the $MYVIMRC file
- Added matcharg().
- The tab page labels are shortened, directory names are reduced to a
single letter by default. Added the pathshorten() function to allow a
user to do the same.
- Added CTRL-W gf: open file name under the cursor in a new tab page.
- "New tab" item in the GUI tabline menu opens tab left of the click.
- Added "usetab" to ‘switchbuf’: jump to window in other tab page.
- Added tabpage-local variables t:var.
- ‘cmdheight’ now works local to a tab page.
- Motif: Added GUI tab pages line. (Yegappan Lakshmanan)
- Win32: The font used for the tab page labels was too big. Use the
system menu font. (George Reilly)
- Use of the Enter key for the popup menu works differently, hopefully
better.
- Win32: Set the default for ‘isprint’ back to the wrong default
"@,~-255", because many people use Windows-1252 while ‘encoding’ is
"latin1".
- When init_spellfile() finds a writable directory in ‘runtimepath’ but
it doesn’t contain a "spell" directory, create one.
- A series of bug fixes, see the end of ":help version7".
Since Vim 6.4 many new features have been added. To mention a few:
- Spell checking support for about 50 languages
- Intelligent completion: Omni completion
- 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 matching parens, cursor line and cursor column
- Translated manual pages support.
- Internal grep; works on all platforms, searches compressed files
- Browsing of remote directories, zip and tar archives
- Printing multi-byte text
Once you have installed Vim 7.0d BETA you can find details about the
changes since Vim 6.4 with ":help version7". There are also a lot of
bug fixes.
Testing
——-
This is a BETA test version. Please give it a good test and report
anything that isn’t right. That includes a crash but also a typo in the
documentation.
A known problem is that generating the Hungarian spell file doesn’t
work.
I will not make an Amiga or OS/2 binary for Vim 7. A Mac version should
be available soon on http://macvim.org/
Where to get it
—————
Information about which files to download for what system:
http://www.vim.org/download.php
All files can be found below this directory:
ftp://ftp.vim.org/pub/vim/unstable/
A list of mirror sites can be found here:
http://www.vim.org/mirrors.php
Vim 7.0d is also available from CVS and with Aap:
http://www.vim.org/develop.php
Happy Vimming!
过一会儿就结束了。然后把编译出拉的exe文件拷贝出去,外面还有一个runtime目录,放到里面就可以运行了。之前我还象ubuntu里面一样运行nmake install,结果不支持,哈哈。
恭喜Bram,恭喜vim,只有作者在没有后顾之忧的情况下,项目才会很好的发展。
谢谢google。google现在已经笼络了很多开源世界的大牛,比如python的老大,现在的Bram。
[ANN] Vim documentation Chinese translation 0.9.0
vim
|
More options | 3:24 am (5 hours ago) | |||
This is a major milestone release! All Vim documentation are now
translated and updated against Vim 6.4. This release is almost
single-handedly made possible by Willis, who has only joined us for no
more than a month. Everybody is encouraged to upgrade (hint: read the
INSTALL file). Online HTML version will be updated shortly.
Available at http://vimcdoc.sourceforge.net/
Rgds,
lang2
deb-src http://ubuntu.cn99.com/ubuntu/ breezy main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ breezy-updates main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ breezy-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ breezy-backports main restricted universe multiverse
这个命令会在你的个人目录里面建立一个vim7的目录.里面就是vim7的最新的源代码.如果执行命令出错,说找不到命令cvs,便是你没有安装cvs,可以使用sudo apt-get install cvs来安装
下面是几张截图.



