1
0
forked from aniani/vim

updated for version 7.2-173

This commit is contained in:
Bram Moolenaar
2009-05-14 20:20:33 +00:00
parent d30f9d92c4
commit 0c094b9d7f
11 changed files with 95 additions and 51 deletions

View File

@@ -1026,13 +1026,12 @@ lbr_chartabsize_adv(s, col)
* string at start of line. Warning: *headp is only set if it's a non-zero
* value, init to 0 before calling.
*/
/*ARGSUSED*/
int
win_lbr_chartabsize(wp, s, col, headp)
win_T *wp;
char_u *s;
colnr_T col;
int *headp;
int *headp UNUSED;
{
#ifdef FEAT_LINEBREAK
int c;