Skip to content

Commit 8dc36c4

Browse files
authored
Fixes #4765 - new multiline continuation support (#4852)
* Fixes #4765 - new multiline continuation support * feedback edits
1 parent 982b294 commit 8dc36c4

File tree

10 files changed

+1633
-1932
lines changed

10 files changed

+1633
-1932
lines changed

reference/3.0/Microsoft.PowerShell.Core/About/about_pipelines.md

Lines changed: 262 additions & 322 deletions
Large diffs are not rendered by default.

reference/4.0/Microsoft.PowerShell.Core/About/about_pipelines.md

Lines changed: 262 additions & 322 deletions
Large diffs are not rendered by default.

reference/5.0/Microsoft.PowerShell.Core/About/about_pipelines.md

Lines changed: 262 additions & 322 deletions
Large diffs are not rendered by default.

reference/5.0/PSReadline/About/about_PSReadline.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,15 @@ The contents of the kill ring are cleared.
607607
This is similar to Yank, but uses the system clipboard instead of the kill
608608
ring.
609609

610+
[!IMPORTANT]
611+
> When using the **Paste** function, the entire contents of the clipboard
612+
> buffer is pasted into the input buffer of PSReadLine. The input buffer is
613+
> then passed to the PowerShell parser. Input pasted using the console
614+
> application's **right-click** paste method is copied to the input buffer one
615+
> character at a time. The input buffer is passed to the parser when a newline
616+
> character is copied. Therefore, the input is parsed one line at a time. The
617+
> difference between paste methods results in different execution behavior.
618+
610619
### YankLastArg
611620

612621
- Cmd: `<Alt+.>`

0 commit comments

Comments
 (0)