Files
neovim/runtime
Justin M. Keyes 16da3a6fe0 test: system(): backgrounded shell command
These tests are essentially affirming a regression vs Vim. In Vim,
    :echo system('cat - &', 'foo')
returns "foo", because Vim internally wraps the command with shell-specific
syntax to redirect the streams from /dev/null[1].

That can't work in Nvim because we use pipes directly (instead of temp files)
and don't wrap the command with shell-specific redirection syntax.

References #3529
References #5241

[1] http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_09_03_02
2016-10-19 01:01:27 +02:00
..
2016-10-04 23:33:28 +09:00
2016-10-04 23:33:28 +09:00
2016-08-03 08:07:28 -04:00
2016-08-03 08:07:28 -04:00
2014-12-19 15:28:49 -05:00
doc
2016-10-16 18:08:53 +02:00
2015-11-28 10:59:21 +01:00
2016-04-16 23:06:24 -07:00
2014-12-19 15:28:49 -05:00
2014-07-29 02:12:31 +00:00
2015-01-04 19:42:30 +01:00
2016-10-04 23:34:28 +09:00
2016-10-04 23:14:47 +09:00