Author: glen                         Date: Mon Sep 21 19:12:25 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 7.2.262

---- Files affected:
packages/vim:
   vim.spec (1.482 -> 1.483) , 7.2.246 (NONE -> 1.1)  (NEW), 7.2.247 (NONE -> 
1.1)  (NEW), 7.2.248 (NONE -> 1.1)  (NEW), 7.2.249 (NONE -> 1.1)  (NEW), 
7.2.250 (NONE -> 1.1)  (NEW), 7.2.251 (NONE -> 1.1)  (NEW), 7.2.252 (NONE -> 
1.1)  (NEW), 7.2.253 (NONE -> 1.1)  (NEW), 7.2.254 (NONE -> 1.1)  (NEW), 
7.2.255 (NONE -> 1.1)  (NEW), 7.2.256 (NONE -> 1.1)  (NEW), 7.2.257 (NONE -> 
1.1)  (NEW), 7.2.258 (NONE -> 1.1)  (NEW), 7.2.259 (NONE -> 1.1)  (NEW), 
7.2.260 (NONE -> 1.1)  (NEW), 7.2.261 (NONE -> 1.1)  (NEW), 7.2.262 (NONE -> 
1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/vim/vim.spec
diff -u packages/vim/vim.spec:1.482 packages/vim/vim.spec:1.483
--- packages/vim/vim.spec:1.482 Mon Sep 21 21:09:41 2009
+++ packages/vim/vim.spec       Mon Sep 21 21:12:19 2009
@@ -14,7 +14,7 @@
 %bcond_without home_etc        # without home_etc support
 
 %define                ver             7.2
-%define                patchlevel      245
+%define                patchlevel      262
 Summary:       Vi IMproved - a Vi clone
 Summary(de.UTF-8):     VIsual editor iMproved
 Summary(es.UTF-8):     Editor visual incrementado
@@ -27,7 +27,7 @@
 Summary(uk.UTF-8):     Visual editor IMproved - Єдино Вірний Редактор :)
 Name:          vim
 Version:       %{ver}.%{patchlevel}
-Release:       2
+Release:       1
 Epoch:         4
 License:       Charityware
 Group:         Applications/Editors/Vim
@@ -1351,6 +1351,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.483  2009/09/21 19:12:19  glen
+- up to 7.2.262
+
 Revision 1.482  2009/09/21 19:09:41  glen
 - consistency with -rt vs -rt-extras
 

================================================================
Index: packages/vim/7.2.246
diff -u /dev/null packages/vim/7.2.246:1.1
--- /dev/null   Mon Sep 21 21:12:25 2009
+++ packages/vim/7.2.246        Mon Sep 21 21:12:19 2009
@@ -0,0 +1,53 @@
+To: [email protected]
+Subject: Patch 7.2.246
+Fcc: outbox
+From: Bram Moolenaar <[email protected]>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.2.246
+Problem:    Cscope home page link is wrong.
+Solution:   Update the URL. (Sergey Khorev)
+Files:     runtime/doc/if_cscop.txt
+
+
+*** ../vim-7.2.245/runtime/doc/if_cscop.txt    2009-07-09 21:22:36.000000000 
+0200
+--- runtime/doc/if_cscop.txt   2009-09-11 11:19:31.000000000 +0200
+***************
+*** 481,487 ****
+  any problems, suggestions, patches, et al., you have for the usage of
+  cscope within Vim to him.
+                                                       *cscope-win32*
+! For a cscope version for Win32 see: http://iamphet.nm.ru/cscope/index.html
+  
+  Win32 support was added by Sergey Khorev <[email protected]>.  Contact
+  him if you have Win32-specific issues.
+--- 481,488 ----
+  any problems, suggestions, patches, et al., you have for the usage of
+  cscope within Vim to him.
+                                                       *cscope-win32*
+! For a cscope version for Win32 see:
+!      http://code.google.com/p/cscope-win32/
+  
+  Win32 support was added by Sergey Khorev <[email protected]>.  Contact
+  him if you have Win32-specific issues.
+*** ../vim-7.2.245/src/version.c       2009-07-29 18:24:59.000000000 +0200
+--- src/version.c      2009-09-11 11:29:02.000000000 +0200
+***************
+*** 678,679 ****
+--- 678,681 ----
+  {   /* Add new patch number below this line */
++ /**/
++     246,
+  /**/
+
+-- 
+hundred-and-one symptoms of being an internet addict:
+221. Your wife melts your keyboard in the oven.
+
+ /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
+///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\        download, build and distribute -- http://www.A-A-P.org        ///
+ \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

================================================================
Index: packages/vim/7.2.247
diff -u /dev/null packages/vim/7.2.247:1.1
--- /dev/null   Mon Sep 21 21:12:25 2009
+++ packages/vim/7.2.247        Mon Sep 21 21:12:19 2009
@@ -0,0 +1,86 @@
+To: [email protected]
+Subject: Patch 7.2.247
+Fcc: outbox
+From: Bram Moolenaar <[email protected]>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.2.247
+Problem:    Mzscheme interface minor problem.
+Solution:   Better error message when build fails. (Sergey Khorev)
+Files:     src/if_mzsch.c
+
+
+*** ../vim-7.2.246/src/if_mzsch.c      2009-07-09 20:06:30.000000000 +0200
+--- src/if_mzsch.c     2009-09-11 11:20:39.000000000 +0200
+***************
+*** 635,642 ****
+  #endif /* DYNAMIC_MZSCHEME */
+  
+  /* need to put it here for dynamic stuff to work */
+! #ifdef INCLUDE_MZSCHEME_BASE
+  # include "mzscheme_base.c"
+  #endif
+  
+  /*
+--- 635,644 ----
+  #endif /* DYNAMIC_MZSCHEME */
+  
+  /* need to put it here for dynamic stuff to work */
+! #if defined(INCLUDE_MZSCHEME_BASE)
+  # include "mzscheme_base.c"
++ #elif MZSCHEME_VERSION_MAJOR >= 400
++ # error MzScheme 4.x must include mzscheme_base.c, for MinGW32 you need to 
define MZSCHEME_GENERATE_BASE=yes
+  #endif
+  
+  /*
+***************
+*** 875,888 ****
+  #ifdef INCLUDE_MZSCHEME_BASE
+      {
+       /*
+!       * versions 4.x do not provide Scheme bindings by defaults
+        * we need to add them explicitly
+        */
+       Scheme_Object *scheme_base_symbol = NULL;
+       MZ_GC_DECL_REG(1);
+       MZ_GC_VAR_IN_REG(0, scheme_base_symbol);
+       MZ_GC_REG();
+!      /* invoke function from generated and included base.c */
+       declare_modules(environment);
+       scheme_base_symbol = scheme_intern_symbol("scheme/base");
+       MZ_GC_CHECK();
+--- 877,890 ----
+  #ifdef INCLUDE_MZSCHEME_BASE
+      {
+       /*
+!       * versions 4.x do not provide Scheme bindings by default
+        * we need to add them explicitly
+        */
+       Scheme_Object *scheme_base_symbol = NULL;
+       MZ_GC_DECL_REG(1);
+       MZ_GC_VAR_IN_REG(0, scheme_base_symbol);
+       MZ_GC_REG();
+!      /* invoke function from generated and included mzscheme_base.c */
+       declare_modules(environment);
+       scheme_base_symbol = scheme_intern_symbol("scheme/base");
+       MZ_GC_CHECK();
+*** ../vim-7.2.246/src/version.c       2009-09-11 11:30:12.000000000 +0200
+--- src/version.c      2009-09-11 11:53:59.000000000 +0200
+***************
+*** 678,679 ****
+--- 678,681 ----
+  {   /* Add new patch number below this line */
++ /**/
++     247,
+  /**/
+
+-- 
+Your fault: core dumped
+
+ /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
+///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\        download, build and distribute -- http://www.A-A-P.org        ///
+ \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

================================================================
Index: packages/vim/7.2.248
diff -u /dev/null packages/vim/7.2.248:1.1
--- /dev/null   Mon Sep 21 21:12:25 2009
+++ packages/vim/7.2.248        Mon Sep 21 21:12:19 2009
@@ -0,0 +1,158 @@
+To: [email protected]
+Subject: Patch 7.2.248 (extra)
+Fcc: outbox
+From: Bram Moolenaar <[email protected]>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.2.248 (extra)
+Problem:    Mzscheme interface building minor problems.
+Solution:   Update Win32 makefiles. (Sergey Khorev)
+Files:     src/Make_cyg.mak, src/Make_ming.mak, src/Make_mvc.mak
+
+
+*** ../vim-7.2.247/src/Make_cyg.mak    2007-09-30 22:28:48.000000000 +0200
+--- src/Make_cyg.mak   2009-09-11 11:23:23.000000000 +0200
+***************
+*** 212,224 ****
+  MZSCHEME_VER = 209_000
+  endif
+  
+  ifeq (yes, $(DYNAMIC_MZSCHEME))
+  DEFINES += -DDYNAMIC_MZSCHEME 
-DDYNAMIC_MZSCH_DLL=\"libmzsch$(MZSCHEME_VER).dll\" 
-DDYNAMIC_MZGC_DLL=\"libmzgc$(MZSCHEME_VER).dll\"
+  else
+  ifndef MZSCHEME_DLLS
+  MZSCHEME_DLLS = $(MZSCHEME)
+  endif
+! EXTRA_LIBS += -L$(MZSCHEME_DLLS) -lmzsch$(MZSCHEME_VER) -lmzgc$(MZSCHEME_VER)
+  endif
+  endif
+  
+--- 212,245 ----
+  MZSCHEME_VER = 209_000
+  endif
+  
++ ifndef MZSCHEME_PRECISE_GC
++ MZSCHEME_PRECISE_GC=no
++ endif
++ 
++ # for version 4.x we need to generate byte-code for Scheme base
++ ifndef MZSCHEME_GENERATE_BASE
++ MZSCHEME_GENERATE_BASE=no
++ endif
++ 
+  ifeq (yes, $(DYNAMIC_MZSCHEME))
+  DEFINES += -DDYNAMIC_MZSCHEME 
-DDYNAMIC_MZSCH_DLL=\"libmzsch$(MZSCHEME_VER).dll\" 
-DDYNAMIC_MZGC_DLL=\"libmzgc$(MZSCHEME_VER).dll\"
+  else
+  ifndef MZSCHEME_DLLS
+  MZSCHEME_DLLS = $(MZSCHEME)
+  endif
+! ifeq (yes,$(MZSCHEME_PRECISE_GC))
+! MZSCHEME_LIB=-lmzsch$(MZSCHEME_VER)
+! else
+! MZSCHEME_LIB = -lmzsch$(MZSCHEME_VER) -lmzgc$(MZSCHEME_VER)
+! endif
+! EXTRA_LIBS += -L$(MZSCHEME_DLLS) -L$(MZSCHEME_DLLS)/lib $(MZSCHEME_LIB)
+! endif
+! ifeq (yes,$(MZSCHEME_GENERATE_BASE))
+! DEFINES += -DINCLUDE_MZSCHEME_BASE
+! MZ_EXTRA_DEP += mzscheme_base.c
+! endif
+! ifeq (yes,$(MZSCHEME_PRECISE_GC))
+! DEFINES += -DMZ_PRECISE_GC
+  endif
+  endif
+  
+***************
+*** 473,478 ****
+--- 494,502 ----
+  ifdef PERL
+       -$(DEL) if_perl.c
+  endif
++ ifdef MZSCHEME
++      -$(DEL) mzscheme_base.c
++ endif
+       -$(DEL) pathdef.c
+       $(MAKE) -C xxd -f Make_cyg.mak clean
+       $(MAKE) -C GvimExt -f Make_ming.mak clean
+***************
+*** 523,531 ****
+--- 547,561 ----
+  $(OUTDIR)/netbeans.o:        netbeans.c $(INCL) $(NBDEBUG_DEP)
+       $(CC) -c $(CFLAGS) netbeans.c -o $(OUTDIR)/netbeans.o
+  
++ $(OUTDIR)/if_mzsch.o:        if_mzsch.c $(INCL) if_mzsch.h $(MZ_EXTRA_DEP)
++      $(CC) -c $(CFLAGS) if_mzsch.c -o $(OUTDIR)/if_mzsch.o
++ 
+  $(OUTDIR)/vimrc.o:   vim.rc version.h gui_w32_rc.h
+       $(RC) $(RCFLAGS) vim.rc -o $(OUTDIR)/vimrc.o
+  
++ mzscheme_base.c:
++      $(MZSCHEME)/mzc --c-mods mzscheme_base.c ++lib scheme/base
++ 
+  pathdef.c: $(INCL)
+  ifneq (sh.exe, $(SHELL))
+       @echo creating pathdef.c
+*** ../vim-7.2.247/src/Make_ming.mak   2009-05-26 22:58:43.000000000 +0200
+--- src/Make_ming.mak  2009-09-11 11:23:28.000000000 +0200
+***************
+*** 135,141 ****
+  ifndef MZSCHEME_DLLS
+  MZSCHEME_DLLS=$(MZSCHEME)
+  endif
+! MZSCHEME_LIBDIR=-L$(MZSCHEME_DLLS)
+  endif
+  
+  endif
+--- 135,141 ----
+  ifndef MZSCHEME_DLLS
+  MZSCHEME_DLLS=$(MZSCHEME)
+  endif
+! MZSCHEME_LIBDIR=-L$(MZSCHEME_DLLS) -L$(MZSCHEME_DLLS)\lib
+  endif
+  
+  endif
+***************
+*** 563,568 ****
+--- 563,571 ----
+  ifdef PERL
+       -$(DEL) if_perl.c
+  endif
++ ifdef MZSCHEME
++      -$(DEL) mzscheme_base.c
++ endif
+       $(MAKE) -C GvimExt -f Make_ming.mak clean
+       $(MAKE) -C xxd -f Make_cyg.mak clean
+  
+*** ../vim-7.2.247/src/Make_mvc.mak    2009-06-16 16:45:14.000000000 +0200
+--- src/Make_mvc.mak   2009-09-11 11:23:28.000000000 +0200
+***************
+*** 865,870 ****
+--- 865,871 ----
+       - if exist dimm_i.c del dimm_i.c
+       - if exist dimm.tlb del dimm.tlb
+       - if exist dosinst.exe del dosinst.exe
++      - if exist mzscheme_base.c del mzscheme_base.c
+       cd xxd
+       $(MAKE) /NOLOGO -f Make_mvc.mak clean
+       cd ..
+*** ../vim-7.2.247/src/version.c       2009-09-11 12:20:47.000000000 +0200
+--- src/version.c      2009-09-11 12:48:26.000000000 +0200
+***************
+*** 678,679 ****
+--- 678,681 ----
+  {   /* Add new patch number below this line */
++ /**/
++     248,
+  /**/
+
+-- 
+hundred-and-one symptoms of being an internet addict:
+222. You send more than 20 personal e-mails a day.
+
+ /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
+///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\        download, build and distribute -- http://www.A-A-P.org        ///
+ \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

================================================================
Index: packages/vim/7.2.249
diff -u /dev/null packages/vim/7.2.249:1.1
--- /dev/null   Mon Sep 21 21:12:25 2009
+++ packages/vim/7.2.249        Mon Sep 21 21:12:19 2009
@@ -0,0 +1,47 @@
+To: [email protected]
+Subject: Patch 7.2.249
+Fcc: outbox
+From: Bram Moolenaar <[email protected]>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.2.249
+Problem:    The script to check .po files can't handle '%' in plural forms.
+Solution:   Remove "Plural-Forms:" from the checked string.
+Files:     src/po/check.vim
+
+
+*** ../vim-7.2.248/src/po/check.vim    2008-06-09 14:45:38.000000000 +0200
+--- src/po/check.vim   2009-09-11 12:37:56.000000000 +0200
+***************
+*** 23,28 ****
+--- 23,31 ----
+    " remove '%', not used for formatting.
+    let idline = substitute(idline, "'%'", '', 'g')
+  
++   " remove '%' used for plural forms.
++   let idline = substitute(idline, '\\nPlural-Forms: .\+;\\n', '', '')
++ 
+    " remove everything but % items.
+    return substitute(idline, '[^%]*\(%[-+ #''.0-9*]*l\=[dsuxXpoc%]\)\=', 
'\1', 'g')
+  endfunc
+*** ../vim-7.2.248/src/version.c       2009-09-11 12:48:56.000000000 +0200
+--- src/version.c      2009-09-11 12:59:18.000000000 +0200
+***************
+*** 678,679 ****
+--- 678,681 ----
+  {   /* Add new patch number below this line */
++ /**/
++     249,
+  /**/
+
+-- 
+If evolution theories are correct, humans will soon grow a third
+hand for operating the mouse.
+
+ /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
+///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\        download, build and distribute -- http://www.A-A-P.org        ///
+ \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

================================================================
Index: packages/vim/7.2.250
diff -u /dev/null packages/vim/7.2.250:1.1
--- /dev/null   Mon Sep 21 21:12:25 2009
+++ packages/vim/7.2.250        Mon Sep 21 21:12:19 2009
@@ -0,0 +1,55 @@
+To: [email protected]
+Subject: Patch 7.2.250 (extra)
+Fcc: outbox
+From: Bram Moolenaar <[email protected]>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.2.250 (extra)
+Problem:    Possible buffer overflow.
+Solution:   Compute the remaining space. (Dominique Pelle)
+Files:     src/GvimExt/gvimext.cpp
+
+
+*** ../vim-7.2.249/src/GvimExt/gvimext.cpp     2008-07-24 20:51:11.000000000 
+0200
+--- src/GvimExt/gvimext.cpp    2009-09-11 13:26:27.000000000 +0200
+***************
+*** 635,641 ****
+       }
+       // Now concatenate
+       strncpy(temp, _("Edit with existing Vim - "), BUFSIZE - 1);
+!      strncat(temp, title, BUFSIZE - 1);
+       InsertMenu(hMenu,
+               indexMenu++,
+               MF_STRING|MF_BYPOSITION,
+--- 635,643 ----
+       }
+       // Now concatenate
+       strncpy(temp, _("Edit with existing Vim - "), BUFSIZE - 1);
+!      temp[BUFSIZE - 1] = '\0';
+!      strncat(temp, title, BUFSIZE - 1 - strlen(temp));
+!      temp[BUFSIZE - 1] = '\0';
+       InsertMenu(hMenu,
+               indexMenu++,
+               MF_STRING|MF_BYPOSITION,
+*** ../vim-7.2.249/src/version.c       2009-09-11 12:59:57.000000000 +0200
+--- src/version.c      2009-09-11 13:23:45.000000000 +0200
+***************
+*** 678,679 ****
+--- 678,681 ----
+  {   /* Add new patch number below this line */
++ /**/
++     250,
+  /**/
+
+
+-- 
+hundred-and-one symptoms of being an internet addict:
+223. You set up a web-cam as your home's security system.
+
+ /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
+///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\        download, build and distribute -- http://www.A-A-P.org        ///
+ \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

================================================================
Index: packages/vim/7.2.251
diff -u /dev/null packages/vim/7.2.251:1.1
--- /dev/null   Mon Sep 21 21:12:26 2009
+++ packages/vim/7.2.251        Mon Sep 21 21:12:19 2009
@@ -0,0 +1,71 @@
+To: [email protected]
+Subject: Patch 7.2.251
+Fcc: outbox
+From: Bram Moolenaar <[email protected]>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.2.251 (after 7.2.044)
+Problem:    Compiler adds invalid memory bounds check.
+Solution:   Remove _FORTIFY_SOURCE=2 from CFLAGS. (Dominique Pelle)
+Files:     src/auto/configure, src/configure.in
+
+
+*** ../vim-7.2.250/src/auto/configure  2009-07-22 11:16:54.000000000 +0200
+--- src/auto/configure 2009-08-07 14:49:52.000000000 +0200
+***************
+*** 17135,17141 ****
+        { $as_echo "$as_me:$LINENO: checking whether we need 
-D_FORTIFY_SOURCE=1" >&5
+  $as_echo_n "checking whether we need -D_FORTIFY_SOURCE=1... " >&6; }
+    if test "$gccmajor" -gt "3"; then
+!     CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=1"
+      { $as_echo "$as_me:$LINENO: result: yes" >&5
+  $as_echo "yes" >&6; }
+    else
+--- 17135,17141 ----
+        { $as_echo "$as_me:$LINENO: checking whether we need 
-D_FORTIFY_SOURCE=1" >&5
+  $as_echo_n "checking whether we need -D_FORTIFY_SOURCE=1... " >&6; }
+    if test "$gccmajor" -gt "3"; then
+!     CFLAGS=`echo "$CFLAGS -D_FORTIFY_SOURCE=1" | sed -e 
's/-Wp,-D_FORTIFY_SOURCE=2//g' -e 's/-D_FORTIFY_SOURCE=2//g'`
+      { $as_echo "$as_me:$LINENO: result: yes" >&5
+  $as_echo "yes" >&6; }
+    else
+*** ../vim-7.2.250/src/configure.in    2009-07-22 11:16:54.000000000 +0200
+--- src/configure.in   2009-08-07 14:49:47.000000000 +0200
+***************
+*** 3233,3239 ****
+    dnl declared as char x[1] but actually longer.  Introduced in gcc 4.0.
+    AC_MSG_CHECKING(whether we need -D_FORTIFY_SOURCE=1)
+    if test "$gccmajor" -gt "3"; then
+!     CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=1"
+      AC_MSG_RESULT(yes)
+    else
+      AC_MSG_RESULT(no)
+--- 3233,3239 ----
+    dnl declared as char x[1] but actually longer.  Introduced in gcc 4.0.
+    AC_MSG_CHECKING(whether we need -D_FORTIFY_SOURCE=1)
+    if test "$gccmajor" -gt "3"; then
+!     CFLAGS=`echo "$CFLAGS -D_FORTIFY_SOURCE=1" | sed -e 
's/-Wp,-D_FORTIFY_SOURCE=2//g' -e 's/-D_FORTIFY_SOURCE=2//g'`
+      AC_MSG_RESULT(yes)
+    else
+      AC_MSG_RESULT(no)
+*** ../vim-7.2.250/src/version.c       2009-09-11 13:26:38.000000000 +0200
+--- src/version.c      2009-09-11 13:43:46.000000000 +0200
+***************
+*** 678,679 ****
+--- 678,681 ----
+  {   /* Add new patch number below this line */
++ /**/
++     251,
+  /**/
+
+-- 
+hundred-and-one symptoms of being an internet addict:
+225. You sign up for free subscriptions for all the computer magazines
+
+ /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
+///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\        download, build and distribute -- http://www.A-A-P.org        ///
+ \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

================================================================
Index: packages/vim/7.2.252
diff -u /dev/null packages/vim/7.2.252:1.1
--- /dev/null   Mon Sep 21 21:12:26 2009
+++ packages/vim/7.2.252        Mon Sep 21 21:12:19 2009
@@ -0,0 +1,51 @@
+To: [email protected]
+Subject: Patch 7.2.252
+Fcc: outbox
+From: Bram Moolenaar <[email protected]>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.2.252
+Problem:    When using a multi-byte 'enc' the 'iskeyword' option cannot
+           contain characters above 128.
+Solution:   Use mb_ptr2char_adv().
+Files:     src/charset.c
+
+
+*** ../vim-7.2.251/src/charset.c       2009-05-14 22:19:19.000000000 +0200
+--- src/charset.c      2009-09-09 21:11:46.000000000 +0200
+***************
+*** 174,179 ****
+--- 174,184 ----
+           if (VIM_ISDIGIT(*p))
+               c = getdigits(&p);
+           else
++ #ifdef FEAT_MBYTE
++               if (has_mbyte)
++              c = mb_ptr2char_adv(&p);
++          else
++ #endif
+               c = *p++;
+           c2 = -1;
+           if (*p == '-' && p[1] != NUL)
+*** ../vim-7.2.251/src/version.c       2009-09-11 13:44:33.000000000 +0200
+--- src/version.c      2009-09-11 14:01:48.000000000 +0200
+***************
+*** 678,679 ****
+--- 678,681 ----
+  {   /* Add new patch number below this line */
++ /**/
++     252,
+  /**/
+
+-- 
+hundred-and-one symptoms of being an internet addict:
+226. You sit down at the computer right after dinner and your spouse
+     says "See you in the morning."
+
+ /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
+///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\        download, build and distribute -- http://www.A-A-P.org        ///
+ \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

================================================================
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim/vim.spec?r1=1.482&r2=1.483&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to