diff options
author | martti <martti@pkgsrc.org> | 2005-07-27 06:29:55 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-07-27 06:29:55 +0000 |
commit | 685fdc55389c00bfab2943384bca3b6a2e0a0120 (patch) | |
tree | a007010a448da20a2ed9d32d3e8801b4de96eab4 /editors/vim-share/Makefile.common | |
parent | cc1d1143af2860339db69740b7fa189178f246da (diff) | |
download | pkgsrc-685fdc55389c00bfab2943384bca3b6a2e0a0120.tar.gz |
Updated vim to 6.3.085
1729 6.3.081 glob() may execute shell command unexpectedly
2102 6.3.082 (after 6.3.081) more generic solution to avoid shell commands
5053 6.3.083 VMS: add function keys to vt320 termcap entry
3408 6.3.085 crash in syntax highlighting
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r-- | editors/vim-share/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index 403bc51b7c8..6a4887ffd13 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.48 2005/07/07 08:21:36 martti Exp $ +# $NetBSD: Makefile.common,v 1.49 2005/07/27 06:29:55 martti Exp $ .include "../../editors/vim-share/version.mk" @@ -23,7 +23,7 @@ PATCHFILES+= 6.3.001 6.3.002 6.3.003 6.3.004 6.3.005 6.3.006 6.3.007\ 6.3.051 6.3.054 6.3.055 6.3.056 6.3.057 6.3.058 6.3.059\ 6.3.060 6.3.061 6.3.062 6.3.063 6.3.064 6.3.065 6.3.066\ 6.3.067 6.3.068 6.3.069 6.3.070 6.3.071 6.3.072 6.3.074\ - 6.3.075 6.3.076 6.3.079 + 6.3.075 6.3.076 6.3.079 6.3.081 6.3.082 6.3.083 6.3.085 MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.vim.org/ |