Do not set nocompatible mode, fixes #593

This commit is contained in:
Adam Stankiewicz
2020-10-18 22:15:53 +02:00
parent bb27d0efbf
commit 6d7f437b84

View File

@@ -10,9 +10,6 @@ endif
let did_load_polyglot = 1 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 " It can happen vim filetype.vim loads first, then we need a reset
if exists("did_load_filetypes") if exists("did_load_filetypes")
au! filetypedetect au! filetypedetect