=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/vim/Attic/csearch.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/vim/Attic/csearch.c 1996/09/07 21:40:26 1.1 --- src/usr.bin/vim/Attic/csearch.c 1996/09/21 06:22:56 1.2 *************** *** 1,4 **** ! /* $OpenBSD: csearch.c,v 1.1 1996/09/07 21:40:26 downsj Exp $ */ /* vi:set ts=4 sw=4: * * VIM - Vi IMproved by Bram Moolenaar --- 1,4 ---- ! /* $OpenBSD: csearch.c,v 1.2 1996/09/21 06:22:56 downsj Exp $ */ /* vi:set ts=4 sw=4: * * VIM - Vi IMproved by Bram Moolenaar *************** *** 647,653 **** global_busy = 0; ! must_redraw = CLEAR; cursupdate(); /* If subsitutes done, report number of substitues, otherwise report --- 647,658 ---- global_busy = 0; ! /* ! * Redraw everything. Could use CLEAR, which is faster in some ! * situations, but when there are few changes this makes the display ! * flicker. ! */ ! must_redraw = NOT_VALID; cursupdate(); /* If subsitutes done, report number of substitues, otherwise report