view .gitattributes @ 28323:82f34ca7b3b7 v8.2.4687

patch 8.2.4687: "vimgrep /%v/ *" may cause a crash Commit: https://github.com/vim/vim/commit/e8a4c0d91f89544e4f94b7bd612b5fb780944c33 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 4 18:14:34 2022 +0100 patch 8.2.4687: "vimgrep /\%v/ *" may cause a crash Problem: "vimgrep /\%v/ *" may cause a crash. Solution: When compiling the pattern with the old engine fails, restore the regprog of the new engine instead of leaving it NULL. (closes #10079)
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Apr 2022 19:15:03 +0200
parents ccc02b39fb5e
children
line wrap: on
line source

src/testdir/test42.in diff