diff options
author | martti <martti> | 2008-05-09 09:47:21 +0000 |
---|---|---|
committer | martti <martti> | 2008-05-09 09:47:21 +0000 |
commit | 0ff56b563f07816f597b14955d570bb342086dd8 (patch) | |
tree | d17946288ba9789c92db6f2d9388677e4ac016b0 /editors/vim-share/Makefile.common | |
parent | 451e79cc1296fd6c8783db5b45ec1558f22b4d28 (diff) | |
download | pkgsrc-0ff56b563f07816f597b14955d570bb342086dd8.tar.gz |
Updated editors/vim-share to 7.1.297
2258 7.1.284 compiler warnings for functions without prototype
5787 7.1.285 (extra) Mac: dialog hotkeys don't work
2045 7.1.286 (after 7.1.103) "w" at end of buffer moves cursor too far
1859 7.1.287 crash when reversing a list after using it
3182 7.1.288 (after 7.1.281) cscope leaves behind temp files with gvim
1979 7.1.289 when EXITFREE is defined and 'acd' is set freed memory is used
2146 7.1.290 reading unwritten bytes when spell checking with large indent
1940 7.1.291 compiler warning for int-long conversion
6698 7.1.292 when using a pattern with "\@<=" the submatches can be wrong
3087 7.1.293 spell checking considers super/subscript chars as word chars
2336 7.1.294 leaking memory when executing a shell command
6102 7.1.295 vimtutor only works with vim, not gvim
9374 7.1.296 SELinux is not supported
1855 7.1.297 wrong parenmatch highlighting after search/replace dialog
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r-- | editors/vim-share/Makefile.common | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index 0ec51036394..ea2316d1399 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.106 2008/03/17 07:10:31 martti Exp $ +# $NetBSD: Makefile.common,v 1.107 2008/05/09 09:47:21 martti Exp $ # used by editors/vim/Makefile # used by editors/vim-gtk/Makefile @@ -39,7 +39,9 @@ PATCHFILES+= 7.1.250 7.1.251 7.1.252 7.1.253 7.1.254 7.1.255 7.1.256 PATCHFILES+= 7.1.257 7.1.258 7.1.259 7.1.260 7.1.261 7.1.262 7.1.263 PATCHFILES+= 7.1.264 7.1.265 7.1.266 7.1.267 7.1.268 7.1.269 7.1.270 PATCHFILES+= 7.1.271 7.1.272 7.1.273 7.1.274 7.1.275 7.1.276 7.1.277 -PATCHFILES+= 7.1.278 7.1.279 7.1.280 7.1.281 7.1.282 7.1.283 +PATCHFILES+= 7.1.278 7.1.279 7.1.280 7.1.281 7.1.282 7.1.283 7.1.284 +PATCHFILES+= 7.1.285 7.1.286 7.1.287 7.1.288 7.1.289 7.1.290 7.1.291 +PATCHFILES+= 7.1.292 7.1.293 7.1.294 7.1.295 7.1.296 7.1.297 MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.vim.org/ |