summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-28 23:24:33 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-28 23:24:33 +0000
commitd7b31706f766d3167069429c7f2f2f451ac72ecb (patch)
treea7e32b6f7c44553fc86f8bcd5bf414d502960865
parenta1ba811ac90665fa347eb58929e22681e1c99669 (diff)
downloadvim-git-d7b31706f766d3167069429c7f2f2f451ac72ecb.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 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 */