mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
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:
@@ -188,7 +188,7 @@ static int included_patches[] = {
|
||||
//481,
|
||||
//480,
|
||||
//479,
|
||||
//478,
|
||||
478,
|
||||
//477,
|
||||
//476,
|
||||
//475,
|
||||
|
Reference in New Issue
Block a user