mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 11:30:29 +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