I noticed this while reviewing #20152
Source this script:
vim9script :legacy inoremap <expr> <F2> "hello " . "world"
Go to insert mode and press <f2>.
It errors out with:
E488: Trailing characters: . "world"
should input "hello world". It works when using .. for the concatenation.
9.2.0461
linux, putty, xterm-256color, zsh
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
fixed by #20177
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.![]()