Add get vim function snippet
This commit is contained in:
parent
e233973f4c
commit
a72bd9b03e
@ -15,3 +15,7 @@ python << endpython
|
||||
$0
|
||||
endpython
|
||||
endsnippet
|
||||
|
||||
snippet get "VIM get function"
|
||||
get(${1:g:}, "${2:name}", ${3:default})$0
|
||||
endsnippet
|
||||
|
Loading…
x
Reference in New Issue
Block a user