]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2401: :cexpr does not handle | in expression v8.1.2401
authorBram Moolenaar <Bram@vim.org>
Fri, 6 Dec 2019 20:11:39 +0000 (21:11 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 6 Dec 2019 20:11:39 +0000 (21:11 +0100)
commit88a3e2b2ac33e3bb4b7cf9132eb75db051e8f4ed
treee1b47cda54a2725223924ad844c94365b2f9c63f
parent1f3e7d3bf0aa1e015a591ce8f7ee7ab56589b452
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.
src/ex_cmds.h
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c