From 6d7f437b84aa76e5a69d420565123f75b040f836 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 18 Oct 2020 22:15:53 +0200 Subject: Do not set nocompatible mode, fixes #593 --- ftdetect/polyglot.vim | 3 --- 1 file changed, 3 deletions(-) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 72fed623..73d2e385 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -10,9 +10,6 @@ endif let did_load_polyglot = 1 -" We are not supporting non-compatible mode -set nocompatible - " It can happen vim filetype.vim loads first, then we need a reset if exists("did_load_filetypes") au! filetypedetect -- cgit v1.2.3