mirror of
https://github.com/gryf/.vim.git
synced 2026-02-23 20:05:48 +01:00
Changed shebang definition for python scripts
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
snippet #!
|
snippet #!
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
snippet imp
|
snippet imp
|
||||||
import ${1:module}
|
import ${1:module}
|
||||||
|
|||||||
Reference in New Issue
Block a user