]> granicus.if.org Git - vim/commit
patch 8.2.4978: no error if engine selection atom is not at the start v8.2.4978
authorChristian Brabandt <cb@256bit.org>
Wed, 18 May 2022 14:04:02 +0000 (15:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 18 May 2022 14:04:02 +0000 (15:04 +0100)
commit360da40b47a84ee8586c3b5d062f8c64a2ac9cc6
tree0be4a080f9ef8f262bf93da97dd512de6cfdea98
parente2bd8600b873d2cd1f9d667c28cba8b1dba18839
patch 8.2.4978: no error if engine selection atom is not at the start

Problem:    No error if engine selection atom is not at the start.
Solution:   Give an error. (Christian Brabandt, closes #10439)
runtime/doc/pattern.txt
src/errors.h
src/regexp_bt.c
src/regexp_nfa.c
src/testdir/test_regexp_latin.vim
src/version.c