comparison src/globals.h @ 692:a28f83d37113

updated for version 7.0208
author vimboss
date Mon, 27 Feb 2006 00:08:02 +0000
parents bcd2edc4539e
children 07d199fe02ed
comparison
equal deleted inserted replaced
691:8106f3da02d0 692:a28f83d37113
487 # ifdef FEAT_X11 487 # ifdef FEAT_X11
488 EXTERN VimClipboard clip_plus; /* CLIPBOARD selection in X11 */ 488 EXTERN VimClipboard clip_plus; /* CLIPBOARD selection in X11 */
489 # else 489 # else
490 # define clip_plus clip_star /* there is only one clipboard */ 490 # define clip_plus clip_star /* there is only one clipboard */
491 # endif 491 # endif
492 EXTERN int clip_unnamed INIT(= FALSE);
493 EXTERN int clip_autoselect INIT(= FALSE);
494 EXTERN int clip_autoselectml INIT(= FALSE);
495 EXTERN regprog_T *clip_exclude_prog INIT(= NULL);
492 #endif 496 #endif
493 497
494 /* 498 /*
495 * All windows are linked in a list. firstwin points to the first entry, 499 * All windows are linked in a list. firstwin points to the first entry,
496 * lastwin to the last entry (can be the same as firstwin) and curwin to the 500 * lastwin to the last entry (can be the same as firstwin) and curwin to the