comparison src/gui.c @ 3674:b9aa7fb4a928 v7.3.597

updated for version 7.3.597 Problem: 'clipboard' "autoselect" only applies to the * register. (Sergey Vakulenko) Solution: Make 'autoselect' work for the + register. (Christian Brabant) Add the "autoselectplus" option in 'clipboard' and the "P" flag in 'guioptions'.
author Bram Moolenaar <bram@vim.org>
date Tue, 10 Jul 2012 16:49:23 +0200
parents c44f0f7424b9
children fb7c028dcac7
comparison
equal deleted inserted replaced
3673:cc076119f07a 3674:b9aa7fb4a928
3152 } 3152 }
3153 repeated_click = FALSE; 3153 repeated_click = FALSE;
3154 } 3154 }
3155 3155
3156 if (clip_star.state != SELECT_CLEARED && !did_clip) 3156 if (clip_star.state != SELECT_CLEARED && !did_clip)
3157 clip_clear_selection(); 3157 clip_clear_selection(&clip_star);
3158 #endif 3158 #endif
3159 3159
3160 /* Don't put events in the input queue now. */ 3160 /* Don't put events in the input queue now. */
3161 if (hold_gui_events) 3161 if (hold_gui_events)
3162 return; 3162 return;