- Update COMMENT

- Update pkg-descr
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-02-28 01:30:02 +00:00
parent f7f82f55e5
commit cc5ce6a81c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346419
3 changed files with 10 additions and 21 deletions

View File

@ -4,7 +4,7 @@
PORTREVISION= 0
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Vi "workalike", with many additional features (Lite package)
COMMENT= Improved version of the vi editor (lite package)
LITE= yes
MASTERDIR= ${.CURDIR}/../vim

View File

@ -16,7 +16,7 @@ PATCH_SITES= ${MASTER_SITE_VIM:S|unix|patches/${PORTVERSION:R}|} \
LOCAL/sunpoet/${PORTNAME}
MAINTAINER?= sunpoet@FreeBSD.org
COMMENT?= Vi "workalike", with many additional features
COMMENT?= Improved version of the vi editor
OPTIONS_DEFINE= CSCOPE EXUBERANT_CTAGS LUA NLS PERL PYTHON RUBY TCL XTERM_SAVE
OPTIONS_SINGLE= UI

View File

@ -1,23 +1,12 @@
Vim is a virtually compatible, extremely enhanced, version of the UNIX
text editor vi.
Vim is a highly configurable text editor built to enable efficient text editing.
It is an improved version of the vi editor distributed with most UNIX systems.
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..
Vim is often called a "programmer's editor," and so useful for programming that
many consider it an entire IDE. It's not just for programmers, though. Vim is
perfect for all kinds of text editing, from composing email to editing
configuration files.
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.
Despite what the above comic suggests, Vim can be configured to work in a very
simple (Notepad-like) way, called evim or Easy Vim.
WWW: http://www.vim.org/