diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-07 13:01:20 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-07 13:01:20 +0200 |
commit | 9f4e2b683453c9521de8164169327a112d71f6c1 (patch) | |
tree | d0a7f01885aecceeffe17b9de082afd1fab1c3b2 /autoload/polyglot/sleuth.vim | |
parent | 619a7a854b198c78947719bc75adb5225bde2ad5 (diff) | |
download | vim-polyglot-9f4e2b683453c9521de8164169327a112d71f6c1.tar.gz vim-polyglot-9f4e2b683453c9521de8164169327a112d71f6c1.zip |
Remove context from packages, fixes #575
Diffstat (limited to 'autoload/polyglot/sleuth.vim')
-rw-r--r-- | autoload/polyglot/sleuth.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autoload/polyglot/sleuth.vim b/autoload/polyglot/sleuth.vim index bc7822de..1250badf 100644 --- a/autoload/polyglot/sleuth.vim +++ b/autoload/polyglot/sleuth.vim @@ -80,7 +80,6 @@ let s:globs = { \ 'conaryrecipe': '*.recipe', \ 'conf': '*.conf,auto.master,config', \ 'config': 'configure.in,configure.ac,Pipfile', - \ 'context': '*.mkii,*.mkiv,*.mkvi', \ 'cpp': '*.cpp,*.c++,*.cc,*.cp,*.cxx,*.h,*.h++,*.hh,*.hpp,*.hxx,*.inc,*.inl,*.ipp,*.tcc,*.tpp,*.moc,*.tlh', \ 'cql': '*.cql', \ 'crm': '*.crm', |