]> granicus.if.org Git - vim/commit
patch 8.1.0973: pattern with syntax error gives threee error messages v8.1.0973
authorBram Moolenaar <Bram@vim.org>
Fri, 22 Feb 2019 16:29:43 +0000 (17:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 22 Feb 2019 16:29:43 +0000 (17:29 +0100)
commitcd62512c5595fa1f7a7f2c6ec1a90ea6bde3ad50
tree75b5518db2533b2735474d126cdae88ec25e50b0
parent72e83c1ae535e2ebc35b114d34d0a811eb62b068
patch 8.1.0973: pattern with syntax error gives threee error messages

Problem:    Pattern with syntax error gives threee error messages. (Kuang-che
            Wu)
Solution:   Remove outdated internal error.  Don't fall back to other engine
            after an error.
src/regexp.c
src/regexp_nfa.c
src/testdir/test_search.vim
src/version.c