From d7b31706f766d3167069429c7f2f2f451ac72ecb Mon Sep 17 00:00:00 2001
From: Bram Moolenaar <Bram@vim.org>
Date: Tue, 28 Jun 2005 23:24:33 +0000
Subject: [PATCH] updated for version 7.0096

---
 src/tag.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 */
-- 
GitLab