mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-20 07:28:26 +08:00
revert cargo workspace feature
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
setlocal filetype=mail
|
||||
setlocal foldexpr=himalaya#shared#thread#fold(v:lnum)
|
||||
setlocal foldmethod=expr
|
||||
setlocal startofline
|
||||
|
||||
if exists("g:himalaya_complete_contact_cmd")
|
||||
setlocal completefunc=himalaya#msg#complete_contact
|
||||
endif
|
||||
|
||||
augroup himalaya_write
|
||||
autocmd! * <buffer>
|
||||
autocmd BufWriteCmd <buffer> call himalaya#msg#draft_save()
|
||||
autocmd BufLeave <buffer> call himalaya#msg#draft_handle()
|
||||
augroup end
|
||||
Reference in New Issue
Block a user