aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-08 15:01:27 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-08 15:01:27 +1200
commit5bba73d7336a5c9570d01ff1b1651f7419b0ba69 (patch)
tree5761e4b5e40bd2714bec617fe3ee63a8e70f6e7b
parentDon't jump if zero or no move (diff)
downloaddotfiles-5bba73d7336a5c9570d01ff1b1651f7419b0ba69.tar.gz
dotfiles-5bba73d7336a5c9570d01ff1b1651f7419b0ba69.zip
Add a blank line
-rw-r--r--vim/after/ftplugin/mail.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim
index 1ad4294b..73749893 100644
--- a/vim/after/ftplugin/mail.vim
+++ b/vim/after/ftplugin/mail.vim
@@ -97,6 +97,7 @@ function! s:NewBlank(start, count, up) abort
" Move the line number or up or down depending on direction
let l:num += a:up ? -1 : 1
+
endwhile
" Move to line if nonzero and not equal to the current line