]> granicus.if.org Git - vim/commitdiff
updated for version 7.0096
authorBram Moolenaar <Bram@vim.org>
Tue, 28 Jun 2005 23:24:33 +0000 (23:24 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 28 Jun 2005 23:24:33 +0000 (23:24 +0000)
src/tag.c

index e780b3c30396acb2bc89f001c44e59a9776d23b6..95a90d4078758b7a92d3279154e71cd0319e11a9 100644 (file)
--- 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 */