Patch 7.3.774

2013-01-23 Fir de Conversatie Bram Moolenaar
Patch 7.3.774 Problem:Tiny GUI version misses console dialog feature. Solution: Define FEAT_CON_DIALOG when apprpriate. (Christian Brabandt) Files: src/feature.h, src/gui.h *** ../vim-7.3.773/src/feature.h2012-10-21 02:17:28.0 +0200 --- src/feature.h 2013-01-23

Patch 7.3.775

2013-01-23 Fir de Conversatie Bram Moolenaar
Patch 7.3.775 Problem:Cygwin and Mingw builds miss dependency on gui_w48.c. Solution: Add a build rule. (Ken Takata) Files: src/Make_cyg.mak, src/Make_ming.mak *** ../vim-7.3.774/src/Make_cyg.mak 2012-11-28 16:18:26.0 +0100 --- src/Make_cyg.mak2013-01-23

Re: Update for MzScheme interface

2013-01-23 Fir de Conversatie Bram Moolenaar
Sergey - You sent me a patch two months ago. Did you make an update since then? Please send me the patch again to make sure it works with the current source code. - Bram -- FATHER:Did you kill all those guards? LAUNCELOT: Yes ... I'm very sorry ... FATHER:They cost fifty pounds

mode() and VREPLACE

2013-01-23 Fir de Conversatie Axel Bender
mode() (used in 'statusline') doesn't return Rv but R when entering Visual Replace Mode with gR. 'showmode' correctly displays VREPLACE. Using gvim 7.3.773 64-bit on Windows 7. -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are

Patch 7.3.776

2013-01-23 Fir de Conversatie Bram Moolenaar
Patch 7.3.776 Problem:ml_get error when searching, caused by curwin not matching curbuf. Solution: Avoid changing curbuf. (Lech Lorens) Files: src/charset.c, src/eval.c, src/mark.c, src/proto/charset.pro, src/proto/mark.pro, src/regexp.c, src/syntax.c ***

Patch 7.3.777

2013-01-23 Fir de Conversatie Bram Moolenaar
Patch 7.3.777 Problem:When building with Gnome locale gets reset. Solution: Set locale after gnome_program_init(). (Christian Brabandt) Files: src/gui_gtk_x11.c *** ../vim-7.3.776/src/gui_gtk_x11.c2012-05-18 17:03:14.0 +0200 --- src/gui_gtk_x11.c 2013-01-23

Patch 7.3.778

2013-01-23 Fir de Conversatie Bram Moolenaar
Patch 7.3.778 Problem:Compiler error for adding up two pointers. (Titov Anatoly) Solution: Add a type cast. (Ken Takata) Files: src/mbyte.c *** ../vim-7.3.777/src/mbyte.c 2013-01-19 14:01:57.0 +0100 --- src/mbyte.c 2013-01-23 16:18:02.0 +0100 *** ***

Re: mode() and VREPLACE

2013-01-23 Fir de Conversatie Bram Moolenaar
Axel Bender wrote: mode() (used in 'statusline') doesn't return Rv but R when entering Visual Replace Mode with gR. 'showmode' correctly displays VREPLACE. Using gvim 7.3.773 64-bit on Windows 7. You need to use mode(1). For Virtual replace mode it then returns Rv. -- Proverb: A

Re: mode() and VREPLACE

2013-01-23 Fir de Conversatie Axel Bender
@Bram Thanks for the answer, and sorry for not having read the docs carefully enough! -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Patch 7.3.779

2013-01-23 Fir de Conversatie Bram Moolenaar
Patch 7.3.779 Problem:Backwards search lands in wrong place when started on a multibyte character. Solution: Do not set extra_col for a backwards search. (Sung Pae) Files: src/search.c, src/testdir/test44.in, src/testdir/test44.ok *** ../vim-7.3.778/src/search.c

increase speed drawing wide characters.

2013-01-23 Fir de Conversatie Taro MURAOKA
When using 'guifontwide', it causes slow down of drawing wide characters, because gui_mch_draw_string() draws only one wide character in a call. I wrote a patch: https://gist.github.com/4608418 It make drawing with grouping characters by its width. Please check it. -- -- You received this

Re: Patch 7.3.598

2013-01-23 Fir de Conversatie Xavier Deguillard
On Thu, Dec 27, 2012 at 06:06:05AM -0800, Alexandru Tică wrote: 4. the index number of the selected item from the completion list. Having this additional information would be very useful in scenarios like the one posted on:

Re: Patch 7.3.777

2013-01-23 Fir de Conversatie Yasuhiro MATSUMOTO
Congrats Jackpot! On 1/24/13, Bram Moolenaar b...@moolenaar.net wrote: Patch 7.3.777 Problem:When building with Gnome locale gets reset. Solution: Set locale after gnome_program_init(). (Christian Brabandt) Files:src/gui_gtk_x11.c *** ../vim-7.3.776/src/gui_gtk_x11.c

Patch 7.3.780

2013-01-23 Fir de Conversatie Bram Moolenaar
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 --- runtime/doc/eval.txt

Patch 7.3.781

2013-01-23 Fir de Conversatie Bram Moolenaar
Patch 7.3.781 Problem:Drawing with 'guifontwide' can be slow. Solution: Draw multiple characters at a time. (Taro Muraoka) Files: src/gui.c *** ../vim-7.3.780/src/gui.c2012-11-20 12:03:02.0 +0100 --- src/gui.c 2013-01-23 17:28:48.0 +0100 *** ***

Re: increase speed drawing wide characters.

2013-01-23 Fir de Conversatie Bram Moolenaar
Taro Muraoka wrote: When using 'guifontwide', it causes slow down of drawing wide characters, because gui_mch_draw_string() draws only one wide character in a call. I wrote a patch: https://gist.github.com/4608418 It make drawing with grouping characters by its width. Please check it.

Vim charity financial results

2013-01-23 Fir de Conversatie Bram Moolenaar
Hello Vim users, Vim's charity has done quite well in 2012. Thank you all for contributing to the lives of poor children in the south of Uganda! Currently about 80 children are being sponsored. One-time donations help many more children and support families in and around Kibaale with medical

Re: [PATCH] exploring 10,000 files with netrw

2013-01-23 Fir de Conversatie hdoi
Excellent! Thank you. Hideo Doi -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Patch 7.3.782

2013-01-23 Fir de Conversatie Bram Moolenaar
Patch 7.3.782 Problem:Windows: IME composition may use a wrong font. Solution: Use 'guifontwide' for IME when it is set. (Taro Muraoka) Files: runtime/doc/options.txt, src/gui.c, src/gui_w48.c, src/proto/gui_w16.pro, src/proto/gui_w32.pro ***

Re: Patch 7.3.782

2013-01-23 Fir de Conversatie Dominique Pellé
Bram Moolenaar b...@moolenaar.net wrote: Patch 7.3.782 --- runtime/doc/options.txt 2013-01-23 18:24:48.0 +0100 *** *** 3518,3523 --- 3560,3569 to set 'guifontwide' at all unless you want to override the choice made by Pango/Xft. +

Re: Patch 7.3.782

2013-01-23 Fir de Conversatie Ben Fritz
On Wednesday, January 23, 2013 1:28:16 PM UTC-6, Dominique Pelle wrote: Bram Moolenaar b...@moolenaar.net wrote: Patch 7.3.782 --- runtime/doc/options.txt 2013-01-23 18:24:48.0 +0100 *** *** 3518,3523 --- 3560,3569 to set

Re: Patch 7.3.782

2013-01-23 Fir de Conversatie Ben Fritz
On Wednesday, January 23, 2013 2:07:27 PM UTC-6, Ben Fritz wrote: On Wednesday, January 23, 2013 1:28:16 PM UTC-6, Dominique Pelle wrote: Bram Moolenaar b...@moolenaar.net wrote: Patch 7.3.782 --- runtime/doc/options.txt 2013-01-23 18:24:48.0 +0100

Re: [patch] improved equivalent classes in regular expressions

2013-01-23 Fir de Conversatie Christian Brabandt
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 is what the standard

Re: Patch 7.3.782

2013-01-23 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: Bram Moolenaar b...@moolenaar.net wrote: Patch 7.3.782 --- runtime/doc/options.txt 2013-01-23 18:24:48.0 +0100 *** *** 3518,3523 --- 3560,3569 to set 'guifontwide' at all unless you want to override the choice

Re: Patch 7.3.782

2013-01-23 Fir de Conversatie Charles Campbell
Ben Fritz wrote: On Wednesday, January 23, 2013 1:28:16 PM UTC-6, Dominique Pelle wrote: Bram Moolenaar b...@moolenaar.net wrote: Patch 7.3.782 --- runtime/doc/options.txt 2013-01-23 18:24:48.0 +0100 *** *** 3518,3523 --- 3560,3569 to set