From 84a612c0dc46e01a432a01f7b18e31df1dde6168 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 18 Jul 2013 20:59:36 +1200 Subject: Append to rather than replace 'fileformat' value --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index f4a6eac4..ef01718c 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -72,7 +72,7 @@ if has('digraphs') endif " Encoding -set fileformats=unix,dos,mac +set fileformats+=mac if has('multi_byte') set encoding=utf-8 endif -- cgit v1.2.3