diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2018-12-26 10:56:23 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2018-12-26 10:56:23 +0100 |
commit | aad3df96e795b314d31171fea54b7455076d1d7b (patch) | |
tree | de25758c43c2dee3a151550c81a0a7d71cb4e86a /ftdetect | |
parent | 629a1e1c93145e779fc243614f18b606f1e53e0c (diff) | |
download | vim-polyglot-aad3df96e795b314d31171fea54b7455076d1d7b.tar.gz vim-polyglot-aad3df96e795b314d31171fea54b7455076d1d7b.zip |
Update
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/polyglot.vim | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index ff06c80b..549851e0 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -827,18 +827,6 @@ au FileType purescript let &l:commentstring='{--%s--}' augroup end endif -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'python-compiler') == -1 - augroup filetypedetect - " python-compiler, from python.vim in aliev/vim-compiler-python -" Vim compiler file -" Compiler: Unit testing tool for Python -" Maintainer: Ali Aliev <ali@aliev.me> -" Last Change: 2015 Nov 2 - -autocmd FileType python compiler python - augroup end -endif - if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'qml') == -1 augroup filetypedetect " qml, from qml.vim in peterhoeg/vim-qml |