mcchrish / nnn.vim

File manager for vim/neovim powered by n³
BSD 2-Clause "Simplified" License
645 stars 24 forks source link

Check for empty dictionary #166

Closed mortang2410 closed 1 year ago

mortang2410 commented 1 year ago

I found a small issue. If the nnn#action dictionary happens to be empty then the plugin will complain. I fixed it by checking that it's not empty first.

nnn_picker_error

jarun commented 1 year ago

Thanks guys!