aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-23 14:22:46 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-23 14:22:46 +1200
commit5c31ba982a084dd55d232a9ebea5551f1d4f7455 (patch)
treef9b324908c38637d327b37c021d30b3d1c19ea4b
parentMerge branch 'release/v4.40.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-5c31ba982a084dd55d232a9ebea5551f1d4f7455.tar.gz
dotfiles-5c31ba982a084dd55d232a9ebea5551f1d4f7455.zip
Merge branch 'release/v4.41.0'v4.41.0
* release/v4.41.0: Bump VERSION Fix "break" in favour of "continue"
-rw-r--r--VERSION4
-rw-r--r--vim/after/ftplugin/mail.vim2
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 99088ef8..5646d84c 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v4.40.0
-Thu May 23 02:18:08 UTC 2019
+tejr dotfiles v4.41.0
+Thu May 23 02:22:46 UTC 2019
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