commit | 8bfe07b70878c83c838320cc6a93d62cd78b953f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 15 21:47:05 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 15 21:47:05 2017 +0200 |
tree | 72164ac5ae7121b4f72b20d8e0e6f2fdb7a40a15 | |
parent | 00ce63dc230b6c8f55997b09396aee6d6d722734 [diff] [blame] |
patch 8.0.1199: when 'clipboard' is "autoselectplus" star register is set Problem: When 'clipboard' is "autoselectplus" the star register is also set. (Gilles Moris) Solution: Don't set the star register in this situation.
diff --git a/src/version.c b/src/version.c index 0fbb99e..5baff48 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1199, +/**/ 1198, /**/ 1197,