aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-23 14:21:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-23 14:21:55 +1200
commit4420a7119dac40d58d9da97b98001529b3a627db (patch)
treee54c8d0f33162e9b183136cff652ce41af36aa38 /vim
parentMerge branch 'release/v4.40.0' into develop (diff)
downloaddotfiles-4420a7119dac40d58d9da97b98001529b3a627db.tar.gz
dotfiles-4420a7119dac40d58d9da97b98001529b3a627db.zip
Fix "break" in favour of "continue"
Diffstat (limited to 'vim')
-rw-r--r--vim/after/ftplugin/mail.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim
index 0145f0aa..e01872d6 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
- break
+ continue
endif
" Normalise the quote with no spaces