mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 05:07:55 +08:00
use stdin to send message (#78)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user