When I open a file with vim or gvim from a console in Windows that is in a subdirectory (for example, gvim subdir/file ), it creates a new file in subdir\subdir\file , saying "subdir\file" [New DIRECTORY] instead opening an existing file with subdir\file . 
This happens since I added the following line to my vimrc:
set enc=utf-8
Is it possible to open and create files in UTF-8 mode on Windows without this problem? You can also see my vimrc file .
Thanks for any help.
pvorb source share