Thank you so much.
Inspired by your c.vim, now I've found the real reason.

The editor of c.vim wrote two ways of  installation for Linux :
user(let s:installation='local') and system(let
s:installation='system'), they are in automatic detection.

But the editor only wrote one way of installation for MSWIN: system.

So now I have to use the "user installation", just change these:

let s:installation = 'local'
let s:plugin_dir = $HOME.'\vimfiles\'

I hope the editor will add the automatic detection for mswin too.

Thanks!



On 8月14日, 下午2时23分, Jeri Raye <[email protected]> wrote:
> 2010/8/14 eliweiq001 <[email protected]>:
>
> > Thanks.
> > What's your $VIM and $HOME?
> > Can you put your c-support in $HOME\vimfiles\c-support ?
>
> My echo $HOME = c:\users\Jeri which in windowsexplorer is your desktop
> $VIM = C:\program files\VIM
>
> I've moved the c-support to my home directory in the vimfiles sub dir.
> IOW to c:\users\Jeri\vimfiles
>
> I've changed the c.vim which is in the c:\program files\vim\plugin
> directory to redirect it to the new location.
> I've also attached it here, assuming it's allowed in this group
>
> I now don't have the error messages again
>
>  c.vim
> 217K查看下载

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to