I am using gvim on Windows10.
I use gvim as a default text editor on my PC.
When I double click and open a .txt file which is in a directory starting with “#”
For example:
C:first/second/#third/text.txt
Then gvim opens up and throws E344. It seems accessing a wrong directory:
C:first/second#third/text.txt
How can I avoid this error without changing the name of the directory?
/as escape character for#. Use//#in the path