Re: [patch] Fix typo and etc. in the document.

2018-11-15 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > I attach a patch to this email. > Please confirm and include this. > > > eval.txt > - L2029: Remove space after `argc(`. > > gui.txt > - L881: Remove extra white spaces. > > if_perl.txt > - L48-L49: Indented and insert nreline. (This is proposal) > > indent.txt >

Distinguishing between quickfix and location stacks

2018-11-15 Fir de Conversatie Yegappan Lakshmanan
Hi, Currently the quickfix code uses pointer comparison to determine whether a stack is a quickfix stack or a location list stack. With the support for processing error lines using a temporary quickfix stack by the setqflist() function, this is no longer a correct comparison. The attached patch

Re: linebreak, showbreak, and visual block yank problem

2018-11-15 Fir de Conversatie Tom M
On Thu, Nov 15, 2018 at 7:46 AM Christian Brabandt wrote: > > > On Mi, 14 Nov 2018, Tom M wrote: > > > On Wednesday, November 14, 2018 at 10:23:52 PM UTC+1, Tom M wrote: > > > > > > Hi, > > > > > > I propose the following patch (please see the attachment) to fix issues > > > of John and Tony. It