aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload/mail/header/field.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/autoload/mail/header/field.vim')
-rw-r--r--vim/autoload/mail/header/field.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/autoload/mail/header/field.vim b/vim/autoload/mail/header/field.vim
index e27d13c0..db38c09f 100644
--- a/vim/autoload/mail/header/field.vim
+++ b/vim/autoload/mail/header/field.vim
@@ -9,7 +9,7 @@ function! mail#header#field#Add(header, name, body) abort
endfunction
" Set a field in a header, replacing the first one with the same name (if
-" any), and and removing any others
+" any), and removing any others
"
function! mail#header#field#Set(header, name, body) abort
let fields = []