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