comparison src/charset.c @ 42:c75153d791d0

updated for version 7.0026
author vimboss
date Wed, 29 Dec 2004 20:58:21 +0000
parents f529edb9bab3
children 964dc7d8b63d
comparison
equal deleted inserted replaced
41:f529edb9bab3 42:c75153d791d0
818 col += win_lbr_chartabsize(wp, s, col, NULL); 818 col += win_lbr_chartabsize(wp, s, col, NULL);
819 return (int)col; 819 return (int)col;
820 } 820 }
821 821
822 /* 822 /*
823 * return TRUE if 'c' is a normal identifier character 823 * Return TRUE if 'c' is a normal identifier character:
824 * letters and characters from 'isident' option. 824 * Letters and characters from the 'isident' option.
825 */ 825 */
826 int 826 int
827 vim_isIDc(c) 827 vim_isIDc(c)
828 int c; 828 int c;
829 { 829 {