comparison src/charset.c @ 1876:932ff0c0f57b v7.2.173

updated for version 7.2-173
author vimboss
date Thu, 14 May 2009 20:20:33 +0000
parents 92168cfd558c
children 3f1b2e6496de
comparison
equal deleted inserted replaced
1875:09f00d57222b 1876:932ff0c0f57b
1024 * 1024 *
1025 * If "headp" not NULL, set *headp to the size of what we for 'showbreak' 1025 * If "headp" not NULL, set *headp to the size of what we for 'showbreak'
1026 * string at start of line. Warning: *headp is only set if it's a non-zero 1026 * string at start of line. Warning: *headp is only set if it's a non-zero
1027 * value, init to 0 before calling. 1027 * value, init to 0 before calling.
1028 */ 1028 */
1029 /*ARGSUSED*/
1030 int 1029 int
1031 win_lbr_chartabsize(wp, s, col, headp) 1030 win_lbr_chartabsize(wp, s, col, headp)
1032 win_T *wp; 1031 win_T *wp;
1033 char_u *s; 1032 char_u *s;
1034 colnr_T col; 1033 colnr_T col;
1035 int *headp; 1034 int *headp UNUSED;
1036 { 1035 {
1037 #ifdef FEAT_LINEBREAK 1036 #ifdef FEAT_LINEBREAK
1038 int c; 1037 int c;
1039 int size; 1038 int size;
1040 colnr_T col2; 1039 colnr_T col2;