danielfalk / smart-open.nvim

Neovim plugin for fast file-finding
MIT License
498 stars 25 forks source link

Pressing enter when there are no results throws an error #14

Closed NullVoxPopuli closed 1 year ago

NullVoxPopuli commented 1 year ago

Reproduction steps:

  1. search for something (that hopefully doesn't exist)
  2. see no results
  3. press enter anyway
  4. see error: image
danielfalk commented 1 year ago

Thanks for reporting. I guess I'll just make it close the dialog. Sound good?

NullVoxPopuli commented 1 year ago

yeah, I think that matches what I'd expect / I don't think I'd be surprised by that behavior