mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
vim-patch:7.4.547
Problem: Using "vit" does not select a multi-byte character at the end correctly. Solution: Advance the cursor over the multi-byte character. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=v7-4-547
This commit is contained in:
@@ -191,7 +191,7 @@ static int included_patches[] = {
|
||||
//550,
|
||||
//549,
|
||||
//548 NA
|
||||
//547,
|
||||
547,
|
||||
//546,
|
||||
545,
|
||||
//544 NA
|
||||
|
Reference in New Issue
Block a user