mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 19:40:29 +01:00
Update of the snippets
This commit is contained in:
@@ -22,4 +22,10 @@ snippet fp "full path filename"
|
||||
`!v expand("%:p")`
|
||||
endsnippet
|
||||
|
||||
snippet uuid "UUID" !b
|
||||
`!p import uuid
|
||||
if not snip.c:
|
||||
snip.rv = str(uuid.uuid4())`
|
||||
endsnippet
|
||||
|
||||
# vim:ft=snippets:
|
||||
|
||||
Reference in New Issue
Block a user