VonHeikemen / fine-cmdline.nvim

Enter ex-commands in a nice floating input.
MIT License
445 stars 7 forks source link

attempt to perform arithmetic on local 'idx' #29

Open rodhash opened 11 months ago

rodhash commented 11 months ago

Hi,

Not sure if this is an error / issue but when I run some command like "map", "digraphs" or anything bringing lots of data, and I press "q" to quite .. here I always receive this message:

"...re/nvim/lazy/fine-cmdline.nvim/lua/fine-cmdline/init.lua:101: attempt to perform arithmetic on local 'idx' "

I noticed that if I nagivate all the way to the end of the data and only then press "q", then no message / error shows up.

VonHeikemen commented 11 months ago

This should be fixed now.