summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-18 22:15:53 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-18 22:15:53 +0200
commit6d7f437b84aa76e5a69d420565123f75b040f836 (patch)
treedf802b3cf7fc94b101e8bcc61bf2202aa7538d65 /ftdetect
parentbb27d0efbfaafcf83af1596a8416e798ead8f96a (diff)
downloadvim-polyglot-6d7f437b84aa76e5a69d420565123f75b040f836.tar.gz
vim-polyglot-6d7f437b84aa76e5a69d420565123f75b040f836.zip
Do not set nocompatible mode, fixes #593
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/polyglot.vim3
1 files changed, 0 insertions, 3 deletions
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