>>985
こうかね
augroup nf
let path1 = "~/vim/"
autocmd BufNewFile *.c exe '0r ' . path1 . "skeleton.c"
augroup END