>>989
>>986さんに教えてもらったものをそのままコピペしました
:au BufNewFile *.cを実行するとこうでました
--- Auto-Commands ---
filetypedetect BufNewFile
*.c call s:FTlpc()
nf BufNewFile
*.c exe '0r ' . path1 . "skeleton.c"

>>988さんのも同じエラーになりました
augroup nf
let d = '~/vim/'
au BufNewFile *.c exe '0read ' . d . 'skeleton.c'
augroup END