set ft=bash
f(){
local a=(1 2)
}
see that the (
in (1 2)
is blue, but the )
is white.
the )
in (1 2)
is also blue.
9.1.1349
Ubuntu 22
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
Both parentheses (of shArrayRegion
) are rendered in the same
colour with:
cd /path/to/fork git switch --detach v9.1.1349 VIMRUNTIME=runtime vim --clean --cmd 'set rtp=$VIMRUNTIME' -c 'set ft=bash'
:scriptnames
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.