Incorrect , values when creating -buffer command.

2015-01-02 Fir de Conversatie Eric Van Dewoestine
Recently creating a command with the -buffer argument started supplying incorrect values for and . When no range is supplied and values will always be 1, regardless of the current cursor line. Also, when using a visual selection and using the '<,'> range, and will always be passed into the fun

Re: italics and other attributes for cterm

2015-01-02 Fir de Conversatie Paul "LeoNerd" Evans
On Tue, 30 Dec 2014 20:52:37 -0500 James McCoy wrote: > Vim expects the terminfo db to advertise how to display italic > characters. As long as the terminal actually supports displaying > italic text, terminfo is reporting the escape sequences properly > (i.e., “:set t_ZH?” and “:set t_ZR?” show

Re: Patch 7.4.215, split modified

2015-01-02 Fir de Conversatie 'Andy Wokula' via vim_dev
Am 25.03.2014 um 13:05 schrieb Bram Moolenaar: Patch 7.4.215 Problem:Inconsistency: ":sp foo" does not reload "foo", unless "foo" is the current buffer. (Liang Li) Solution: Do not reload the current buffer on a split command. Files: runtime/doc/windows.txt, src/ex_docmd.c

Re: Issue 267 in vim: Segmentation fault with if_lua (during or after the GC)

2015-01-02 Fir de Conversatie vim
Comment #13 on issue 267 by kybul...@gmail.com: Segmentation fault with if_lua (during or after the GC) https://code.google.com/p/vim/issues/detail?id=267 This is nuts. I've recompiled vim with the address sanitizer and now it won't crash anymore (despite being dog slow). If I simply switch

Re: Is there a way to incsearch with folded context

2015-01-02 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Mo, 29 Dez 2014, Gary Johnson wrote: > > > On 2014-12-29, Kevin Wu wrote: > > > Gary Johnson於 2014年12月30日星期二UTC+8上午3時30分04秒寫道: > > > > On 2014-12-28, Kevin Wu wrote: > > > > > When I do searching, the cursor would jump to the first match, if > > > > > I set "incsea