Hi, On Sun, Jun 24, 2018 at 8:59 PM, David le Blanc <[email protected]> wrote: > Hi, I've now tested with 8.1.26, and the problem doesn't appear. > > I put together the following contrived example to test; > > vim -u NONE '+cexpr system("grep -nH : *.yml")' > > With 8.1.26, VIM opens with the first YML file displayed, and the cursor on > the first line matching ':' > > With 8.1.115, VIM opens with an empty buffer. Typing :cfirst jumps to the > first file as expected because the quickfix list is valid. >
I am able to reproduce the problem with 8.1.115. I narrowed it down to the patch 8.1.0073 which introduced this regression. - Yegappan > > Note that this effects 'cexpr' directly. The following example using -q > works correctly in either version; > > vi -u NONE -q <(grep -nH : *.yml) > > Regards > -- -- 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 http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
