Skip to content

Commit

Permalink
fix(cmdline): don't unset vim.g.ui_cmdline_pos. Might be useful for…
Browse files Browse the repository at this point in the history
… others to keep around.
  • Loading branch information
folke committed Dec 11, 2024
1 parent 7f6a57e commit 29a0adb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/noice/ui/cmdline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ function M.update()
end
Manager.add(M.message)
else
vim.g.ui_cmdline_pos = nil
Manager.remove(M.message)
if not M.real_cursor then
Hacks.show_cursor()
Expand Down

0 comments on commit 29a0adb

Please sign in to comment.