From 44bd7f52a0245409d50a98a43dfba618f506f9f8 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 14 Mar 2009 16:14:01 +0100 Subject: [PATCH] after/ftplugin/mail.vim: Use setlocal. This makes sure the setting is only set in the current buffer. --- vim/after/ftplugin/mail.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.1