diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-18 22:15:53 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-18 22:15:53 +0200 |
commit | 6d7f437b84aa76e5a69d420565123f75b040f836 (patch) | |
tree | df802b3cf7fc94b101e8bcc61bf2202aa7538d65 /ftdetect | |
parent | bb27d0efbfaafcf83af1596a8416e798ead8f96a (diff) | |
download | vim-polyglot-6d7f437b84aa76e5a69d420565123f75b040f836.tar.gz vim-polyglot-6d7f437b84aa76e5a69d420565123f75b040f836.zip |
Do not set nocompatible mode, fixes #593
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/polyglot.vim | 3 |
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 |