Files
nvim-cmp/lua/cmp
gravndal 89df2cb223 Fix native_entries_view.info width and col calculations (#1075)
The dictionary returned by `pum_getpos()` uses `scrollbar` not
`scrollable` to indicate whether the scrollbar is visible or not.

In addition, the padding on the left side of the popup menu isn't
included in the output of `pum_getpos()`, meaning that both `col` and
`width` (as understood by nvim-cmp) are off by one when the cursor isn't
at column `0`.

These two issues were causing the documentation window and popup menu to
overlap.
2022-07-24 12:19:21 +09:00
..
2022-06-29 21:08:06 +09:00
2021-08-04 01:07:12 +09:00
2021-11-09 17:11:27 +09:00
2021-11-15 13:15:56 +09:00
2022-07-24 12:14:42 +09:00
2022-05-04 01:47:01 +09:00
2022-05-04 01:47:01 +09:00
2021-08-27 23:26:54 +09:00