diff options
author | martti <martti@pkgsrc.org> | 2005-07-07 08:21:36 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-07-07 08:21:36 +0000 |
commit | 50b4f8f84382052dc4032e5d12d3347001b52fbf (patch) | |
tree | 5bf90919e6880963928100b85fcf29bae430190e /editors/vim-share/Makefile.common | |
parent | c5353d69802d3125c97c5b96300462ff16e48cad (diff) | |
download | pkgsrc-50b4f8f84382052dc4032e5d12d3347001b52fbf.tar.gz |
Updated vim to 6.3.079
1745 6.3.075 syntax highlighting wrong after unloading another buffer
3546 6.3.076 crash when using Cscope interface with very long result
1853 6.3.079 crash after executing a command in the command-line window
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r-- | editors/vim-share/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index 982a7f8f7f7..403bc51b7c8 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.47 2005/07/07 07:59:11 martti Exp $ +# $NetBSD: Makefile.common,v 1.48 2005/07/07 08:21:36 martti Exp $ .include "../../editors/vim-share/version.mk" @@ -22,7 +22,8 @@ PATCHFILES+= 6.3.001 6.3.002 6.3.003 6.3.004 6.3.005 6.3.006 6.3.007\ 6.3.040 6.3.042 6.3.043 6.3.045 6.3.046 6.3.049 6.3.050\ 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.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 MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.vim.org/ |