Revert inlining basic language pack

This commit is contained in:
Adam Stankiewicz
2017-09-28 22:18:09 +02:00
parent d5e38fa97b
commit 27903c5b86
1034 changed files with 15 additions and 172776 deletions

View File

@@ -1,20 +1,3 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vim') == -1
" Vim indent file
" Language: less
" Maintainer: Alessandro Vioni <jenoma@gmail.com>
" URL: https://github.com/genoma/vim-less
" Last Change: 2014 November 24
if exists("b:did_indent")
finish
endif
runtime! indent/css.vim
" vim:set sw=2:
endif
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'less') == -1
" Vim indent file