mirror of
https://github.com/gryf/pep8-vim.git
synced 2025-12-19 12:37:59 +01:00
Fixed wrong msg string concatenation
This commit is contained in:
@@ -75,8 +75,8 @@ endfunction
|
|||||||
|
|
||||||
function! s:LoadPep8()
|
function! s:LoadPep8()
|
||||||
if !exists('g:pep8_fn_initialized ')
|
if !exists('g:pep8_fn_initialized ')
|
||||||
call s:SetPython("Pep8 command cannot be initialized no python "
|
call s:SetPython("Pep8 command cannot be initialized - no python "
|
||||||
\ "support compiled in vim.")
|
\ . "support compiled in vim.")
|
||||||
execute g:_python['file'] . ' ' . s:plugin_path . '/pep8_fn.py'
|
execute g:_python['file'] . ' ' . s:plugin_path . '/pep8_fn.py'
|
||||||
let g:pep8_fn_initialized = 1
|
let g:pep8_fn_initialized = 1
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user