vim: fix off-by-one error when removing header from message to send out

This commit is contained in:
Bart Trojanowski 2009-11-27 14:02:25 -05:00
parent b76852dcc5
commit fd805c16c3

View file

@ -938,7 +938,7 @@ function! s:NM_compose_send()
let lnum = lnum + 1
let line = getline(lnum)
endwhile
let body_starts = lnum + 1
let body_starts = lnum
exec printf('0,%dd', body_starts)
write