comparison src/version.c @ 12642:d1cbe8cb05d0 v8.0.1199

patch 8.0.1199: when 'clipboard' is "autoselectplus" star register is set commit https://github.com/vim/vim/commit/8bfe07b70878c83c838320cc6a93d62cd78b953f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 15 21:47:05 2017 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Sun, 15 Oct 2017 22:00:05 +0200
parents a715f0b44532
children 1fad9675d8fd
comparison
equal deleted inserted replaced
12641:36418888cf0c 12642:d1cbe8cb05d0
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1199,
764 /**/ 766 /**/
765 1198, 767 1198,
766 /**/ 768 /**/
767 1197, 769 1197,
768 /**/ 770 /**/