1
0
mirror of https://github.com/gryf/pylint-vim.git synced 2025-12-18 20:10:21 +01:00

Added check for command existsing instead of setting buffer variable

This commit is contained in:
2016-12-13 14:26:08 +01:00
parent 9361727b8c
commit 484e2924e5

View File

@@ -46,10 +46,8 @@
let s:plugin_path = expand('<sfile>:p:h', 1)
if exists("b:did_pylint_plugin")
if exists(":Pep8")
finish " only load once
else
let b:did_pylint_plugin = 1
endif
function! s:SetPython(msg)