mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0137
This commit is contained in:
@@ -876,7 +876,7 @@ hardcopy_line(psettings, page_line, ppos)
|
||||
*/
|
||||
if (psettings->do_syntax)
|
||||
{
|
||||
id = syn_get_id(ppos->file_line, col, 1, NULL);
|
||||
id = syn_get_id(curwin, ppos->file_line, col, 1, NULL);
|
||||
if (id > 0)
|
||||
id = syn_get_final_id(id);
|
||||
else
|
||||
|
Reference in New Issue
Block a user