mirror of
https://github.com/gryf/pythonhelper.git
synced 2026-04-25 07:01:25 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4a65fbb8b1 |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user