summaryrefslogtreecommitdiff
path: root/editors/vim-share/Makefile.common
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2009-11-04 10:08:19 +0000
committermartti <martti@pkgsrc.org>2009-11-04 10:08:19 +0000
commit14fb15033f356a0fd2c8310b3edd2ce2c1f31b62 (patch)
treeece632860f5f6974bd38789ebadc4c1f241565bf /editors/vim-share/Makefile.common
parent79199a306e32f94fd766a66418c1556833bd9dfe (diff)
downloadpkgsrc-14fb15033f356a0fd2c8310b3edd2ce2c1f31b62.tar.gz
Updated editors/vim-share to 7.2.284
2274 7.2.268 crash when using Python to set cursor beyond end of line 7128 7.2.269 add --startuptime so that slow startup can be analysed 2281 7.2.270 ":@c" does not execute everything if the c register has a CR 2649 7.2.271 Motif GUI: Using freed memory when making a choice 2582 7.2.272 "_.svz" is not recognized as a swap file 3404 7.2.273 crash when redirirecting to unknown array 3749 7.2.274 syntax folding doesn't work properly when adding a comment 2717 7.2.275 warning for unused argument and comparing signed and unsigned 1875 7.2.276 crash when setting 'isprint' to a small bullet 1937 7.2.277 CTRL-Y in a diff'ed window may move cursor outside of window 2312 7.2.278 using magic number in the folding code 3413 7.2.279 invalid memory read with visual mode "r" 6656 7.2.280 a redraw in a custom statusline with %! may cause a crash 2241 7.2.281 'cursorcolumn' highlighting is wrong in diff mode 1584 7.2.282 a fold can't be closed 2030 7.2.283 GTK: changing font doesn't keep the window maximized 1572 7.2.284 two windows on a buffer + folding: display error after change
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r--editors/vim-share/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common
index 6f099cec06f..d6f98463d09 100644
--- a/editors/vim-share/Makefile.common
+++ b/editors/vim-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.130 2009/10/29 07:14:22 martti Exp $
+# $NetBSD: Makefile.common,v 1.131 2009/11/04 10:08:19 martti Exp $
# used by editors/vim/Makefile
# used by editors/vim-gtk/Makefile
@@ -37,7 +37,9 @@ PATCHFILES+= 7.2.236 7.2.237 7.2.238 7.2.239 7.2.240 7.2.241 7.2.242
PATCHFILES+= 7.2.243 7.2.244 7.2.245 7.2.246 7.2.247 7.2.248 7.2.249
PATCHFILES+= 7.2.250 7.2.251 7.2.252 7.2.253 7.2.254 7.2.255 7.2.256
PATCHFILES+= 7.2.257 7.2.258 7.2.259 7.2.260 7.2.261 7.2.262 7.2.263
-PATCHFILES+= 7.2.264 7.2.265 7.2.266 7.2.267
+PATCHFILES+= 7.2.264 7.2.265 7.2.266 7.2.267 7.2.268 7.2.269 7.2.270
+PATCHFILES+= 7.2.271 7.2.272 7.2.273 7.2.274 7.2.275 7.2.276 7.2.277
+PATCHFILES+= 7.2.278 7.2.279 7.2.280 7.2.281 7.2.282 7.2.283 7.2.284
MAINTAINER= martti@NetBSD.org
HOMEPAGE= http://www.vim.org/