mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Do not set nocompatible mode, fixes #593
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user