mirror of
https://github.com/neovim/neovim.git
synced 2026-02-09 21:38:51 +00:00
problem: currently when empty string is set as prompt the prompt-mark column doesn't update. solution: ensure the column is reset to 0 when starting prompt buffer and before creating a new prompt after prompt-callback.