1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 03:03:12 +02:00

Fixed completion bugs with nick completion in commmands ("%n")

This commit is contained in:
Sebastien Helleu
2005-12-20 11:47:24 +00:00
parent d280bf2a92
commit 7c1c8cd874
4 changed files with 8 additions and 2 deletions
+1
View File
@@ -38,6 +38,7 @@ struct t_completion
int context; /* context: null, nick, command, cmd arg */
char *base_command; /* command with arg to complete (can be NULL) */
int base_command_arg; /* # arg to complete (if context is cmd arg) */
int arg_is_nick; /* argument is nick */
char *base_word; /* word to complete (when Tab was pressed) */
int base_word_pos; /* beggining of base word */
int position; /* position where Tab was pressed */