From: Simon Ruderich Date: Sat, 14 Mar 2009 15:14:01 +0000 (+0100) Subject: after/ftplugin/mail.vim: Use setlocal. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=sidebyside;h=44bd7f52a0245409d50a98a43dfba618f506f9f8;p=config%2Fdotfiles.git after/ftplugin/mail.vim: Use setlocal. This makes sure the setting is only set in the current buffer. --- diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim index 52ba505..5129509 100644 --- a/vim/after/ftplugin/mail.vim +++ b/vim/after/ftplugin/mail.vim @@ -5,4 +5,4 @@ " Use only 65 characters per line as given in rfc1855. -set textwidth=65 +setlocal textwidth=65