mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 03:20:29 +01:00
Make python3 default shebang
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
snippet #!
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
snippet #!2
|
||||
#!/usr/bin/env python2
|
||||
# coding: utf-8
|
||||
snippet utf
|
||||
# coding: utf-8
|
||||
snippet #!3
|
||||
#!/usr/bin/env python3
|
||||
snippet dbg Python Debugger abbrv
|
||||
__import__('pdb').set_trace()
|
||||
snippet ipdb ipdb abbrv
|
||||
|
||||
Reference in New Issue
Block a user