commit | ebefac63f30ac038c0c35d7f1b9257483ec41812 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 28 22:39:57 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 28 22:39:57 2005 +0000 |
tree | 63e6374375ebc6744379fba43c1c557187490143 | |
parent | cc984263d755d05a12c8391abff42c087237554e [diff] [blame] |
updated for version 7.0177
diff --git a/src/search.c b/src/search.c index 5311141..5e370b8 100644 --- a/src/search.c +++ b/src/search.c
@@ -2394,7 +2394,7 @@ /* * findsent(dir, count) - Find the start of the next sentence in direction - * 'dir' Sentences are supposed to end in ".", "!" or "?" followed by white + * "dir" Sentences are supposed to end in ".", "!" or "?" followed by white * space or a line break. Also stop at an empty line. * Return OK if the next sentence was found. */