simrat39 / rust-tools.nvim

Tools for better development in rust using neovim's builtin lsp
MIT License
2.17k stars 159 forks source link

RustLastRun not working #351

Open aszalowski opened 1 year ago

aszalowski commented 1 year ago

Hello,

:RustLastRun command is currently silently failing if invoked after setting cached command with set_last_runnable (meaning after using it once or running :RustRunnables). This is due to 2 small bugs in cached_commands.lua. I will create a PR with fixes as they are quiet straightforward.

wngrtn commented 10 months ago

Just stumbled across this bug. Any chance to merge this pull request?