mrjones2014 / legendary.nvim

🗺️ A legend for your keymaps, commands, and autocmds, integrates with which-key.nvim, lazy.nvim, and more.
MIT License
1.14k stars 19 forks source link

fix(scratchpad): Treat boolean false as a valid return value #421

Closed mrjones2014 closed 1 year ago

mrjones2014 commented 1 year ago

Resolves: #420

How to Test

  1. Type return false in scratchpad
  2. Eval lua
  3. Should show returned boolean instead of saying "no return value"

Testing for Regressions

I have tested the following: