LimbicSys

Results 2 issues of LimbicSys

### FAQ - [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem. ### Announcement - [X] I have checked [Breaking change announcement](https://github.com/hrsh7th/nvim-cmp/issues/231). ### Minimal reproducible full config...

bug

### Describe the bug ``` lua local function msg_fmt(entry) return entry.message .. ' ' .. entry.lnum + 1 .. ':' .. entry.col + 1 .. ':' .. entry.bufnr .. '...

bug