vim-patch:7.4.187

Problem:    Delete that crosses line break splits multi-byte character.
Solution:   Advance a character instead of a byte. (Cade Foster)

https://code.google.com/p/vim/source/detail?r=a1c07956171a133583df42627d3498f935e59988
This commit is contained in:
Hinidu
2014-04-08 22:21:07 +03:00
committed by Thiago de Arruda
parent 2a0c6ff3ef
commit 321c67d610
4 changed files with 24 additions and 3 deletions

View File

@@ -202,6 +202,7 @@ static char *(features[]) = {
static int included_patches[] = {
// Add new patch number below this line
187,
186,
//185,
184,