Download List

项目描述

Traditional vi is derived from the 4BSD source and includes support for modern operating systems, 8-bit input, multi-byte character encodings like UTF-8, and features demanded by POSIX.2. It contains few additions beyond this, so it is of interest for those who look for a small but well-defined vi implementation close to that of most commercial Unix systems. It also has some features to cope with primitive terminals or slow connections.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-03-25 04:26
050325

㈥不再死去,如果行不适合在屏幕上后,插入一个分割错误。是的'p'vi命令现在正常如果缓冲区包含多字节字符的部分线路。传统的,有时不能正常运行,现已确定正则表达式。
标签: Major bugfixes
vi no longer dies with a segmentation fault if a line does not
fit on the screen after an insertion. The 'p' vi command now
works correctly if the buffer contains a partial line with
multibyte characters. Traditional regular expressions that
sometimes failed to operate correctly have now been fixed.

2005-02-25 03:42
050225

许多东亚多字节编码现在支持。传统的正则表达式可以和多字节字符使用。当'ignorecase'选项切换,保存,现在则表达式相应更新了。现在显示正确更新会再次制表是在一行的开头插入。从目前的多字节字符支持和POSIX一致性小很多问题已得到修复。
标签: Minor bugfixes
Many East Asian multibyte encodings are now supported.
Traditional regular expressions can now be used with multi-
byte characters. When the 'ignorecase' option is toggled,
saved regular expressions are now updated accordingly
again. The display is now updated correctly again when a
tabulator is inserted at the beginning of a line. A lot of minor
issues concerning multibyte character support and POSIX
conformance have been fixed.

2005-01-19 19:01
050119

的'x'vi命令作品再三,这是因为以前的版本打破。很多的修复了和多列的多字节字符支持。旧六错误关于前六的组合和复制/删除和粘贴命令是固定的。与饮食libc的编译工作了。
标签: Minor bugfixes
The 'X' vi command works again; it was broken since the previous release. A lot of fixes were made for multibyte and multicolumn character support. An old vi bug concerning combinations of ex and vi copy/delete and paste commands was fixed. Compiling with diet libc works again.

2004-12-02 21:25
12/2/04

支持多字节字符如UTF编码- 8增加了。的'W'视觉指挥空白进展已经超越在当前行结束。在':的S /富/%/'替代现在支持机制。一些可能的堆溢出已得到修复。该代码已被转换为ANSI C和预支持POSIX系统已被删除。
标签: Major feature enhancements
Support for multi-byte character encodings like UTF-8 has been added. The 'w' visual command now advances beyond blanks at the end of the current line. The ':s/foo/%/' substitution mechanism is now supported. Some possible heap overflows have been fixed. The code has been converted to ANSI C, and support for pre-POSIX systems has been dropped.

2004-06-05 15:14
6/5/04

一个RPM说明文件,现在提供的,有些Makefile中的变量已经为此改变。当FreeBSD上运行终端的38400波特率,窗口大小现在设置正确。
标签: Minor feature enhancements
An RPM spec file is now provided; some Makefile variables have been
changed for this. When running on FreeBSD with a terminal baud rate of
38400, the window size is now set correctly.

Project Resources