]> git.rmz.io Git - dotfiles.git/blobdiff - vim/ultisnips/all.snippets
mutt: fix F macro to not write message to home
[dotfiles.git] / vim / ultisnips / all.snippets
index 5344736cf42d37470ef130dbdab5cc580d6a0fee..6c1fab6b87080474665e70a57d4dcc3e6b543d80 100644 (file)
@@ -64,11 +64,11 @@ endglobal
 
 
 snippet fix "FIXME" w
-`!p snip.rv = c`FIXME ${0}  (sb:`!v strftime("%Y%m%d")`)
+`!p snip.rv = c`FIXME ${0}
 endsnippet
 
 snippet todo "TODO" w
-`!p snip.rv = c`TODO ${0}  (sb:`!v strftime("%Y%m%d")`)
+`!p snip.rv = c`TODO ${0}
 endsnippet
 
 snippet GPL2 "GPL2 License" b