From af870100716f20ee4daef9cc527a9ecf41b54114 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 17 May 2017 11:07:28 +0200 Subject: Update --- compiler/eslint.vim | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'compiler/eslint.vim') diff --git a/compiler/eslint.vim b/compiler/eslint.vim index 95e39535..123d9d1e 100644 --- a/compiler/eslint.vim +++ b/compiler/eslint.vim @@ -1,5 +1,10 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'javascript') == -1 +" Vim compiler plugin +" Language: JavaScript +" Maintainer: vim-javascript community +" URL: https://github.com/pangloss/vim-javascript + if exists("current_compiler") finish endif -- cgit v1.2.3