branch: elpa/powershell
commit bbcb91822f14882abc4a2679270da678c59ab8e4
Author: NeoISE <[email protected]>
Commit: NeoISE <[email protected]>

    added new automatic variables from about_Automatic_Variables from 
PowerShell v6
---
 powershell.el | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/powershell.el b/powershell.el
index 181b788d709..f29515963a4 100644
--- a/powershell.el
+++ b/powershell.el
@@ -400,16 +400,21 @@ The text is assumed to be `regexp-opt' output."
      "^"                              "_"
      "args"                           "ConsoleFileName"
      "Error"                          "Event"
+     "EventArgs"
      "EventSubscriber"                "ExecutionContext"
      "false"                          "Foreach"
      "HOME"                           "Host"
-     "input"                          "LASTEXITCODE"
+     "input"                          "lsCoreCLR"
+     "lsLinux"                        "lsMacOS"
+     "lsWindows"                      "LASTEXITCODE"
      "Matches"                        "MyInvocation"
      "NestedPromptLevel"              "null"
      "PID"                            "PROFILE"
      "PSBoundParameters"              "PSCmdlet"
+     "PSCommandPath"
      "PSCulture"                      "PSDebugContext"
-     "PSHOME"                         "PSScriptRoot"
+     "PSHOME"                         "PSITEM"
+     "PSScriptRoot"                   "PSSenderInfo"
      "PSUICulture"                    "PSVersionTable"
      "PWD"                            "ReportErrorShowExceptionClass"
      "ReportErrorShowInnerException"  "ReportErrorShowSource"

Reply via email to