diff options
Diffstat (limited to '.vim/templates/python/head')
-rwxr-xr-x | .vim/templates/python/head | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.vim/templates/python/head b/.vim/templates/python/head new file mode 100755 index 0000000..5567fe9 --- /dev/null +++ b/.vim/templates/python/head @@ -0,0 +1,4 @@ +#!/usr/bin/env python +# vim:fileencoding=utf-8:ft=python +# + |