diff options
author | asami <asami@FreeBSD.org> | 2000-08-01 03:28:41 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-08-01 03:28:41 +0800 |
commit | 25f6186513b902521ab515894502f7a1602221b9 (patch) | |
tree | 16ba7bfef1676614f6f05fc2c2249c6dab05869f /editors/vim/pkg-descr | |
parent | 4fdcea8e120340589539f11b2d3b51e22c69b114 (diff) | |
download | freebsd-ports-gnome-25f6186513b902521ab515894502f7a1602221b9.tar.gz freebsd-ports-gnome-25f6186513b902521ab515894502f7a1602221b9.tar.zst freebsd-ports-gnome-25f6186513b902521ab515894502f7a1602221b9.zip |
Add this back -- it was a repository copy. ;)
Pointy hat to: asami
Diffstat (limited to 'editors/vim/pkg-descr')
-rw-r--r-- | editors/vim/pkg-descr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/editors/vim/pkg-descr b/editors/vim/pkg-descr new file mode 100644 index 000000000000..67770104fbe3 --- /dev/null +++ b/editors/vim/pkg-descr @@ -0,0 +1,24 @@ +Vim is a virtually compatible, extreamly enhanced, version of the UNIX +text editor vi. + +There are a lot of enhancements above Vi: multi level undo, multi-windows +and buffers, syntax highlighting, command line editing, filename completion, +on-line help, visual selection, etc.. + +Many features above standard vi's have been added: + multiple windows and buffers, multi level undo, command line history, + filename completion, selection highlighting, block operations (including + column/rectangular blocks), syntax highlighting, on-line help, etc. + Embeded Perl, Tcl, and Python support. + See ":help vi_diff" for a summary of the differences between Vim and Vi. + + 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 + +See http://www.vim.org/why.html for a full explanation of Vim's features. + +Portability to all UNIX platforms, AmigaOS, Archimedes, Atari MiNT, BeOS, +M$-DOS, MacOS, OS/2, VMS, WinNT+Win95. + +-- David (obrien@cs.ucdavis.edu) +WWW: http://www.vim.org/ |