1
0
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:
2011-06-12 11:26:46 +02:00
parent 5cd8324b5e
commit 3de36e86f4

View File

@@ -1,5 +1,5 @@
snippet #! snippet #!
#!/usr/bin/python #!/usr/bin/env python
snippet imp snippet imp
import ${1:module} import ${1:module}