diff --git a/docs/source/installation/troubleshooting-common.rst b/docs/source/installation/troubleshooting-common.rst index 09425b96..7f5a1e94 100644 --- a/docs/source/installation/troubleshooting-common.rst +++ b/docs/source/installation/troubleshooting-common.rst @@ -99,20 +99,6 @@ My vim statusline is hidden/only appears in split windows! * Make sure that you have ``set laststatus=2`` in your :file:`vimrc`. -I get E858/E860 error in vim (Eval did not return a valid python object) --------------------------------------------------------------------------- - -* You need to make ``pyeval()`` display python stack trace. There is currently - a patch for this, but it was not merged into main vim tree, thus you will have - to use different approach: reproduce the error with - - .. code-block:: sh - - vim --cmd "let g:powerline_debugging_pyeval=1" ... - - and then use the stack trace to search for existing issues or to create a new - one. - My vim statusline is not displayed completely and has too much spaces ---------------------------------------------------------------------