VonHeikemen / fine-cmdline.nvim

Enter ex-commands in a nice floating input.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

attempt to perform arithmetic on local 'idx'

rodhash opened this issue · comments

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.

This should be fixed now.