aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-08 14:02:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-08 14:02:22 +1200
commit3662143c82a3ea2b4393993ff8794810dc73abf0 (patch)
treee5f6be46b236a989bcbeb95b0cf1434f6cb0e536 /vim
parentAdd and revise some comments (diff)
downloaddotfiles-3662143c82a3ea2b4393993ff8794810dc73abf0.tar.gz
dotfiles-3662143c82a3ea2b4393993ff8794810dc73abf0.zip
Use normal G for line jump to update jumplist
And also the '' mark
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 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