From f3579895dff0031bb889738661bbe4f97b9b1788 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Wed, 28 Sep 2011 16:24:55 +0200 Subject: [PATCH] workaround bad ftdetect --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 8f5cdf3..4f1f0ee 100644 --- a/vimrc +++ b/vimrc @@ -72,7 +72,8 @@ if has('syntax') && (&t_Co > 2) endif "enable filetype detection -"filetype on +filetype off "workaround for correct ftdetect handling +filetype on filetype plugin on filetype indent on