mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
docs(shell): mention "&" for piping with powershell #20459
New behaviour since PR #19438
This commit is contained in:
parent
56998feebd
commit
51d379d40d
@ -259,6 +259,10 @@ g8 Print the hex values of the bytes used in the
|
|||||||
or stderr, the streams are closed immediately. |E5677|
|
or stderr, the streams are closed immediately. |E5677|
|
||||||
Use |jobstart()| instead. >
|
Use |jobstart()| instead. >
|
||||||
:call jobstart('foo', {'detach':1})
|
:call jobstart('foo', {'detach':1})
|
||||||
|
<
|
||||||
|
For powershell, chaining a stringed executable path
|
||||||
|
requires using the call operator (&). >
|
||||||
|
:!Write-Output "1`n2" | & "C:\Windows\System32\sort.exe" /r
|
||||||
<
|
<
|
||||||
*E34*
|
*E34*
|
||||||
Any "!" in {cmd} is replaced with the previous
|
Any "!" in {cmd} is replaced with the previous
|
||||||
|
Loading…
Reference in New Issue
Block a user