From 91a0499ef2b82ff3ce63efc70cf1b2f588bfaaf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miros=C5=82aw=20Prag=C5=82owski?= Date: Tue, 29 Jul 2014 15:57:21 +0200 Subject: [PATCH] changed default ffs --- vimrcs/basic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index dff40ebe..8b49cac8 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -154,7 +154,7 @@ endif set encoding=utf8 " Use Unix as the standard file type -set ffs=dos,mac,unix +set ffs=mac,unix,dos """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""