Re: Issue 312 in vim: word wrapping messed up when entering Insert mode with 'c' or 's'

2015-01-10 Thread Christian Brabandt
Hi Roland! On Sa, 10 Jan 2015, Roland Eggner wrote: > On 2015-01-09 Friday at 19:14 + v...@googlecode.com wrote: > > Status: New Owner: Labels: Type-Defect Priority-Medium > > > > New issue 312 by gilad.ar...@gmail.com: word wrapping messed up when > > entering Insert mode with 'c' or '

Re: Issue 312 in vim: word wrapping messed up when entering Insert mode with 'c' or 's'

2015-01-10 Thread vim
Updates: Labels: patch Comment #2 on issue 312 by chrisbr...@googlemail.com: word wrapping messed up when entering Insert mode with 'c' or 's' https://code.google.com/p/vim/issues/detail?id=312 Please check the patches provided and report back whether they work. Find the patches her

Re: Issue 310 in vim: Vim hangs with matchadd('...', '\%78v') and nowrap on large/long lines

2015-01-10 Thread vim
Comment #4 on issue 310 by chrisbr...@googlemail.com: Vim hangs with matchadd('...', '\%78v') and nowrap on large/long lines https://code.google.com/p/vim/issues/detail?id=310 Sorry, I meant re=1 as this is actually the old engine. Can you test with that one? -- You received this message

Re: Vim hangs with freeing a lot of objects. Patch for performance-up of GC.

2015-01-10 Thread Justin M. Keyes
On Tue, Aug 26, 2014 at 4:32 PM, Bram Moolenaar wrote: > > Yasuhiro Matsumoto wrote: > >> When vim allocate many objects, some times vim hang for GC. Ariya Mizutani >> suggested below's patch. >> >> https://gist.github.com/mattn/0c58a7398c63ab4c3066 >> >> Try following test code. >> -

Re: [PATCH] Add support for focus reporting (Xterm/private mode1004) in unix terminals

2015-01-10 Thread Christ van Willegen
Hi, On Sat, Jan 10, 2015 at 6:00 AM, Hayaki Saito wrote: > Hello Daniel, hello lists, > > I revised the patch. Please check. This is just from reading the code, I have no further working knowledge :-) + char_u name[2]; + + name[0] = (int)KS_EXTRA; + + /* handle focus in event */ + name[1] = (in

Re: Dynamic ruby 2.2.0 broken

2015-01-10 Thread Ken Takata
Hi Ike, 2015/1/8 Thu 0:01:18 UTC+9 Ike wrote: > Since version 2.2.0 of ruby building vim with dynamic ruby fails. ... > if_ruby.c:(.text+0x8fa): undefined reference to `rb_check_type' ... > if_ruby.c:(.text+0xbc3): undefined reference to `rb_gc_writebarrier_unprotect' Reproduced with MSV

Re: Issue 312 in vim: word wrapping messed up when entering Insert mode with 'c' or 's'

2015-01-10 Thread Gary Johnson
On 2015-01-10, Christian Brabandt wrote: > Hi Roland! > > On Sa, 10 Jan 2015, Roland Eggner wrote: > > > On 2015-01-09 Friday at 19:14 + v...@googlecode.com wrote: > > > Status: New Owner: Labels: Type-Defect Priority-Medium > > > > > > New issue 312 by gilad.ar...@gmail.com: word wrapp

Re: [PATCH] Add support for focus reporting (Xterm/private mode1004) in unix terminals

2015-01-10 Thread Hayaki Saito
Hi, > + char_u name[2]; > + > + name[0] = (int)KS_EXTRA; > + > + /* handle focus in event */ > + name[1] = (int)KE_FOCUSGAINED; > + add_termcode(name, (char_u *)"\033[I", FALSE); > > Does add_termcode handle a non-zero terminated string? Yes, in term.c, names of termcode seem to be always treate

Re: Dynamic ruby 2.2.0 broken

2015-01-10 Thread guns
On Sat 10 Jan 2015 at 09:32:41AM -0800, Ken Takata wrote: > Hi Ike, > > 2015/1/8 Thu 0:01:18 UTC+9 Ike wrote: > > Since version 2.2.0 of ruby building vim with dynamic ruby fails. > ... > > if_ruby.c:(.text+0x8fa): undefined reference to `rb_check_type' > ... > > if_ruby.c:(.text+0xbc3): un