comparison src/version.c @ 19461:08ef11a81daa v8.2.0288

patch 8.2.0288: Vim9: some float and blob operators not tested Commit: https://github.com/vim/vim/commit/0062c2d4f91caa2360933068ac46c55bdd303b53 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 20 22:14:31 2020 +0100 patch 8.2.0288: Vim9: some float and blob operators not tested Problem: Vim9: some float and blob operators not tested. Solution: Add float and blob tests. Fix addition.
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Feb 2020 22:30:03 +0100
parents 423b27246383
children 798fce18d049
comparison
equal deleted inserted replaced
19460:5a60f7d281e8 19461:08ef11a81daa
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 288,
741 /**/ 743 /**/
742 287, 744 287,
743 /**/ 745 /**/
744 286, 746 286,
745 /**/ 747 /**/