Re: Strange display of acute accent in a complex character

2015-01-30 Thread John Little
On Friday, January 30, 2015 at 9:50:13 AM UTC+13, Yuri Vic wrote: > I have the UTF8 representation of this character: Ϊ́    (ce 99 cc 88 cc 81) > kde4, konsole-4.14.2, FreeBSD-10 FWIW, I have konsole 4.13.3, and the accent is being drawn above the diaeresis, outside the character cell, up into

Re: BUG: /foo/,/bar/argdo proceeds after E14: Invalid address

2015-01-30 Thread Ingo Karkat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29-Jan-2015 22:05, Marcin Szamotulski wrote: > On 17:13 Thu 29 Jan , Ingo Karkat wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Hello Vim developers, >> >> the new range handling on :argdo (and :bufdo, :windo) proceeds >> even i

Windows GVim Freezes on Redraw

2015-01-30 Thread unknown3000
Hi, I've come across this bug while working on a fork of the plugin manager vim-plug to add python support (1). The freeze happens anytime I call vim.command('redraw') from within the python code BEFORE returning control. I can modify the buffer as many times as I want (see Buffer class), but r

[patch] add watch function to vim debugger

2015-01-30 Thread Christian Brabandt
Bram, Charles asked me, if I could extend the vim debugger and add a watch feature, so it would be easier for him to debug netrw issues. So here is the patch: https://github.com/chrisbra/vim-mq-patches/blob/master/watchexpr As far as I know, Charles has already tested it successfully. Test suite

Re: Issue 319 in vim: New option to not beep with 'showmatch'

2015-01-30 Thread Christian Brabandt
On Mi, 28 Jan 2015, Christian Brabandt wrote: > On Mi, 28 Jan 2015, Bram Moolenaar wrote: > > Christian wrote: > > Thanks for the idea and the patch. > > > > Although single-character flags are not uncommon in Vim, they are hard > > to read back. Newer options have short names, using a comma sepa

Re: BUG: /foo/,/bar/argdo proceeds after E14: Invalid address

2015-01-30 Thread Marcin Szamotulski
On 15:33 Fri 30 Jan , Ingo Karkat wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 29-Jan-2015 22:05, Marcin Szamotulski wrote: > > On 17:13 Thu 29 Jan , Ingo Karkat wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > >> > >> Hello Vim developers, > >> > >> the new

SIGSEGV at syntax.c:2101

2015-01-30 Thread Jakson Alves de Aquino
Hi, When I am editing an Rnoweb file and start R with the Vim-R-plugin, Vim crashes: (gdb) bt #0 0x005c75c8 in syn_current_attr (syncing=0, displaying=1, can_spell=0x0, keep_state=0) at syntax.c:2101 #1 0x005c6da6 in get_syntax_attr (col=0, can_spell=0x0, keep_state=0) at synt

Re: SIGSEGV at syntax.c:2101

2015-01-30 Thread Dominique Pellé
Jakson Alves de Aquino wrote: > Hi, > > When I am editing an Rnoweb file and start R with the > Vim-R-plugin, Vim crashes: > > (gdb) bt > #0 0x005c75c8 in syn_current_attr (syncing=0, displaying=1, > can_spell=0x0, keep_state=0) at syntax.c:2101 > #1 0x005c6da6 in get_syntax_at

Re: SIGSEGV at syntax.c:2101

2015-01-30 Thread Jakson Alves de Aquino
On Sat, Jan 31, 2015 at 12:14:14AM +0100, Dominique Pellé wrote: > In the stack, I see update_screen() being called twice as > a result of a screen resize event. Maybe that's causing the > problem. You might be right. I was running Vim inside Tmux (Ubuntu 14.10) and it splits the Tmux window to st

Re: SIGSEGV at syntax.c:2101

2015-01-30 Thread Jakson Alves de Aquino
On Fri, Jan 30, 2015 at 07:59:19PM -0500, Jakson Alves de Aquino wrote: > On Sat, Jan 31, 2015 at 12:14:14AM +0100, Dominique Pellé wrote: > > In the stack, I see update_screen() being called twice as > > a result of a screen resize event. Maybe that's causing the > > problem. > > You might be rig

Re: SIGSEGV at syntax.c:2101

2015-01-30 Thread Jakson Alves de Aquino
On Fri, Jan 30, 2015 at 08:12:05PM -0500, Jakson Alves de Aquino wrote: > On Fri, Jan 30, 2015 at 07:59:19PM -0500, Jakson Alves de Aquino wrote: > > On Sat, Jan 31, 2015 at 12:14:14AM +0100, Dominique Pellé wrote: > > > In the stack, I see update_screen() being called twice as > > > a result of a

Re: SIGSEGV at syntax.c:2101

2015-01-30 Thread Dominique Pellé
Jakson Alves de Aquino wrote: > On Fri, Jan 30, 2015 at 08:12:05PM -0500, Jakson Alves de Aquino wrote: >> On Fri, Jan 30, 2015 at 07:59:19PM -0500, Jakson Alves de Aquino wrote: >> > On Sat, Jan 31, 2015 at 12:14:14AM +0100, Dominique Pellé wrote: >> > > In the stack, I see update_screen() being

Re: SIGSEGV at syntax.c:2101

2015-01-30 Thread Jakson Alves de Aquino
On Sat, Jan 31, 2015 at 06:30:05AM +0100, Dominique Pellé wrote: > No, I don't think it's your fault. It should be OK I think > to enable FEAT_CONCEAL the way you did but it's better > to build with --with-features=huge anyway. > > So it would still be interesting to see why it crashed it you > c