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:
@@ -46,7 +46,7 @@
|
||||
|
||||
let s:plugin_path = expand('<sfile>:p:h', 1)
|
||||
|
||||
if exists(":Pep8")
|
||||
if exists(":Pylint")
|
||||
finish " only load once
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user