use stdin to send message (#78)

This commit is contained in:
Clément DOUIN
2021-05-04 00:15:11 +02:00
parent 08f10266e3
commit 4668d51476
3 changed files with 27 additions and 3 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ function! himalaya#msg#forward()
endfunction
function! himalaya#msg#draft_save()
let s:draft = join(getline(1, "$"), "\r\n")
let s:draft = join(getline(1, "$"), "\n")
redraw | call s:log("Save draft [OK]")
let &modified = 0
endfunction