From 13d56c5d0f0af692914a7f39673da357d6e50213 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 14 Jun 2019 19:27:04 +1200 Subject: Correct a misleading word in mail ftplugin comment --- vim/after/ftplugin/mail.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/after/ftplugin') diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim index 260b0363..cba446a3 100644 --- a/vim/after/ftplugin/mail.vim +++ b/vim/after/ftplugin/mail.vim @@ -44,7 +44,7 @@ for lnum in range(1, line('$')) " Get current line let line = getline(lnum) - " Get the leading quote string, if any; stop if there isn't one + " Get the leading quote string, if any; skip if there isn't one let quote = matchstr(line, '^>[> ]*') if strlen(quote) == 0 continue -- cgit v1.2.3