custom vim python snippets for myself
snippet phd "create python head for the files"
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# -----------------------------------------------------
# FileName : `expand("%:t")`
# Author : wuqingfeng@
# Date : `strftime("%Y-%m-%d")`
# -----------------------------------------------------
${0}