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

Problem: "gk" may reset skipcol when not needed.
Solution: Only reset skipcol if the cursor column is less.
1b73edd9ee
Co-authored-by: Bram Moolenaar <Bram@vim.org>