Initial commit.
This commit is contained in:
2
vim/snippets/python/for.snippet
Executable file
2
vim/snippets/python/for.snippet
Executable file
@@ -0,0 +1,2 @@
|
||||
for ${1:var} in ${2:type}:
|
||||
${3:pass}
|
||||
Reference in New Issue
Block a user