comparison src/version.c @ 15802:f043c8931585 v8.1.0908

patch 8.1.0908: can't handle large value for %{nr}v in regexp commit https://github.com/vim/vim/commit/9403a2168db82b7de80f792984084bb3f00e2263 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 13 18:35:06 2019 +0100 patch 8.1.0908: can't handle large value for %{nr}v in regexp Problem: Can't handle large value for %{nr}v in regexp. (Kuang-che Wu) Solution: Give an error if the value is too large. (closes https://github.com/vim/vim/issues/3948)
author Bram Moolenaar <Bram@vim.org>
date Wed, 13 Feb 2019 18:45:06 +0100
parents 483fda269100
children 864ec0dd71b9
comparison
equal deleted inserted replaced
15801:669a52a4f948 15802:f043c8931585
781 NULL 781 NULL
782 }; 782 };
783 783
784 static int included_patches[] = 784 static int included_patches[] =
785 { /* Add new patch number below this line */ 785 { /* Add new patch number below this line */
786 /**/
787 908,
786 /**/ 788 /**/
787 907, 789 907,
788 /**/ 790 /**/
789 906, 791 906,
790 /**/ 792 /**/