comparison src/ops.c @ 1435:2cdccc96d730 v7.1.150

updated for version 7.1-150
author vimboss
date Thu, 08 Nov 2007 09:35:50 +0000
parents 871231399cf5
children 71bd485d8fa5
comparison
equal deleted inserted replaced
1434:40aa7ae37901 1435:2cdccc96d730
931 int i; 931 int i;
932 932
933 #ifdef FEAT_CLIPBOARD 933 #ifdef FEAT_CLIPBOARD
934 /* When Visual area changed, may have to update selection. Obtain the 934 /* When Visual area changed, may have to update selection. Obtain the
935 * selection too. */ 935 * selection too. */
936 if (name == '*' && clip_star.available && clip_isautosel()) 936 if (name == '*' && clip_star.available)
937 { 937 {
938 clip_update_selection(); 938 if (clip_isautosel())
939 clip_update_selection();
939 may_get_selection(name); 940 may_get_selection(name);
940 } 941 }
941 #endif 942 #endif
942 943
943 get_yank_register(name, 0); 944 get_yank_register(name, 0);