mirror of
https://github.com/neovim/neovim.git
synced 2026-04-29 02:34:10 +00:00
Problem: "skipcol" not reset when using multi-byte characters.
Solution: Compare with w_virtcol instead of w_cursor.col. (closes vim/vim#12457)
15d4747ffd
Co-authored-by: Bram Moolenaar <Bram@vim.org>