func SetTitle()
call setline(1,”#!/usr/bin/env python”)
call append(1,”# -*-coding:utf-8 -*-“)
normal G
normal o
normal o
endfunc
autocmd bufnewfile *.py call SetTitle()
func SetTitle()
call setline(1,”#!/usr/bin/env python”)
call append(1,”# -*-coding:utf-8 -*-“)
normal G
normal o
normal o
endfunc
autocmd bufnewfile *.py call SetTitle()