Reputation: 3568
I'm using gVim with cvim plugin on Windows 7 x64. Everytime I start gVim, it gives the following error message:
"Global template file '.s:C_GlobalTemplateFile.' not readable."
I've search google for the error message, and found this solution, but it didn't work. Has anyone found the same problem with this? What's the fix?
Thanks before.
Upvotes: 0
Views: 266
Reputation: 11
solution:
let s:vimfiles = $VIM
change to:
let s:vimfiles = $VIM.'/vimfiles/'
Upvotes: 1