0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.0069

This commit is contained in:
Bram Moolenaar
2005-04-20 19:45:58 +00:00
parent 1f74d98357
commit 9d0ec2e49a
4 changed files with 20 additions and 13 deletions

View File

@@ -4318,7 +4318,7 @@ hardcopy_line(psettings, page_line, ppos)
*/
if (psettings->do_syntax)
{
id = syn_get_id(ppos->file_line, (long)col, 1);
id = syn_get_id(ppos->file_line, col, 1, NULL);
if (id > 0)
id = syn_get_final_id(id);
else