comparison src/version.c @ 18483:54e5fa1f9cfc v8.1.2236

patch 8.1.2236: ml_get error if pattern matches beyond last line Commit: https://github.com/vim/vim/commit/bb26596242fa7db477e2cd706dd99f9a426b5f71 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 31 04:38:36 2019 +0100 patch 8.1.2236: ml_get error if pattern matches beyond last line Problem: Ml_get error if pattern matches beyond last line. Solution: Adjust position if needed. (Christian Brabandt, closes https://github.com/vim/vim/issues/5139)
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Oct 2019 04:45:03 +0100
parents 26256dcadd77
children 63ee3c2b140f
comparison
equal deleted inserted replaced
18482:f8975b6004e6 18483:54e5fa1f9cfc
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 2236,
744 /**/ 746 /**/
745 2235, 747 2235,
746 /**/ 748 /**/
747 2234, 749 2234,
748 /**/ 750 /**/