view .gitattributes @ 32561:f8eca24e58d6

patch 9.0.1612: "skipcol" not reset when using multi-byte characters Commit: https://github.com/vim/vim/commit/15d4747ffd197ffa5b5a41a852a1fe93b6cc35fd Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 5 20:44:55 2023 +0100 patch 9.0.1612: "skipcol" not reset when using multi-byte characters Problem: "skipcol" not reset when using multi-byte characters. Solution: Compare with w_virtcol instead of w_cursor.col. (closes https://github.com/vim/vim/issues/12457)
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Jun 2023 21:45:04 +0200
parents ccc02b39fb5e
children
line wrap: on
line source

src/testdir/test42.in diff