mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.2.2553: Vim9: Cannot put "|" after "{"
Problem: Vim9: Cannot put "|" after "{". Solution: Add the EX_TRLBAR flag. (issue #7904)
This commit is contained in:
@@ -912,7 +912,7 @@ ex_eval(exarg_T *eap)
|
||||
enter_block(cstack_T *cstack)
|
||||
{
|
||||
++cstack->cs_idx;
|
||||
if (in_vim9script())
|
||||
if (in_vim9script() && current_sctx.sc_sid > 0)
|
||||
{
|
||||
scriptitem_T *si = SCRIPT_ITEM(current_sctx.sc_sid);
|
||||
|
||||
|
Reference in New Issue
Block a user