mirror of
https://github.com/neovim/neovim.git
synced 2026-02-22 18:30:39 +10: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.