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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user