Skip to content

Instantly share code, notes, and snippets.

@huffman
Created February 25, 2011 06:56
Show Gist options
  • Save huffman/843454 to your computer and use it in GitHub Desktop.
Save huffman/843454 to your computer and use it in GitHub Desktop.
--- file_templates.vba 2011-02-24 22:53:45.000000000 -0800
+++ file_templates_updated.vba 2011-02-24 22:54:15.000000000 -0800
@@ -165,6 +165,7 @@
\ '$LBASENAME$': tolower(expand('%:t:r')),
\ '$YEAR$': strftime("%Y"),
\ '$DATE$': strftime('%d/%m/%Y'),
+ \ '$FULLDATE$': strftime('%d %b %Y'),
\ }
let [lnum, cnum] = searchpos(s:VarTagMatch)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment