[BACK]Return to csearch.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / vim

Diff for /src/usr.bin/vim/Attic/csearch.c between version 1.1 and 1.2

version 1.1, 1996/09/07 21:40:26 version 1.2, 1996/09/21 06:22:56
Line 647 
Line 647 
   
                 global_busy = 0;                  global_busy = 0;
   
                 must_redraw = CLEAR;                  /*
                    * 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();                  cursupdate();
   
                 /* If subsitutes done, report number of substitues, otherwise report                  /* If subsitutes done, report number of substitues, otherwise report

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2