aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_utf8.vim
Commit message (Collapse)AuthorAge
* vim-patch:8.0.0250James McCoy2017-03-24
Problem: When virtcol() gets a column that is not the first byte of a multi-byte character the result is unpredictable. (Christian Ludwig) Solution: Correct the column to the first byte of a multi-byte character. Change the utf-8 test to new style. https://github.com/vim/vim/commit/0c0590d9827cb07a33c1552cb3558b94bddcb4dc Closes #6269