comparison src/version.c @ 15935:ff00d207cc5e v8.1.0973

patch 8.1.0973: pattern with syntax error gives threee error messages commit https://github.com/vim/vim/commit/cd62512c5595fa1f7a7f2c6ec1a90ea6bde3ad50 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 22 17:29:43 2019 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Feb 2019 17:30:06 +0100
parents b2423b31266f
children c38fb03a6055
comparison
equal deleted inserted replaced
15934:37fa9d019a73 15935:ff00d207cc5e
777 NULL 777 NULL
778 }; 778 };
779 779
780 static int included_patches[] = 780 static int included_patches[] =
781 { /* Add new patch number below this line */ 781 { /* Add new patch number below this line */
782 /**/
783 973,
782 /**/ 784 /**/
783 972, 785 972,
784 /**/ 786 /**/
785 971, 787 971,
786 /**/ 788 /**/