Error when opening file in Vim using ConEmu

334 Views Asked by At

I am running Vim from Powershell inside ConEmu.

I have my text files set to open using the following command

"C:\Program Files (x86)\Vim\vim74a\vim.exe" --remote-silent "%1" 

If Vim is already running in ConEmu then when I doubleclink on *.txt file a cmd.exe briefly flashes on screen and the file is opened in the existing Vim process, but I will also get this error message

enter image description here

Is there a way to stop this error from occuring or simply hide the error message?

0

There are 0 best solutions below