You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the documentation window is placed north of the completion window, it covers up the actual text you are currently typing. I assume this is due to an off-by-one error, since placing it one cell further above should fix the issue?
The text was updated successfully, but these errors were encountered:
Saghen
changed the title
Bug: documentation window north of the completion window covers text
Documentation window north of the completion window covers text
Oct 25, 2024
Well, it still happens with 0.5.0. It happens with the default config, and occurs any time when the autocompletion suggestions are south and the documentation window is shown north.
Reproduction steps for the conditions to occur:
set scrolloff to 0 and resize the terminal window so it is smaller to simply things.
go to a new line
press <space> until the cursor is in the middle of the screen.
Use <C-e> / <C-y> to position the viewport in a way that the cursor is in the middle bottom of the viewport.
type anything gives suggestions
<C-space> to open the suggestions. The suggestions must show up south of the cursor.
<C-space> again to show the documentation window. If the cursor is positioned correctly in the previous steps, the documentation window should up north.
When the documentation window is placed north of the completion window, it covers up the actual text you are currently typing. I assume this is due to an off-by-one error, since placing it one cell further above should fix the issue?
The text was updated successfully, but these errors were encountered: