diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-05-25 02:59:06 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-05-25 02:59:06 +0000 |
commit | 87322138a9e724f485f0e6c7287eae5ecd7a1751 (patch) | |
tree | 4b2d6065e8190b0c1723596459640d5e4ae68472 /editors/vim5/pkg-descr | |
parent | 6fceba7f126061dc0c5097f238fb1479c0a89ae0 (diff) | |
download | ports-87322138a9e724f485f0e6c7287eae5ecd7a1751.tar.gz ports-87322138a9e724f485f0e6c7287eae5ecd7a1751.zip |
Notes
Diffstat (limited to 'editors/vim5/pkg-descr')
-rw-r--r-- | editors/vim5/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/vim5/pkg-descr b/editors/vim5/pkg-descr new file mode 100644 index 000000000000..c841370b62ca --- /dev/null +++ b/editors/vim5/pkg-descr @@ -0,0 +1,15 @@ +Vim is an almost compatible version of the UNIX text editor vi. Only the 'Q' +command is missing (you don't need it). + +Many new features have been added: + multiple windows and buffers, multi level undo, command line history, + filename completion, selection highlighting, block operations (including + column/rectangular blocks), etc. + + an X-windows aware or a full X-windows GUI version can also be built + that allows full use of the mouse and pull-down menus + +Portability to all UNIX platforms, Amiga DOS, MS-DOS, MS-Windows NT, and + Archimedes. + +-- David (obrien@cs.ucdavis.edu) |