-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with VimDebuggerLoad and snipmate #27
Comments
I believe this patch resolves this problem. Please pull and confirm. |
Interestingly, I'm getting a similar error, after applying the patch. (this is on OSX FWIW)
|
After applying the patch,I'm getting a similar error, (I'ḿ using Ubuntu 11.04) Se ha detectado un error al procesar function 13_VimDebuggerLoad: Tnanks |
in VimDegugger.vim: Just switching the position of function function s:VimDebuggerLoad() ... and call s:VimDebuggerLoad() fk |
fjk: your sollution also works for me to fix this bug. |
fjk's solution worked for me. thanks |
do you mean change it to: function s:VimDebuggerInit()
function s:VimDebuggerLoad()
if has('python')
call s:VimDebuggerInit()
endif
endfunction
call s:VimDebuggerLoad() I still get this error:
|
@lxyu |
It works! Thank you~ |
@lxyu |
fjk's fix worked for me as well |
thaks @pythonsnake it works for me! :) |
@danybmx |
Hi guys, |
Open file ~/.vim/bundle/VimDebugger/plugin/VimDebugger.vim Thanks. |
fixed in the 3.0 release of spf13-vim |
Great. Will upgrade to vim 3.0 |
Launching MacVim through the terminal (mvim) shows these error messages.
I'm not sure how to fix them.
The text was updated successfully, but these errors were encountered: