jschaf / powershell.el

An Emacs mode for editing and running Microsoft PowerShell code.
94 stars 30 forks source link

Replace newline characters in PowerShell functions with semicolons. #19

Closed basbossink closed 7 years ago

basbossink commented 7 years ago

This fixes some problems with the startup of the PowerShell shell. This should also improve the portability since newlines are not the same everywhere.

jschaf commented 7 years ago

Awesome, thank you for the PR.