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

@ -51,6 +51,7 @@ void Command::factory (std::map <std::string, Command*>& all)
{
Command* c;
c = new CmdCompletionTags (); all[c->keyword ()] = c;
c = new CmdCompletionVersion (); all[c->keyword ()] = c;
c = new CmdDiagnostics (); all[c->keyword ()] = c;
c = new CmdEdit (); all[c->keyword ()] = c;