summaryrefslogtreecommitdiff
path: root/editors/vim5/pkg-descr
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-05-25 02:59:06 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-05-25 02:59:06 +0000
commit87322138a9e724f485f0e6c7287eae5ecd7a1751 (patch)
tree4b2d6065e8190b0c1723596459640d5e4ae68472 /editors/vim5/pkg-descr
parentUpgrade to 4.08 (diff)
Beta version of Vim 5.0.
Vim 5.0 beta is still under development (hasn't really reached a final beta stage). Until that point, I don't want to change the stable vim-4.6 port. Note that Vim5.0 has syntax coloring and Perl 5.004 support.
Notes
Notes: svn path=/head/; revision=6549
Diffstat (limited to 'editors/vim5/pkg-descr')
-rw-r--r--editors/vim5/pkg-descr15
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)