From: Simon Ruderich Date: Mon, 1 Apr 2013 21:48:58 +0000 (+0200) Subject: after/ftplugin/mail.vim: Use normal! instead of normal. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=1d9294eb6ef571b890f995106f55103b7f02d95a after/ftplugin/mail.vim: Use normal! instead of normal. normal! doesn't use mappings. --- 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,