mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 06:16:08 +00:00
vim-patch 7.4.199
Problem: ]P doesn't paste over Visual selection. Solution: Handle Visual mode specifically. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=54b1a90c937380195fad6a52408aa3b4eed6d8d1
This commit is contained in:

committed by
Thiago de Arruda

parent
69d7e864e9
commit
d4acb0df2f
@@ -202,6 +202,12 @@ static char *(features[]) = {
|
||||
|
||||
static int included_patches[] = {
|
||||
// Add new patch number below this line
|
||||
199,
|
||||
//198,
|
||||
//197,
|
||||
//196,
|
||||
//195,
|
||||
//194,
|
||||
192,
|
||||
//191,
|
||||
//190,
|
||||
|
Reference in New Issue
Block a user