vim -u NONEithis is text<ESC>):execute('1d', 'silent')The first line gets deleted (silently)
I expect this command to succeed because :help execute() suggests the {silent} option.
8.2.2121
OS: Ubuntu 22.04.4 LTS
Terminal: GNOME Terminal 3.44.0
$TERM: xterm-256color
Shell: GNU bash, version 5.1.16(1)
Window manager: i3wm version 4.20.1
Full vim version, patches, features, flags
E110: Missing ')'—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
:call execute('1d', 'silent')
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
That was it, thanks!!
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #14717 as completed.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()