编译运行python 文件
func! CompileRunPy()
exec "w"
silent exec "!python %" endfunc
如何不弹出 请输入 ENTER 继续
在 exec(执行) 前面加上 silent