]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1199: when 'clipboard' is "autoselectplus" star register is set v8.0.1199
authorBram Moolenaar <Bram@vim.org>
Sun, 15 Oct 2017 19:47:05 +0000 (21:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 15 Oct 2017 19:47:05 +0000 (21:47 +0200)
commit8bfe07b70878c83c838320cc6a93d62cd78b953f
tree72164ac5ae7121b4f72b20d8e0e6f2fdb7a40a15
parent00ce63dc230b6c8f55997b09396aee6d6d722734
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.
src/ops.c
src/version.c