comparison src/version.c @ 13429:1bb09ac80ef6 v8.0.1589

patch 8.0.1589: error for setting 'modifiable' when resetting it commit https://github.com/vim/vim/commit/d7db27bafd1045281c965d9483539748a744de70 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 7 23:02:33 2018 +0100 patch 8.0.1589: error for setting 'modifiable' when resetting it Problem: Error for setting 'modifiable' when resetting it. Solution: Check if 'modifiable' was actually set.
author Christian Brabandt <cb@256bit.org>
date Wed, 07 Mar 2018 23:15:05 +0100
parents b85526d90aba
children 19f9b74a424e
comparison
equal deleted inserted replaced
13428:b82547f4a465 13429:1bb09ac80ef6
764 NULL 764 NULL
765 }; 765 };
766 766
767 static int included_patches[] = 767 static int included_patches[] =
768 { /* Add new patch number below this line */ 768 { /* Add new patch number below this line */
769 /**/
770 1589,
769 /**/ 771 /**/
770 1588, 772 1588,
771 /**/ 773 /**/
772 1587, 774 1587,
773 /**/ 775 /**/