comparison src/version.c @ 11469:0ade9dd85156 v8.0.0618

patch 8.0.0618: NFA regex engine handles [0-z] incorrectly commit https://github.com/vim/vim/commit/bb7943b7920ef2f88cb9b6f46c34c7946c370819 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 5 13:30:06 2017 +0200 patch 8.0.0618: NFA regex engine handles [0-z] incorrectly Problem: NFA regex engine handles [0-z] incorrectly. Solution: Return at the right point. (James McCoy, closes https://github.com/vim/vim/issues/1703)
author Christian Brabandt <cb@256bit.org>
date Mon, 05 Jun 2017 13:45:04 +0200
parents 9ca1c9997863
children 26525db57c4c
comparison
equal deleted inserted replaced
11468:4c3e993731a3 11469:0ade9dd85156
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 618,
767 /**/ 769 /**/
768 617, 770 617,
769 /**/ 771 /**/
770 616, 772 616,
771 /**/ 773 /**/