comparison src/search.c @ 2311:ccda151dde4e vim73

Support completion for ":find". (Nazri Ramliy) Cleanup white space.
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Jul 2010 16:52:17 +0200
parents 488be8cbe19c
children 7c2e6ba1d702
comparison
equal deleted inserted replaced
2310:3e4574a4b627 2311:ccda151dde4e
347 vim_free(spats[1].pat); 347 vim_free(spats[1].pat);
348 348
349 # ifdef FEAT_RIGHTLEFT 349 # ifdef FEAT_RIGHTLEFT
350 if (mr_pattern_alloced) 350 if (mr_pattern_alloced)
351 { 351 {
352 vim_free(mr_pattern); 352 vim_free(mr_pattern);
353 mr_pattern_alloced = FALSE; 353 mr_pattern_alloced = FALSE;
354 mr_pattern = NULL; 354 mr_pattern = NULL;
355 } 355 }
356 # endif 356 # endif
357 } 357 }
358 #endif 358 #endif
359 359