comparison src/version.c @ 21182:7289c8b9a620 v8.2.1142

patch 8.2.1142: Vim9: return type of insert() is any Commit: https://github.com/vim/vim/commit/252e88a78535d239ec4b764d8e3f04aad5a94a76 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 5 20:47:18 2020 +0200 patch 8.2.1142: Vim9: return type of insert() is any Problem: Vim9: return type of insert() is any. Solution: Use type of the first argument.
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Jul 2020 21:00:04 +0200
parents dde4c2e84f5c
children 2113e94dc726
comparison
equal deleted inserted replaced
21181:7ce93ec8ac30 21182:7289c8b9a620
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1142,
757 /**/ 759 /**/
758 1141, 760 1141,
759 /**/ 761 /**/
760 1140, 762 1140,
761 /**/ 763 /**/