From 3662143c82a3ea2b4393993ff8794810dc73abf0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 8 Aug 2018 14:02:22 +1200 Subject: Use normal G for line jump to update jumplist And also the '' mark --- vim/after/ftplugin/mail.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/after') diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim index 0082ea78..657c98ca 100644 --- a/vim/after/ftplugin/mail.vim +++ b/vim/after/ftplugin/mail.vim @@ -100,7 +100,7 @@ function! s:NewBlank(start, count, up) abort endwhile " Move to line (needs jumps and marks setting) - execute l:num + execute 'normal '.l:num.'G' endfunction -- cgit v1.2.3