comparison src/globals.h @ 6116:7766142fc7d3 v7.4.396

updated for version 7.4.396 Problem: When 'clipboard' is "unnamed", :g/pat/d is very slow. (Praful) Solution: Only set the clipboard after the last delete. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Aug 2014 18:17:11 +0200
parents 3d206df5c828
children 18ac55444b37
comparison
equal deleted inserted replaced
6115:fe7b9f6ad226 6116:7766142fc7d3
531 EXTERN int clip_autoselect_star INIT(= FALSE); 531 EXTERN int clip_autoselect_star INIT(= FALSE);
532 EXTERN int clip_autoselect_plus INIT(= FALSE); 532 EXTERN int clip_autoselect_plus INIT(= FALSE);
533 EXTERN int clip_autoselectml INIT(= FALSE); 533 EXTERN int clip_autoselectml INIT(= FALSE);
534 EXTERN int clip_html INIT(= FALSE); 534 EXTERN int clip_html INIT(= FALSE);
535 EXTERN regprog_T *clip_exclude_prog INIT(= NULL); 535 EXTERN regprog_T *clip_exclude_prog INIT(= NULL);
536 EXTERN int clip_did_set_selection INIT(= TRUE);
537 EXTERN int clip_unnamed_saved INIT(= 0);
536 #endif 538 #endif
537 539
538 /* 540 /*
539 * All windows are linked in a list. firstwin points to the first entry, 541 * All windows are linked in a list. firstwin points to the first entry,
540 * lastwin to the last entry (can be the same as firstwin) and curwin to the 542 * lastwin to the last entry (can be the same as firstwin) and curwin to the