comparison src/version.c @ 21128:484c27f2e98c v8.2.1115

patch 8.2.1115: iminsert test fails when compiled with VIMDLL Commit: https://github.com/vim/vim/commit/c19fd917be656b127c5619080f866a23ce1fe755 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 2 20:59:05 2020 +0200 patch 8.2.1115: iminsert test fails when compiled with VIMDLL Problem: Iminsert test fails when compiled with VIMDLL. Solution: Change condition. (Ken Takata, closes https://github.com/vim/vim/issues/6376)
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Jul 2020 21:15:04 +0200
parents a35036006352
children 4a1e8086759b
comparison
equal deleted inserted replaced
21127:b68f941f9cc2 21128:484c27f2e98c
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 1115,
757 /**/ 759 /**/
758 1114, 760 1114,
759 /**/ 761 /**/
760 1113, 762 1113,
761 /**/ 763 /**/