comparison src/version.c @ 23374:1371e21fdc3d v8.2.2230

patch 8.2.2230: Vim9: insert completion runs into error Commit: https://github.com/vim/vim/commit/179eb567b15a2ed5cf25b45d95d06c7a729d50bc Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 27 18:03:22 2020 +0100 patch 8.2.2230: Vim9: insert completion runs into error Problem: Vim9: insert completion runs into error. Solution: Insert colon before range. (closes https://github.com/vim/vim/issues/7556)
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Dec 2020 18:15:03 +0100
parents 86d155b29dd7
children 0d79d18f1c69
comparison
equal deleted inserted replaced
23373:e870e15300ee 23374:1371e21fdc3d
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 2230,
753 /**/ 755 /**/
754 2229, 756 2229,
755 /**/ 757 /**/
756 2228, 758 2228,
757 /**/ 759 /**/