aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-18 20:59:36 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-18 20:59:36 +1200
commit84a612c0dc46e01a432a01f7b18e31df1dde6168 (patch)
treeb8f77edfa66ec5edab80751161a459880bfb0fb1 /vim/vimrc
parentIgnore error messages from mailwarn option (diff)
downloaddotfiles-84a612c0dc46e01a432a01f7b18e31df1dde6168.tar.gz
dotfiles-84a612c0dc46e01a432a01f7b18e31df1dde6168.zip
Append to rather than replace 'fileformat' value
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
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