Patch to use the quickfix list pointer instead of the quickfix stack pointer in more places

2018-10-09 Fir de Conversatie Yegappan Lakshmanan
Hi, I am attaching a patch to use the quickfix list pointer instead of the quickfix stack pointer in more places in the quickfix code. Also, addressed a minor issue in helpgrep, where if an invalid regular expression is passed, some redundant calls to update the quickfix window are made. -

When started as "vim-huge --clean -? |less" the Gnome version tries (and fails) to start a GUI, then seems to hang

2018-10-09 Fir de Conversatie Tony Mechelynck
Invoke "vim --clean -? |less" at bash prompt in konsole. Yes, vim, not gvim; or as qualified to get to the proper binary (on my system, vim-huge for Gnome2, vim for Big GTK2 without Gnome, vim-small for Motif, or vi for no GUI; all these are the names of ELF executables [not symlinks] in

Patch 8.1.0468

2018-10-09 Fir de Conversatie Bram Moolenaar
Patch 8.1.0468 Problem:MS-Windows: Filter command with pipe character fails. (Johannes Riecken) Solution: Find the pipe character outside of quotes. (Yasuhiro Matsumoto, closes #1743, closes #3523) Files: src/ex_cmds.c, src/testdir/test_filter_cmd.vim ***