comparison src/version.c @ 18827:f98368dd6615 v8.1.2401

patch 8.1.2401: :cexpr does not handle | in expression Commit: https://github.com/vim/vim/commit/88a3e2b2ac33e3bb4b7cf9132eb75db051e8f4ed Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 6 21:11:39 2019 +0100 patch 8.1.2401: :cexpr does not handle | in expression Problem: :cexpr does not handle | in expression. Solution: Remove EX_TRLBAR and set nextcmd pointer.
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 Dec 2019 21:15:04 +0100
parents 70f1e352d599
children eff8d8f72a82
comparison
equal deleted inserted replaced
18826:b2b4d46cdb1f 18827:f98368dd6615
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 2401,
745 /**/ 747 /**/
746 2400, 748 2400,
747 /**/ 749 /**/
748 2399, 750 2399,
749 /**/ 751 /**/