fix: prefix color highlighting on nvim 0.9 (#2403)

(cherry picked from commit a3f17d3baf)
This commit is contained in:
Simon Hauser
2023-11-28 11:16:45 +01:00
committed by Simon Hauser
parent 195be6acc2
commit d436fc6c4d
+4
View File
@@ -460,6 +460,10 @@ function Picker:find()
await_schedule()
-- we need to set the prefix color after changing mode since
-- https://github.com/neovim/neovim/commit/cbf9199d65325c1167d7eeb02a34c85d243e781c
self:_reset_prefix_color()
while true do
-- Wait for the next input
rx.last()