1
0
forked from aniani/vim

updated for version 7.0012

This commit is contained in:
Bram Moolenaar
2004-07-26 12:53:41 +00:00
parent 89cb5e0f64
commit 5eb86f9199
42 changed files with 1362 additions and 648 deletions

View File

@@ -3760,10 +3760,11 @@ find_prev_quote(line, col_start, quotechar, escape)
* Find quote under the cursor, cursor at end.
* Returns TRUE if found, else FALSE.
*/
/*ARGSUSED*/
int
current_quote(oap, count, include, quotechar)
oparg_T *oap;
long count;
long count; /* not used */
int include; /* TRUE == include quote char */
int quotechar; /* Quote character */
{