commit | 337ae06ff9fe42c871564947aa32e4fe6b08fba9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 01 16:28:38 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 01 16:28:38 2011 +0200 |
tree | 33c6242b77e6881b2e3543840609bcb01c0eb1c4 | |
parent | 27b6056d85370f13c4e156d83d095676357ba34a [diff] [blame] |
updated for version 7.3.151 Problem: When "unnamedplus" is in 'clipboard' the selection is sometimes also copied to the star register. Solution: Avoid copy to the star register when undesired. (James Vega)
diff --git a/src/version.c b/src/version.c index 63ddf68..b50a21d 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 151, +/**/ 150, /**/ 149,