]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
after/ftplugin/mail.vim: Use setlocal.
authorSimon Ruderich <simon@ruderich.org>
Sat, 14 Mar 2009 15:14:01 +0000 (16:14 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 14 Mar 2009 15:15:49 +0000 (16:15 +0100)
This makes sure the setting is only set in the current buffer.

vim/after/ftplugin/mail.vim

index 52ba5052b7645be24233797a0627ac6705b110d4..5129509b9a572633c69cb0853e4be0db375816c5 100644 (file)
@@ -5,4 +5,4 @@
 
 
 " Use only 65 characters per line as given in rfc1855.
-set textwidth=65
+setlocal textwidth=65