From: Bram Moolenaar Date: Tue, 28 Jun 2005 23:24:33 +0000 (+0000) Subject: updated for version 7.0096 X-Git-Tag: v7.0096~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7b31706f766d3167069429c7f2f2f451ac72ecb;p=vim updated for version 7.0096 --- diff --git a/src/tag.c b/src/tag.c index e780b3c30..95a90d407 100644 --- a/src/tag.c +++ b/src/tag.c @@ -755,7 +755,7 @@ do_tag(tag, type, count, forceit, verbose) /* * Ask to select a tag from the list. */ - i = prompt_for_number(); + i = prompt_for_number(NULL); if (i <= 0 || i > num_matches || got_int) { /* no valid choice: don't change anything */