diff options
author | rh <rh@pkgsrc.org> | 1999-08-08 07:23:46 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-08-08 07:23:46 +0000 |
commit | 7a020786bd4a47ab1060072e9355954e194a1f2e (patch) | |
tree | 50800c0b398b3e6391afc90da9d66bf1f0837497 /editors/vim/Makefile | |
parent | 5c9bb9f1ffe37e840329c1e975fd664232c76bf0 (diff) | |
download | pkgsrc-7a020786bd4a47ab1060072e9355954e194a1f2e.tar.gz |
Update vim to 5.4
Notable changes are:
- Recognizing file types and syntax highlighting has been separated. This
allows you to add your own file type specific items. And syntax
highlighting is more flexible.
- Now includes syntax highlighting for over 150 file types.
- Vim scripts have been improved: Line continuation with a backslash, more
built-in functions, etc.
- The hit-return prompt is avoided by truncating messages. A message history
has been added to view previous (untruncated) messages.
- Support for encryption of files.
- Quickfix support extended to support more error formats, including
multi-line error messages and change-directory messages.
- Menus can be used in console mode. The wildmenu feature offers menu-like
command line completion.
- Several useful commands and options added.
- Many improvements for existing commands.
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r-- | editors/vim/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 2e8de68fae0..4eb1b458ea6 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.17 1999/07/06 08:00:50 jlam Exp $ +# $NetBSD: Makefile,v 1.18 1999/08/08 07:23:46 rh Exp $ -DISTNAME= vim-5.3 +DISTNAME= vim-5.4 WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= editors MASTER_SITES= ftp://ftp.oce.nl/pub/vim/unix/ \ ftp://ftp.vim.org/pub/misc/editors/vim/unix/ \ ftp://uiarchive.uiuc.edu/pub/packages/vim/ \ ftp://ftp.progsoc.uts.edu.au/pub/vim/unix/ -DISTFILES= vim-5.3-src.tar.gz vim-5.3-rt.tar.gz DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} \ ${DISTNAME}-rt${EXTRACT_SUFX} |