comparison src/version.c @ 16466:a2befc9b3729 v8.1.1237

patch 8.1.1237: error for using "compl", reserved word in C++ commit https://github.com/vim/vim/commit/52111f82318dfbeb6a0b06230c0609abff509250 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 29 21:30:45 2019 +0200 patch 8.1.1237: error for using "compl", reserved word in C++ Problem: Error for using "compl", reserved word in C++. Solution: Rename to "complp". (suggestion by Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Apr 2019 21:45:05 +0200
parents 9bb2192a7c95
children 045ab97fe320
comparison
equal deleted inserted replaced
16465:07b8f33da370 16466:a2befc9b3729
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1237,
770 /**/ 772 /**/
771 1236, 773 1236,
772 /**/ 774 /**/
773 1235, 775 1235,
774 /**/ 776 /**/