From 7f6eac62df0462ad757b3489e2b56b1cf3eee15d Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 11 Sep 2016 11:29:49 +0100 Subject: [PATCH] Reorder fileformats --- plugin/options.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/options.vim b/plugin/options.vim index 58a2a97..0052367 100644 --- a/plugin/options.vim +++ b/plugin/options.vim @@ -23,7 +23,7 @@ set wrap linebreak nolist set nojoinspaces " Use Unix as standard file type -set fileformats=unix,dos,mac +set fileformats=unix,mac,dos " Allow : in filenames to allow gf to specify line numbers set isfname-=: