We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8acedc commit dd30c5aCopy full SHA for dd30c5a
test/functional/vimscript/execute_spec.lua
@@ -266,7 +266,7 @@ describe('execute()', function()
266
-- with how nvim currently displays the output.
267
it('captures shell-command output', function()
268
local win_lf = iswin() and '\13' or ''
269
- eq('\n:!echo foo\r\n\nfoo'..win_lf..'\n', funcs.execute('!echo foo'))
+ eq('\r\n\nfoo'..win_lf..'\n', funcs.execute('!echo foo'))
270
end)
271
272
describe('{silent} argument', function()
0 commit comments