Commands - _tags

- Migrated handleCompletionTags to CmdTags.
This commit is contained in:
Paul Beckingham
2011-05-28 14:34:06 -04:00
parent b075f1252c
commit 330b148ca9
7 changed files with 64 additions and 47 deletions

View File

@@ -130,7 +130,6 @@ void Cmd::load ()
if (commands.size () == 0)
{
commands.push_back ("_projects");
commands.push_back ("_tags");
commands.push_back ("_commands");
commands.push_back ("_ids");
commands.push_back ("_config");
@@ -230,7 +229,6 @@ void Cmd::allCommands (std::vector <std::string>& all) const
bool Cmd::isReadOnlyCommand ()
{
if (command == "_projects" ||
command == "_tags" ||
command == "_commands" ||
command == "_ids" ||
command == "_config" ||