1
0
forked from aniani/vim

updated for version 7.3.925

Problem:    Typos in source files.
Solution:   Fix the typos. (Ken Takata)
This commit is contained in:
Bram Moolenaar
2013-05-06 04:24:17 +02:00
parent 84e0f6ca9a
commit 84a05acc8c
72 changed files with 167 additions and 166 deletions

View File

@@ -73,7 +73,7 @@ struct spat
{
char_u *pat; /* the pattern (in allocated memory) or NULL */
int magic; /* magicness of the pattern */
int no_scs; /* no smarcase for this pattern */
int no_scs; /* no smartcase for this pattern */
struct soffset off;
};
@@ -3546,7 +3546,7 @@ extend:
/*
* Find block under the cursor, cursor at end.
* "what" and "other" are two matching parenthesis/paren/etc.
* "what" and "other" are two matching parenthesis/brace/etc.
*/
int
current_block(oap, count, include, what, other)