Re: [patch] improved equivalent classes in regular expressions

2013-01-24 Fir de Conversatie Joachim Schmitz
Christian Brabandt wrote: Hi Dominique! On Mo, 21 Jan 2013, Dominique Pellé wrote: You obviously speak better German than me, but isn't the German ess-zett equivalent to ss rather than sz? I'm curious why /sz. You got me ;) Of course esszett is, despite its name, equivalent to ss and that

Re: Patch 7.3.780

2013-01-24 Fir de Conversatie Joachim Schmitz
Bram Moolenaar wrote: Patch 7.3.780 Problem:char2nr() and nr2char() always use 'encoding'. Solution: Add argument to use utf-8 characters. (Yasuhiro Matsumoto) Files: runtime/doc/eval.txt, src/eval.c *** ../vim-7.3.779/runtime/doc/eval.txt 2012-12-05 16:10:21.0 +0100 ---

Re: Issue 106 in vim: Vim-7.3.782 crashed (core dump)

2013-01-24 Fir de Conversatie Joachim Schmitz
v...@googlecode.com wrote: Status: New Owner: Labels: Type-Defect Priority-Medium New issue 106 by dominiqu...@gmail.com: Vim-7.3.782 crashed (core dump) http://code.google.com/p/vim/issues/detail?id=106 Vim-7.3.782 (huge, gtk2) crashed (core dump) on Linux-x86_64. I think I was using the

Re: Patch 7.3.780

2013-01-24 Fir de Conversatie Joachim Schmitz
Joachim Schmitz wrote: Bram Moolenaar wrote: Patch 7.3.780 Problem:char2nr() and nr2char() always use 'encoding'. Solution: Add argument to use utf-8 characters. (Yasuhiro Matsumoto) Files: runtime/doc/eval.txt, src/eval.c *** ../vim-7.3.779/runtime/doc/eval.txt 2012-12-05 16:10

Re: Patch 7.3.780

2013-01-24 Fir de Conversatie Joachim Schmitz
Bram Moolenaar wrote: Joachim Schmitz wrote: Bram Moolenaar wrote: Patch 7.3.780 Problem:char2nr() and nr2char() always use 'encoding'. Solution: Add argument to use utf-8 characters. (Yasuhiro Matsumoto) Files: runtime/doc/eval.txt, src/eval.c [...] Trying to apply results

Re: Issue 106 in vim: Vim-7.3.782 crashed (core dump)

2013-01-24 Fir de Conversatie Joachim Schmitz
Christian Brabandt wrote: Hi Joachim! On Do, 24 Jan 2013, Joachim Schmitz wrote: I have it crashing after having applied patches 773-782, so I have my doubts whether the culprit is 763... Can you reproduce this issue? No, for some reason I can't, after a clean rebuild. bye, Jojo

Re: Patch 7.3.764

2013-01-17 Fir de Conversatie Joachim Schmitz
Bram Moolenaar wrote: Charles Campbell wrote: Bram Moolenaar wrote: Patch 7.3.764 Problem:Not all message translation files are installed. Solution: Also install the converted files. Files: src/po/Makefile *** ../vim-7.3.763/src/po/Makefile 2010-08-15 21:57:26.0 +0200 ---

Re: Problem by updating from 692 to 709

2012-10-22 Fir de Conversatie Joachim Schmitz
h_east wrote: Hi, Bram and Cesar 2012/10/22(Mon) 9:28:21 UTC+9 Cesar: I'm building vim on windows 7. By updating from 692 to 709 I got the following problem: If I open 'gvim -N -u NONE file' and I type something, say foo, and if I want to change a character, say f, to n using r in normal

Re: Patch 7.3.697

2012-10-21 Fir de Conversatie Joachim Schmitz
Ike Devolder wrote: On Sunday, October 21, 2012 01:40:45 AM Bram Moolenaar wrote: Patch 7.3.697 Problem:Leaking resources when setting GUI font. Solution: Free the font. (Ken Takata) Files: src/syntax.c *** ../vim-7.3.696/src/syntax.c 2012-07-19 17:39:01.0 +0200 ---

Re: Patch 7.3.684

2012-10-09 Fir de Conversatie Joachim Schmitz
Charles Campbell wrote: Bram Moolenaar wrote: Patch 7.3.684 Problem:make test does not delete lua.vim. Solution: Add lua.vim to the clean target. (Simon Ruderich) Files: src/testdir/Makefile, src/testdir/Make_dos.mak, src/testdir/Make_ming.mak, src/testdir/Make_vms.mms Friendly