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

    updated some operators
---
 powershell.el | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/powershell.el b/powershell.el
index 6875b41e289..0ff7d040a5b 100644
--- a/powershell.el
+++ b/powershell.el
@@ -330,14 +330,18 @@ The text is assumed to be `regexp-opt' output."
              "-ceq" "-cne" "-cgt" "-cge" "-clt" "-cle"
              ;; explicitly case insensitive
              "-ieq" "-ine" "-igt" "-ige" "-ilt" "-ile"
-             "-band" "-bor" "-bxor"
-             "-and" "-or" "-xor"
+             "-band" "-bor" "-bxor" "-bnot"
+             "-and" "-or" "-xor" "-not" "!"
              "-like" "-notlike" "-clike" "-cnotlike" "-ilike" "-inotlike"
              "-match" "-notmatch" "-cmatch" "-cnotmatch" "-imatch" "-inotmatch"
              "-contains" "-notcontains" "-ccontains" "-cnotcontains"
              "-icontains" "-inotcontains"
              "-replace" "-creplace" "-ireplace"
-             "-is" "-as" "-f"
+             "-is" "-isnot" "-as" "-f"
+             "-in" "-cin" "-iin" "-notin" "-cnotin" "-inotin"
+             "-split" "-csplit" "-isplit"
+             "-join"
+             "-shl" "-shr"
              ;; Questionable --> specific to certain contexts
              "-casesensitive" "-wildcard" "-regex" "-exact" ;specific to case
              "-begin" "-process" "-end" ;specific to scriptblock

Reply via email to