All pastes #2074566 Raw Edit

Anonymous

public text v1 · immutable
#2074566 ·published 2011-06-04 12:13 UTC
rendered paste body
    function! MakeStamp()
	"ISO timestamp
      let time = strftime("%Y-%m-%d at %H:%M:%S")
    exe '%s/Last updated on \zs\d\{4}\-\d\{2}\-\d\{2} at \d\{2}:\d\{2}:\d\{2}/'.time.'/ig'
      return ""
    endfunction
     
    map ,t :call MakeStamp()<CR>