Added /COMPLETION -delete and some fixes.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2799 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-05-16 06:21:21 +00:00 committed by cras
commit e177b3fe94
3 changed files with 18 additions and 5 deletions

View file

@ -264,8 +264,9 @@ FORMAT_REC fecommon_core_formats[] = {
{ "translation_not_found", "Error opening translation table file $0: $1", 2, { 0, 0 } },
{ "translation_file_error", "Error parsing translation table file $0", 1, { 0 } },
{ "no_completions", "There's no completions", 0 },
{ "completion_header", "Key Value Auto", 0 },
{ "completion_line", "$[10]0 $[!40]1 $2", 3, { 0, 0, 0 } },
{ "completion_removed", "Removed completion $0", 1, { 0 } },
{ "completion_header", "%#Key Value Auto", 0 },
{ "completion_line", "%#$[10]0 $[!40]1 $2", 3, { 0, 0, 0 } },
{ "completion_footer", "", 0 },
{ NULL, NULL, 0 }