Make troubleshooting routine actually work

This commit is contained in:
ZyX 2014-08-24 13:32:52 +04:00
parent 6dde8f2f95
commit 767d0afa2a
1 changed files with 4 additions and 0 deletions

View File

@ -122,6 +122,10 @@ finally
call s:rcmd(" print('You should remove one of this. Check out troubleshooting section,')")
call s:rcmd(" print('it contains some information about the alternatives.')")
endif
call s:rcmd( "try:")
call s:rcmd( " powerline_troubleshoot()")
call s:rcmd( "finally:")
call s:rcmd( " del powerline_troubleshoot")
execute s:pycmd s:pystr
unlet s:pystr
unlet s:pycmd