comparison src/version.c @ 26873:be85735650f7 v8.2.3965

patch 8.2.3965: Vim9: no easy way to check if Vim9 script is supported Commit: https://github.com/vim/vim/commit/b79ee0c299d786627784f7304ba84b80e78ece26 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 1 12:17:00 2022 +0000 patch 8.2.3965: Vim9: no easy way to check if Vim9 script is supported Problem: Vim9: no easy way to check if Vim9 script is supported. Solution: Add has('vim9script').
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Jan 2022 13:30:03 +0100
parents c8d32e12c934
children e06cbcf4b94b
comparison
equal deleted inserted replaced
26872:fdb37f03e58d 26873:be85735650f7
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3965,
752 /**/ 754 /**/
753 3964, 755 3964,
754 /**/ 756 /**/
755 3963, 757 3963,
756 /**/ 758 /**/