comparison src/version.c @ 23346:2060f53b7c17 v8.2.2216

patch 8.2.2216: Vim9: range with missing colon can be hard to spot Commit: https://github.com/vim/vim/commit/6e2c2c50bada4e3f5c7234902c0bdd64f66619ac Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 25 19:25:45 2020 +0100 patch 8.2.2216: Vim9: range with missing colon can be hard to spot Problem: Vim9: range with missing colon can be hard to spot. Solution: Include the start of the range in the error. (closes https://github.com/vim/vim/issues/7543)
author Bram Moolenaar <Bram@vim.org>
date Fri, 25 Dec 2020 19:30:03 +0100
parents 1f37fd20f851
children 456d625bb8c1
comparison
equal deleted inserted replaced
23345:3cfaf9e39808 23346:2060f53b7c17
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 2216,
753 /**/ 755 /**/
754 2215, 756 2215,
755 /**/ 757 /**/
756 2214, 758 2214,
757 /**/ 759 /**/