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

    added some new providers from about_Providers under PowerShell v6
---
 powershell.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/powershell.el b/powershell.el
index 261286331e5..181b788d709 100644
--- a/powershell.el
+++ b/powershell.el
@@ -356,7 +356,7 @@ The text is assumed to be `regexp-opt' output."
   "Names of scopes in PowerShell mode.")
 
 (defvar powershell-variable-drive-names
-  (append '("env" "function" "variable" "alias") powershell-scope-names)
+  (append '("env" "function" "variable" "alias" "hklm" "hkcu" "wsman") 
powershell-scope-names)
   "Names of scopes in PowerShell mode.")
 
 (defconst powershell-variables-regexp

Reply via email to