comparison src/version.c @ 24774:8bf9726097d8 v8.2.2925

patch 8.2.2925: Vim9: line continuation comment uses legacy syntax Commit: https://github.com/vim/vim/commit/0f37e3561db95b0ef0b636588bbd30297e377384 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 2 15:28:15 2021 +0200 patch 8.2.2925: Vim9: line continuation comment uses legacy syntax Problem: Vim9: line continuation comment uses legacy syntax. Solution: Check for #\ instead of "\. (closes https://github.com/vim/vim/issues/8295)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Jun 2021 15:30:02 +0200
parents 9c0a59fcf8b9
children 7464d4c927f5
comparison
equal deleted inserted replaced
24773:44f5815a3925 24774:8bf9726097d8
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 2925,
753 /**/ 755 /**/
754 2924, 756 2924,
755 /**/ 757 /**/
756 2923, 758 2923,
757 /**/ 759 /**/