bertzzie
bertzzie

Reputation: 3568

gVim / Vim with cvim error every startup on windows 7

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

Answers (1)

Song min
Song min

Reputation: 11

solution:

    let s:vimfiles = $VIM

change to:

    let s:vimfiles = $VIM.'/vimfiles/'

Upvotes: 1

Related Questions