Files
vim-matchup/autoload/matchup
Mohammad Reza Karimi 9ae7f86c31 fix: pumvisible (#413)
* fix(popup): remove popup on nightly nvim >= 0.12

Fixes #391

* Update matchparen.vim

* fix: s:pumvisible fails when no cmp is installed

In the situation where `nvim-cmp` is not installed but `blink-compat`
is, the `pcall(require, "cmp")` goes through, but
`require("cmp").visible()` doesn't. Checking for `cmp.visible` type
fixes this issue.

* add extra width because of the line number

---------

Co-authored-by: Andy Massimino <andymass@users.noreply.github.com>
2025-10-03 09:44:29 -04:00
..
2021-04-19 22:31:24 -04:00
2025-10-03 09:44:29 -04:00
2021-05-08 22:58:08 -04:00
2024-10-28 09:01:12 -04:00
2021-05-08 23:32:36 -04:00
2024-05-18 20:11:00 -04:00
2024-09-06 14:13:42 -04:00
2020-01-13 22:14:08 -05:00
2021-08-27 20:08:08 -04:00
2021-04-19 22:31:24 -04:00
2022-11-13 09:21:10 -05:00