Marco Hinz
Marco Hinz
Confirmed! Looking into it the next days.
What I forgot to ask: What behavior do you actually expect? It seems to work correctly. When nvim is suspended, then nvr will wait until nvim's socket returns any data....
Hey, I'm sorry for all these Windows bugs. Since I left uni I don't even have access to Windows anymore and I'm pondering to declare this plugin to only have...
Thanks for all your input so far. I finally dusted off an old Win 10 VM. Let's start with a fundamental question.. is there any need to _ever_ use Powershell?...
@cheathcott It would be nice if you could test the `improve-win-support` branch. The code is rather simple, but it seems to work for my arguably stupid test cases. Would be...
Now that the changes are merged onto master.. any things left to fix?
Hmmmm. I can reproduce everything you said. For the prompt the manual escaping is fine, since you would have to do that in the shell as well. The prompt is...
The `foo\` case can be worked around by escaping the `\` twice. So it will be found by `foo\\\\`. `foo\\` will be found by `foo\\\\\\\\\` and so on. But I...
I don't work at Windows-related issues, sorry. I'll review small PRs that are VimL-only, though.
What does the first commit fix in the "foo " case? I can't see any difference. Currently the completion doesn't seem to handle files with whitespaces. But checking against `path`...