From 164ec2c89ddafd8231565d26e843e2eacf47cd57 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 21 Jan 2018 23:26:28 +1300 Subject: Remove 'mac' from 'fileformats' It seems unlikely that I'll ever edit a MacOS encoded file in my lifetime on the Unix and Windows systems to which these dotfiles are deployed, and when 'compatible' is set, the default empty value for this option breaks everything with a bunch of ^J characters in every god-fearing file. Not worth the trouble. --- vim/config/files.vim | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vim/config/files.vim') diff --git a/vim/config/files.vim b/vim/config/files.vim index 7a23b4c5..61c3b6cb 100644 --- a/vim/config/files.vim +++ b/vim/config/files.vim @@ -18,10 +18,6 @@ if has('file_in_path') set path=** endif -" Try Mac line-endings if UNIX or DOS don't make sense; this has never -" happened to me but who knows, it might one day -set fileformats+=mac - " If the Vim buffer for a file doesn't have any changes and Vim detects the " file has been altered, quietly update it set autoread -- cgit v1.2.3