-
Notifications
You must be signed in to change notification settings - Fork 84
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
Win32 support #14
Comments
I tried forcing sync off and it hangs after
I'm not sure how to do the piping properly on Win32. Maybe you have to use |
Hey @idbrii, thanks for providing so much detail about your situation! In any case, I'm unable to address Windows support myself (as I lack a Windows machine), but I can give you any information you need if you want to add support yourself and contribute a pull request. It seems like you are using Codi basically works like this:
I think a good way to start is to put some form of logging in |
@metakirby5 As you said, logs are really helpful for debugging complex VimL issues. You can create your own log function that doesn't do anything unless the user defines a log path in their config. You can then safely keep logging calls in your code at points where it is doing interesting things. Here is some code that appends some text to a file on a new line:
See |
I waited a long time |
@kdurant Sorry to keep you waiting :( I tried working on the platform-agnostic python-based solution on the pypty branch, but I'm running into some problems getting the output back into vim. Any help is appreciated. |
Any luck!? plugin looks good |
will it come out soon? |
Can windows be supported via WSL/Bash |
@blayz3r Possibly - try it and see! |
Hi, this looks super super super cool. Any word? |
Got the right pane to show up with |
Any updates? |
Should be working with #158 now, please give it a try! cc @Jacesheck |
I gave it a try and got "Codi does not support Windows yet." Big stacktrace when I try to use it.
Found the code in autoload/codi.vim and tried to modify, but nothing happens in the new split after I
:Codi
and modify python.I checked my version of script and it seems like that should work:
But I've never used script and I'm not sure how it works.
I think we also need this line changed:
C-z + CR exits the python repl on Windows, but I don't know if that's consistent across interpreters.
Regardless, all that prevents me from seeing any errors or any functionality (aside from the split appearing).
I'm also not sure how cygwin's script interacts with python (I'm using python3 for Windows from python.org).
Using vim 7.4.1832 from vim/vim-win32-installer.
These seems like a really cool plugin, but I understand Windows support can be tough (and a whole new set of problems).
The text was updated successfully, but these errors were encountered: