From d4acb0df2f2f5f8900cd173f8b4c5d0539b8fad9 Mon Sep 17 00:00:00 2001 From: Keerthan Jaic Date: Mon, 7 Apr 2014 14:11:19 -0400 Subject: 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 --- src/version.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index a716ff5082..6aa775f005 100644 --- a/src/version.c +++ b/src/version.c @@ -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, -- cgit