mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
-options can now be completed with tabulator. There's also automatic
completion for them, like instead of /join -invite you can use just /join -i. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@385 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
6757207328
commit
c248de0eca
6 changed files with 116 additions and 24 deletions
|
|
@ -91,6 +91,9 @@ FORMAT_REC fecommon_core_formats[] = {
|
|||
|
||||
{ "not_toggle", "Value must be either ON, OFF or TOGGLE", 0 },
|
||||
{ "perl_error", "Perl error: $0", 1, { 0 } },
|
||||
{ "option_unknown", "Unknown option: $0", 1, { 0 } },
|
||||
{ "option_ambiguous", "Ambiguous option: $0", 1, { 0 } },
|
||||
{ "option_missing_arg", "Missing required argument for: $0", 1, { 0 } },
|
||||
|
||||
{ NULL, NULL, 0 }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue