comparison src/version.c @ 19878:dd3c80122a0e v8.2.0495

patch 8.2.0495: Vim9: some code not tested Commit: https://github.com/vim/vim/commit/80c34ca312506c2c65eef6b119e214f7e6f87eb9 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 1 23:05:18 2020 +0200 patch 8.2.0495: Vim9: some code not tested Problem: Vim9: some code not tested. Solution: Add more tests. Support more const expressions.
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Apr 2020 23:15:03 +0200
parents 87a66d23ccf5
children 50fa63ca3828
comparison
equal deleted inserted replaced
19877:8aa17104800a 19878:dd3c80122a0e
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 495,
741 /**/ 743 /**/
742 494, 744 494,
743 /**/ 745 /**/
744 493, 746 493,
745 /**/ 747 /**/