1
0
mirror of https://github.com/gryf/pythonhelper.git synced 2026-04-25 07:01:25 +02:00

1 Commits

Author SHA1 Message Date
gryf 4a65fbb8b1 Fixed wrong msg string concatenation 2016-12-11 10:23:09 +01:00
+1 -1
View File
@@ -26,7 +26,7 @@ endfunction
function! s:PHLoader()
if !exists('g:pythonhelper_py_loaded')
call s:SetPython("PythonHelper unavailable: "
\ "requires Vim with Python support")
\ . "requires Vim with Python support")
execute g:_python['file'] . ' ' . s:plugin_path . '/pythonhelper.py'
let g:pythonhelper_py_loaded = 1
else