mirror of
https://github.com/neovim/neovim.git
synced 2026-02-22 18:30:39 +10:00
Problem:
- Nvim supports multi-line input in prompt buffer, so line(`$`) is not
always the prompt line.
Solution:
- Use `line("':")` to get the prompt line.
56 KiB
56 KiB