/[weechat]/weechat/src/common/completion.c
ViewVC logotype

Diff of /weechat/src/common/completion.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by flashcode, Thu Apr 7 18:58:01 2005 UTC revision 1.19 by flashcode, Sun May 1 18:53:23 2005 UTC
# Line 207  completion_build_list (t_completion *com Line 207  completion_build_list (t_completion *com
207                       "unload");                       "unload");
208          return;          return;
209      }      }
210        if ((strcasecmp (completion->base_command, "python") == 0)
211            && (completion->base_command_arg == 1))
212        {
213            weelist_add (&completion->completion_list,
214                         &completion->last_completion,
215                         "load");
216            weelist_add (&completion->completion_list,
217                         &completion->last_completion,
218                         "autoload");
219            weelist_add (&completion->completion_list,
220                         &completion->last_completion,
221                         "unload");
222            return;
223        }
224      if ((strcasecmp (completion->base_command, "set") == 0)      if ((strcasecmp (completion->base_command, "set") == 0)
225          && (completion->base_command_arg == 1))          && (completion->base_command_arg == 1))
226      {      {

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26