Created
April 30, 2014 08:26
-
-
Save riceissa/97fe7684204b8e204129 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
snippet hash "insert sha1 hash of the current file" | |
`!v strpart(system("sha1sum ".expand("%")), 0, 40)` | |
endsnippet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment