comparison src/version.c @ 25620:49a798fa0e73 v8.2.3346

patch 8.2.3346: Vim9: no error for using "." for concatenation after ":vim9cmd" Commit: https://github.com/vim/vim/commit/2596a4e763e11eb8e406f262cb72fd2b39461572 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 14 21:35:40 2021 +0200 patch 8.2.3346: Vim9: no error for using "." for concatenation after ":vim9cmd" Problem: Vim9: no error for using "." for concatenation after ":vim9cmd". (Naohiro Ono) Solution: Check for Vim9 script syntax. (closes #8756)
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Aug 2021 21:45:03 +0200
parents 28f1b7c38ba1
children 15b54e0a576b
comparison
equal deleted inserted replaced
25619:29ec2c198c8d 25620:49a798fa0e73
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3346,
758 /**/ 760 /**/
759 3345, 761 3345,
760 /**/ 762 /**/
761 3344, 763 3344,
762 /**/ 764 /**/