From 5bba73d7336a5c9570d01ff1b1651f7419b0ba69 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 8 Aug 2018 15:01:27 +1200 Subject: Add a blank line --- vim/after/ftplugin/mail.vim | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3