1
0
mirror of https://github.com/gryf/pylint-vim.git synced 2025-12-20 04:47:58 +01:00

Be silent in case of lack of pylint

This commit is contained in:
2017-03-13 20:54:01 +01:00
parent 484e2924e5
commit 2565ed7c96
2 changed files with 6 additions and 2 deletions

View File

@@ -46,7 +46,7 @@
let s:plugin_path = expand('<sfile>:p:h', 1)
if exists(":Pep8")
if exists(":Pylint")
finish " only load once
endif