-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for windows #75
base: master
Are you sure you want to change the base?
Conversation
Hey Rahul, Thanks for the PR! I'm not at all familiar with Windows, so it might take me a while to merge this. My concern is that if anything breaks, I won't be able to fix it and I'll have to pull support. To anyone with a windows machine, can you test this branch and comment here if it works / doesn't work? To anyone with windows programming experience, can you help me review the code proposed here? Any suggestions on how to make things simple and maintainable are greatly appreciated. |
I'm able to get this mostly working, but for some reason the When I run Anyone better at powershell than me care to take a look? As a final note, I can get this (mostly) working on powershell 3.0, but 2.0 throws an error. |
Well, part of the reason this isn't working is that I should be able to test this more fully this weekend. |
You should run posh with |
any updates for this? |
Are any more changes needed from my end? Seems to be working fine for me |
One little caveat: if you're using the latest vim version, remember to change the location as follows
Otherwise the script won't execute and powershell will just flash. |
@cknadler any plans on merging this into main at some point? I see this has been open for quite a while, but I understand the concern of having to support this if you're not using a Windows box. Perhaps this should be moved to its own repo/project instead. |
Any updates on this? |
#38