[PATCH] setqflist(list 'r') kills the title of the quickfix window

2014-07-17 Fir de Conversatie LCD 47
As stated in the subject: calling setqflist(list 'r') kills the title of the quickfix window. Patch attached. /lcd -- -- 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

Bug: read from free'd memory when jumping from a quickfix list

2014-07-17 Fir de Conversatie LCD 47
Scenario: (1) set a loclist: call setloclist(0, list) (2) at some point later replace the list: call setloclist(0, other_list, 'r') (3) open the quickfix window lopen (4) switch to the quickfix window and press Enter to jump to an error: .ll The

Re: Patch 7.4.372

2014-07-17 Fir de Conversatie Yukihiro Nakadaira
On Thu, Jul 17, 2014 at 6:32 AM, Bram Moolenaar b...@moolenaar.net wrote: Yukihiro Nakadaira wrote: --047d7bdc801adb733f04fe52c63e Content-Type: text/plain; charset=UTF-8 On Thu, Jul 17, 2014 at 1:53 AM, Yukihiro Nakadaira yukihiro.nakada...@gmail.com wrote: On Thu, Jul 17,

Re: Patch 7.4.367

2014-07-17 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: 2014/7/16(Wed) 21:44:08 UTC+9 Bram Moolenaar: Patch 7.4.367 (after 7.4.357) Problem:Other solution for redrawing after completion. Solution: Schedule a window redraw instead of just clearing the command line. (Jacob Niehus) Files:

Re: Patch 7.4.372

2014-07-17 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: With or without this patch, split will fail when 'winminheight' is non-zero. $ vim -u NONE -N :set winminheight=1 :while 1 | split | endwhile :topleft vsplit :split E36: Not enough room I'll add it on the todo list. I wrote patch for

Re: Patch 7.4.367

2014-07-17 Fir de Conversatie h_east
Hi Bram, 2014/7/17(Thu) 20:25:00 UTC+9 Bram Moolenaar: Hirohito Higashi wrote: 2014/7/16(Wed) 21:44:08 UTC+9 Bram Moolenaar: Patch 7.4.367 (after 7.4.357) Problem:Other solution for redrawing after completion. Solution: Schedule a window redraw instead of just

Re: Bug: read from free'd memory when jumping from a quickfix list

2014-07-17 Fir de Conversatie Bram Moolenaar
Lcd wrote: Scenario: (1) set a loclist: call setloclist(0, list) (2) at some point later replace the list: call setloclist(0, other_list, 'r') (3) open the quickfix window lopen (4) switch to the quickfix window and press Enter to jump to an

Re: Bug: bad interaction between ui and preview window for omnifunc with extra info

2014-07-17 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: Attach a patch. Suppress preview window's status line redrawing when popupmenu opened for completion with preview window. What do you think? worth to consider? Looks tricky. What if the popup menu was covering the status line before, and now reveals (part of) it?

Re: odd character drawing problem

2014-07-17 Fir de Conversatie Bram Moolenaar
Charles Campbell wrote: The following line, when in a buffer that vim is displaying: m=⎣ℜ(b-a)⎦=1~1026 has the script R displayed correctly when the cursor is swept over it from right to left, but the script R is displayed incorrectly when the cursor is swept over it from left to

Re: [PATCH] setqflist(list 'r') kills the title of the quickfix window

2014-07-17 Fir de Conversatie Bram Moolenaar
Lce wrote: As stated in the subject: calling setqflist(list 'r') kills the title of the quickfix window. Patch attached. Thanks. Could you also write a test for this? -- (letter from Mark to Mike, about the film's probable certificate) I would like to get back to the Censor and

Re: global command slow when clipboard=unnamed

2014-07-17 Fir de Conversatie Christian Brabandt
On Do, 17 Jul 2014, Praful wrote: On Thursday, 26 June 2014 14:42:29 UTC+1, Praful wrote: Hi Christian Excellent news: it is now working! I can confirm that the item that remains on the clipboard after issuing g/pattern/d is the last row that was deleted.

Re: odd character drawing problem

2014-07-17 Fir de Conversatie Charles E Campbell
Bram Moolenaar wrote: Charles Campbell wrote: The following line, when in a buffer that vim is displaying: m=⎣ℜ(b-a)⎦=1~1026 has the script R displayed correctly when the cursor is swept over it from right to left, but the script R is displayed incorrectly when the cursor is swept over