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
Is there a way to stop this error from occuring or simply hide the error message?