summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2005-06-28 23:24:33 +0000
committervimboss <devnull@localhost>2005-06-28 23:24:33 +0000
commita028f01ea00814ee5ced2afebee7aeb14e7eef61 (patch)
treea7e32b6f7c44553fc86f8bcd5bf414d502960865
parentce4166ab0cf92a1f549b9a1af21fc762f24547a9 (diff)
downloadvim-a028f01ea00814ee5ced2afebee7aeb14e7eef61.tar.gz
updated for version 7.0096
-rw-r--r--src/tag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag.c b/src/tag.c
index e780b3c3..95a90d40 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 */