vim-patch:8.0.0250

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.

0c0590d982

Closes #6269
This commit is contained in:
James McCoy
2017-03-24 09:36:09 -04:00
parent 38274051c0
commit 2a6d44ca52
3 changed files with 67 additions and 0 deletions

View File

@@ -28,4 +28,5 @@ source test_tagcase.vim
source test_tagjump.vim
source test_true_false.vim
source test_unlet.vim
source test_utf8.vim
source test_window_cmd.vim