comparison src/version.c @ 24047:b535ab17d160 v8.2.2565

patch 8.2.2565: Vim9: "..=" not always recognized Commit: https://github.com/vim/vim/commit/f76ec1eeb5bba9457bf2b5564364ee90662a0156 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 3 17:58:16 2021 +0100 patch 8.2.2565: Vim9: "..=" not always recognized Problem: Vim9: "..=" not always recognized. Solution: Do not consider "..=" to be string concatenation. (closes https://github.com/vim/vim/issues/7905)
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Mar 2021 18:00:04 +0100
parents 1b56d4c75d19
children fc4c2beea99a
comparison
equal deleted inserted replaced
24046:353c5b0f1f9f 24047:b535ab17d160
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2565,
753 /**/ 755 /**/
754 2564, 756 2564,
755 /**/ 757 /**/
756 2563, 758 2563,
757 /**/ 759 /**/