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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7b31706f766d3167069429c7f2f2f451ac72ecb;p=thirdparty%2Fvim.git updated for version 7.0096 --- diff --git a/src/tag.c b/src/tag.c index e780b3c303..95a90d4078 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 */