From 1d9294eb6ef571b890f995106f55103b7f02d95a Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 1 Apr 2013 23:48:58 +0200 Subject: [PATCH] after/ftplugin/mail.vim: Use normal! instead of normal. normal! doesn't use mappings. --- vim/after/ftplugin/mail.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim index 94af0bc..e78fd95 100644 --- a/vim/after/ftplugin/mail.vim +++ b/vim/after/ftplugin/mail.vim @@ -31,8 +31,8 @@ silent! %s/^>\+\zs >/>/g silent! %s/^>\+\zs >/>/g " Move directly after the headers. -normal gg -normal } +normal! gg +normal! } " Fold quotes. Thanks to Teemu Likonen " (http://permalink.gmane.org/gmane.editors.vim.devel/20890, -- 2.43.2