From 56cefaf15ad4bc7bc32b544dfcfd14f712482a3b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 12 Jan 2008 15:47:10 +0000 Subject: updated for version 7.1-219 --- src/hardcopy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hardcopy.c') diff --git a/src/hardcopy.c b/src/hardcopy.c index 9e5383e421..7cc256ff3a 100644 --- a/src/hardcopy.c +++ b/src/hardcopy.c @@ -876,7 +876,7 @@ hardcopy_line(psettings, page_line, ppos) */ if (psettings->do_syntax) { - id = syn_get_id(curwin, ppos->file_line, col, 1, NULL); + id = syn_get_id(curwin, ppos->file_line, col, 1, NULL, FALSE); if (id > 0) id = syn_get_final_id(id); else -- cgit v1.2.3