vim-patch:7.4.478: Use character lenght for 'showbreak'

vim-patch:7.4.478

Problem:    Using byte length instead of character length for
'showbreak'.
Solution:   Compute the character length. (Marco Hinz)

https://code.google.com/p/vim/source/detail?r=v7-4-478
This commit is contained in:
Felipe Morales
2014-11-21 13:25:54 -03:00
parent c82eb31a5d
commit 9ab44e74ab
2 changed files with 6 additions and 3 deletions

View File

@@ -188,7 +188,7 @@ static int included_patches[] = {
//481,
//480,
//479,
//478,
478,
//477,
//476,
//475,