summaryrefslogtreecommitdiff
path: root/editors/vim-share/Makefile.common
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2009-08-04 05:53:03 +0000
committermartti <martti@pkgsrc.org>2009-08-04 05:53:03 +0000
commit496f154d9a3f9854de0bcc62aea6ec5cc915641b (patch)
tree2cd1f8d94de5c19a109bd3f86caa715388d3c1e7 /editors/vim-share/Makefile.common
parentf4b7f07e615147600e70cf708d785a08b4f3cfee (diff)
downloadpkgsrc-496f154d9a3f9854de0bcc62aea6ec5cc915641b.tar.gz
Updated editors/vim-share to 7.2.245
2052 7.2.219 (extra) Photon GUI is outdated 2958 7.2.220 (after 7.2.215) BufEnter "cd" autocommand causes problems 7103 7.2.221 X cut_buffer0 text may be used in the wrong encoding 1816 7.2.222 ":mksession" doesn't work properly with 'acd' set 5132 7.2.223 a script run with ":silent" cannot give any messages 2542 7.2.224 crash when using 'completefunc' 2874 7.2.225 when using ":normal" a saved character may be executed 7470 7.2.226 ml_get error after deleting the last line 1574 7.2.227 when using ":cd" in a script there is no way to track this 14946 7.2.228 cscope is limited to 8 connections 1595 7.2.229 warning for shadowed variable 2442 7.2.230 a few old lint-style ARGUSED comments 1473 7.2.231 warning for unreacheable code in Perl interface 2704 7.2.232 cannot debug problems with being in a wrong directory 2901 7.2.233 extra part of 7.2.232 3831 7.2.234 it is not possible to ignore file names without a suffix 2696 7.2.235 Using CTRL-O z= in Insert mode has a delay before redrawing 2809 7.2.236 Mac: Compiling with Ruby doesn't always work 1965 7.2.237 crash on exit when window icon not set 3941 7.2.238 leaking memory when setting term to "builtin_dumb" 4151 7.2.239 using :diffpatch twice may cause a crash 2078 7.2.240 crash when using GUI find/replace dialog repeatedly 5174 7.2.241 problems with using ":bufdo" and "doautoall" or ":vimgrep" 2505 7.2.242 setting 'lazyredraw' causes the cursor column to be recomputed 1918 7.2.243 memory leak when using :vimgrep and resizing 4757 7.2.244 insufficient info for a conversion error from utf-8 to latin1 5093 7.2.245 wrong conversion when writing Unicode encoded files
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r--editors/vim-share/Makefile.common8
1 files changed, 6 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common
index b4e5072f28f..c151794624b 100644
--- a/editors/vim-share/Makefile.common
+++ b/editors/vim-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.125 2009/06/25 05:34:53 martti Exp $
+# $NetBSD: Makefile.common,v 1.126 2009/08/04 05:53:03 martti Exp $
# used by editors/vim/Makefile
# used by editors/vim-gtk/Makefile
@@ -30,7 +30,11 @@ PATCH_SITES+= ftp://ftp.fu-berlin.de/misc/editors/vim/patches/${VIM_VERSION}/
PATCHFILES+= 7.2.001-100.gz 7.2.101-200.gz
PATCHFILES+= 7.2.201 7.2.202 7.2.203 7.2.204 7.2.205 7.2.206 7.2.207
PATCHFILES+= 7.2.208 7.2.209 7.2.210 7.2.211 7.2.212 7.2.213 7.2.214
-PATCHFILES+= 7.2.215 7.2.216 7.2.217 7.2.218
+PATCHFILES+= 7.2.215 7.2.216 7.2.217 7.2.218 7.2.219 7.2.220 7.2.221
+PATCHFILES+= 7.2.222 7.2.223 7.2.224 7.2.225 7.2.226 7.2.227 7.2.228
+PATCHFILES+= 7.2.229 7.2.230 7.2.231 7.2.232 7.2.233 7.2.234 7.2.235
+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
MAINTAINER= martti@NetBSD.org
HOMEPAGE= http://www.vim.org/