I’m using VIM with pythoncomplete. When I’m making a completion, the current window is splitted and calltips are shown in the upper pane. I hate that! Is there a way to prevent that behavior or at least limit the size of the upper pane automaticly?
I’m using VIM with pythoncomplete. When I’m making a completion, the current window is
Share
You need to do something like:
This will prevent the opening of the preview window.