vim: trivial cleanup

Using $email_address is more straight forward.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
Felipe Contreras 2013-10-14 00:54:13 -05:00
parent 568a541262
commit 2ec69fd39e

View file

@ -566,7 +566,7 @@ ruby << EOF
f.flush f.flush
VIM::command("let s:reply_from='%s'" % reply.from.first.to_s) VIM::command("let s:reply_from='%s'" % $email_address)
VIM::command("call s:new_file_buffer('compose', '#{f.path}')") VIM::command("call s:new_file_buffer('compose', '#{f.path}')")
VIM::command("call cursor(#{old_count}, 0)") VIM::command("call cursor(#{old_count}, 0)")
end end