Christian Brabandt
Christian Brabandt
was this actually fixed? Or is this still an issue?
It seems there is no Windows ARM64 image support available yet at Appveyor. And even it there was, it may take some time to tweak the build process. I don't...
I did reach out to the mentioned two email addresses
Tried again from my usual address (you can check the git commits). You should have received it. Thanks
haven't looked at it. Currently trying to make Vim building work. I build one Vim locally here: https://github.com/vim/vim-win32-installer/releases/tag/v9.1.1385 It does not contain Ruby and MZScheme interface (I couldn't get that...
I am in the process of making a PR here that will make appveybor.bat work correctly with ARM. Shouldn't take that long. Once this is done, I'll check out what...
it's mostly working now: https://github.com/chrisbra/vim-win32-installer/blob/refactor/.github/workflows/windows-arm-build.yml I still need to verify that the build is all complete but should be almost done. PR is here: #375
thanks, it seems the plugin does not recognized some of those ansi escape characters
not sure if it is feasible. But you could check if `$VIM_TERMINAL` is defined. If yes, you are running inside the Vim Terminal. From within the Vim terminal you cand...
Try a different terminal please. Or do not use `xterm-256color` for $TERM. This smells like some xterm incompatibility