Add get vim function snippet

This commit is contained in:
Kenneth Benzie 2016-06-16 22:35:07 +01:00
parent e233973f4c
commit a72bd9b03e

View File

@ -15,3 +15,7 @@ python << endpython
$0
endpython
endsnippet
snippet get "VIM get function"
get(${1:g:}, "${2:name}", ${3:default})$0
endsnippet