commit | 9d0ec2e49a83161f0c75e87381ba1499bc21ecbc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 20 19:45:58 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 20 19:45:58 2005 +0000 |
tree | f8a87f47a44ba98eaf55710b81f53464786d4a49 | |
parent | 1f74d98357e0f52a25c0ab3125fb875d05ed2721 [diff] [blame] |
updated for version 7.0069
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index e4a6a2a..4dc0f0c 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c
@@ -4318,7 +4318,7 @@ */ 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