hrsh7th / cmp-cmdline

nvim-cmp source for vim's cmdline
MIT License
550 stars 42 forks source link

Don't show completion while typing in range #46

Closed artemave closed 1 year ago

artemave commented 2 years ago

I use relative numbers to copy blocks of text. E.g. :-12,-10t. copies lines from 12 lines up to 10 lines to the line under cursor. The problem is that as soon as type in , I get this:

image

This pr addresses that problem.

Related to #45