mirror of
https://github.com/neovim/neovim.git
synced 2025-09-21 18:58:18 +00:00

Problem: cursor wrong after { in single line buffer
(Edwin Chan)
Solution: do not place the cursor at the end for a single
line buffer when moving backwards
(Gary Johnson)
closes: vim/vim#13780
closes: vim/vim#13783
9e6549d2fb
Co-authored-by: Gary Johnson <garyjohn@spocom.com>