comparison src/search.c @ 620:9e359e5759f6 v7.0177

updated for version 7.0177
author vimboss
date Wed, 28 Dec 2005 22:39:57 +0000
parents 2244be18d9e9
children 9032e4668296
comparison
equal deleted inserted replaced
619:66263e241ce3 620:9e359e5759f6
2392 } 2392 }
2393 } 2393 }
2394 2394
2395 /* 2395 /*
2396 * findsent(dir, count) - Find the start of the next sentence in direction 2396 * findsent(dir, count) - Find the start of the next sentence in direction
2397 * 'dir' Sentences are supposed to end in ".", "!" or "?" followed by white 2397 * "dir" Sentences are supposed to end in ".", "!" or "?" followed by white
2398 * space or a line break. Also stop at an empty line. 2398 * space or a line break. Also stop at an empty line.
2399 * Return OK if the next sentence was found. 2399 * Return OK if the next sentence was found.
2400 */ 2400 */
2401 int 2401 int
2402 findsent(dir, count) 2402 findsent(dir, count)