Add get vim function snippet

This commit is contained in:
Kenneth Benzie 2016-06-16 22:35:07 +01:00
parent e24c0f6e76
commit 19f32a69c3

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