comparison src/hardcopy.c @ 1504:1b55bbf5c580 v7.1.219

updated for version 7.1-219
author vimboss
date Sat, 12 Jan 2008 15:47:10 +0000
parents 2136af39a655
children e5602d92da8c
comparison
equal deleted inserted replaced
1503:995536cad50e 1504:1b55bbf5c580
874 /* 874 /*
875 * syntax highlighting stuff. 875 * syntax highlighting stuff.
876 */ 876 */
877 if (psettings->do_syntax) 877 if (psettings->do_syntax)
878 { 878 {
879 id = syn_get_id(curwin, ppos->file_line, col, 1, NULL); 879 id = syn_get_id(curwin, ppos->file_line, col, 1, NULL, FALSE);
880 if (id > 0) 880 if (id > 0)
881 id = syn_get_final_id(id); 881 id = syn_get_final_id(id);
882 else 882 else
883 id = 0; 883 id = 0;
884 /* Get the line again, a multi-line regexp may invalidate it. */ 884 /* Get the line again, a multi-line regexp may invalidate it. */