]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
after/ftplugin/mail.vim: Use normal! instead of normal.
authorSimon Ruderich <simon@ruderich.org>
Mon, 1 Apr 2013 21:48:58 +0000 (23:48 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 1 Apr 2013 21:48:58 +0000 (23:48 +0200)
normal! doesn't use mappings.

vim/after/ftplugin/mail.vim

index 94af0bce972c0dc10e0a568c9885b9350562b232..e78fd95dd2ca3feaff66064dbaa795dd9719eb3f 100644 (file)
@@ -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 <tlikonen@iki.fi>
 " (http://permalink.gmane.org/gmane.editors.vim.devel/20890,