commit | d7b31706f766d3167069429c7f2f2f451ac72ecb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 28 23:24:33 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 28 23:24:33 2005 +0000 |
tree | a7e32b6f7c44553fc86f8bcd5bf414d502960865 | |
parent | a1ba811ac90665fa347eb58929e22681e1c99669 [diff] |
updated for version 7.0096
diff --git a/src/tag.c b/src/tag.c index e780b3c..95a90d4 100644 --- a/src/tag.c +++ b/src/tag.c
@@ -755,7 +755,7 @@ /* * 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 */