comparison mcabber/src/commands.c @ 240:723433a677f0

[/trunk] Changeset 253 by mikael * Use /group {fold/unfold} instead of {shrink/expand}
author mikael
date Sat, 11 Jun 2005 19:27:40 +0000
parents 8e30b2bb380e
children 5f8b529412bd
comparison
equal deleted inserted replaced
239:20111c373ba3 240:723433a677f0
114 compl_add_category_word(COMPL_BUFFER, "bottom"); 114 compl_add_category_word(COMPL_BUFFER, "bottom");
115 compl_add_category_word(COMPL_BUFFER, "clear"); 115 compl_add_category_word(COMPL_BUFFER, "clear");
116 compl_add_category_word(COMPL_BUFFER, "top"); 116 compl_add_category_word(COMPL_BUFFER, "top");
117 117
118 // Group category 118 // Group category
119 compl_add_category_word(COMPL_GROUP, "expand"); 119 compl_add_category_word(COMPL_GROUP, "fold");
120 compl_add_category_word(COMPL_GROUP, "shrink"); 120 compl_add_category_word(COMPL_GROUP, "unfold");
121 compl_add_category_word(COMPL_GROUP, "toggle"); 121 compl_add_category_word(COMPL_GROUP, "toggle");
122 122
123 // Multi-line (msay) category 123 // Multi-line (msay) category
124 compl_add_category_word(COMPL_MULTILINE, "abort"); 124 compl_add_category_word(COMPL_MULTILINE, "abort");
125 compl_add_category_word(COMPL_MULTILINE, "begin"); 125 compl_add_category_word(COMPL_MULTILINE, "begin");