Latest Commits Break Spectre
duncanam opened this issue · 6 comments
duncanam commented
I am no longer able to use spectre after the latest few commits.
The error I get:
E5108: Error executing vim/_editor.lua:0: Expected lua string
I have installed through Lazy, and am using a leader key to use the plugin, through whichkey, on LunarVim.
When I tell Lazy to roll back the plugin to d20dcf7 "feat: add action select_template", everything is functional as expected. I think either 5a112b4 or dd61fea is breaking things.
Typing :Spectre does not work either, and returns the same failing error message.
duncanam commented
I am using 0.9.4, which doesn't seem too old lol
sontixyou commented
2ee3496 commit confirms that it works!
Neovim version v0.10.0-dev-1572+g64c2c7c40
windwp commented
Sorry, I added a small feature. I think it should be fixed in the PR above
duncanam commented
Indeed fixed! You guys are speedy and awesome!