From d57502b1c94a8c3d8e82d5664a3eb27adbc37301 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 23 May 2019 11:22:45 +1200 Subject: Correct :return to :break --- vim/after/ftplugin/mail.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim') diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim index fbe0d3af..15277f7b 100644 --- a/vim/after/ftplugin/mail.vim +++ b/vim/after/ftplugin/mail.vim @@ -29,7 +29,7 @@ for lnum in range(1, line('$')) " Get the leading quote string, if any; stop if there isn't one let quote = matchstr(line, '^[> \t]\+') if strlen(quote) == 0 - return + break endif " Normalise the quote with no intermediate and one trailing space -- cgit v1.2.3