Vivian De Smedt
Vivian De Smedt
Here is the version before the change:  And here is the version after the change: 
Thank you for merging the changes. I just started my holidays :-/ I'll check when I'll be back probably around 12th of August
Hi Christian, Thanks for your feedback. On my end on Windows 10 With both gVim 9.1.0718 and gVim 9.1.1076 Without `vim-airline` I have the correct behavior with: ``` gVim --clean...
On my end on Windows 10 With both gVim 9.1.0718 and gVim 9.1.1076 I have the correct behavior with ``` gVim --clean :set guioptions+=! :!echo foo foo press ENTER or...
If I trigger that command I get a `cmd` window with the following content hanging: ``` C:\Windows\system32\cmd.exe /c (^(C:\Windows\system32\cmd.exe C:\Users\vds\AppData\Local\Temp\VSK604D.tmp^) ^>C:\Users\vds\AppData\Local\Temp\VZ7604E.tmp 2^>^&1) ``` I'll try the same with `:set shell=bash`...
With `:set shell=bash` I got the following error message: ``` Error detected while processing function 165_translate[4]..lh#os#system[14]..function 165_translate[4]..lh#os#system[11]..167_run_script: line 2: E282: Cannot read from "C:\Users\vds\AppData\Local\Temp\VZ7616D.tmp" ```
Here is the error message I got when I run: `echo lh#po#context().translate('[Quickfix List]')` ``` /bin/bash: line 1: Quickfix List: syntax error in expression (error token is "List") ``` Here is...
I have uninstalled `WSL2` that was providing `bash` and without `WSL2` it now works. But I suppose if I install it back I'll have the problem. But this version is...
Thanks for the update. If you have something I'll be glad to test. Do I understand correctly that Vim use the shell to translate its messages? Why do we need...
I'll do that. I have to reinstall WSL it will take me a bit of time. I hope to complete it over the weekend. Thanks again for your support :-)