-
-
Notifications
You must be signed in to change notification settings - Fork 370
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
argument suggestions in window splits with long lines do unexpected word-wrapping #540
Comments
version info:
|
Same issue as #493. We are trying to get rid of changing the buffer for this feature and are trying to use floating windows. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the code has these attributes:
Then jedi-vim does some unexpected word wrapping for the popups (pic 1), but only while parens are unmatched (pic 2). When the bug is induced, lines that are not as long will also show the strange popup-wrapping (pic 3). But if the long lines are not there, the unmatched parens on the shorter line will not show the funny wrapping.
The text was updated successfully, but these errors were encountered: