X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/0156fd4c94b8e51d2172368bb5c09751a35e7ab8..6c8c3c135c5ce5f2290957a4b50eeadbec668cc9:/.vim/ftplugin/mail.vim?ds=inline diff --git a/.vim/ftplugin/mail.vim b/.vim/ftplugin/mail.vim index e716413..87e913c 100644 --- a/.vim/ftplugin/mail.vim +++ b/.vim/ftplugin/mail.vim @@ -74,8 +74,10 @@ set completefunc=LBDBCompleteFn " And this magic by James Vega, which ensures that we only complete with lbdb " on the recipient lines of the mail header. -ino DelegateCompletion(1) -ino DelegateCompletion(0) +inoremap DelegateCompletion(1) +inoremap DelegateCompletion(1) +inoremap DelegateCompletion(0) +inoremap DelegateCompletion(0) fun! DelegateCompletion(next) if getline('.') =~? '^\%(To\|B\=Cc\):'