mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
vim-patch:7.4.929
Problem: "gv" after paste selects one character less if 'selection' is
"exclusive".
Solution: Increment the end position. (Christian Brabandt)
d29c6fea94
This commit is contained in:
@@ -359,7 +359,7 @@ static int included_patches[] = {
|
||||
// 932,
|
||||
// 931,
|
||||
// 930 NA
|
||||
// 929,
|
||||
929,
|
||||
// 928 NA
|
||||
// 927 NA
|
||||
// 926,
|
||||
|
Reference in New Issue
Block a user