diff options
author | vimboss <devnull@localhost> | 2005-12-28 22:39:57 +0000 |
---|---|---|
committer | vimboss <devnull@localhost> | 2005-12-28 22:39:57 +0000 |
commit | b9a2bd01096e7c8ba098abf050fd6887051b9cf4 (patch) | |
tree | 63e6374375ebc6744379fba43c1c557187490143 /src/search.c | |
parent | 16e3463fe0130f38fd5a7643fa42253a180d8124 (diff) | |
download | vim-b9a2bd01096e7c8ba098abf050fd6887051b9cf4.tar.gz |
Diffstat (limited to 'src/search.c')
-rw-r--r-- | src/search.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c index 5311141d..5e370b89 100644 --- a/src/search.c +++ b/src/search.c @@ -2394,7 +2394,7 @@ showmatch(c) /* * 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. */ |