8000 docs(shell): mention "&" for piping with powershell #20459 · neovim/neovim@51d379d · GitHub
[go: up one dir, main page]

Skip to content

Commit 51d379d

Browse files
authored
docs(shell): mention "&" for piping with powershell #20459
New behaviour since PR #19438
1 parent 56998fe commit 51d379d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

runtime/doc/various.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,10 @@ g8 Print the hex values of the bytes used in the
259259
or stderr, the streams are closed immediately. |E5677|
260260
Use |jobstart()| instead. >
261261
:call jobstart('foo', {'detach':1})
262+
<
263+
For powershell, chaining a stringed executable path
264+
requires using the call operator (&). >
265+
:!Write-Output "1`n2" | & "C:\Windows\System32\sort.exe" /r
262266
<
263267
*E34*
264268
Any "!" in {cmd} is replaced with the previous

0 commit comments

Comments
 (0)
0