Re: Quickfix window clearing on any change

2021-04-16 Thread David Fishburn
> When this happens, can you run the ":chistory" command to see whether the quickfix list has been superseded by a new quickfix list? Yes, :chistory does show a new one. > Are you using any kind of linter or syntax checker plugins? I know syntastic caused a similar problem in the past. Thanks

Automating paragraphs (was Re: Dump help pages)

2021-04-16 Thread Stan Brown
On 2021-04-16 09:42, Julius Hamilton wrote: > At the beginning of a paragraph which has been separated mid-sentence > onto separate lines, how might I automate the process of calling CTRL-J > until all the separated lines in the paragraph have been combined into > one line? Will Vim be able to

Re: Dump help pages

2021-04-16 Thread Julius Hamilton
Thank you very much, I'll use that. I'm currently reading the Vim docs by editing them inside Vim, it's a good way for me to process them better. However, to speed things up, I was wondering if anyone could tip me off about a few functionalities. At the beginning of a paragraph

Re: Quickfix window clearing on any change

2021-04-16 Thread Christian Brabandt
On Do, 15 Apr 2021, David Fishburn wrote: > My quickfix window is being cleared anytime a file is modified, this is a new > behaviour and I don't want it. > > Work flow: > :grep something * > :copen > Work through each file in the list > > But (it has been a while now maybe 6 months), when I