diff options
Diffstat (limited to 'src/workshop.c')
-rw-r--r-- | src/workshop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/workshop.c b/src/workshop.c index 7b09e33ae..3de4df1f8 100644 --- a/src/workshop.c +++ b/src/workshop.c @@ -491,7 +491,7 @@ workshop_get_mark_lineno( lineno = 0; buf = buflist_findname((char_u *)filename); if (buf != NULL) - lineno = buf_findsign(buf, markId); + lineno = buf_findsign(buf, markId, NULL); return lineno; } |