X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/0156fd4c94b8e51d2172368bb5c09751a35e7ab8..191a1809faffe36f8f8ce9d3beb1480123c997a7:/.vim/ftplugin/mail.vim?ds=sidebyside 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\):'