Skip to content

Commit

Permalink
feat: 增加所有 TinTin++ 内置命令的自动补全
Browse files Browse the repository at this point in the history
  • Loading branch information
dzpao committed Nov 17, 2023
1 parent b3fe073 commit 67c661c
Showing 1 changed file with 101 additions and 0 deletions.
101 changes: 101 additions & 0 deletions plugins/lib/tab-completion.tin
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,104 @@ PaoTin++ © 2020~2023 的所有版权均由担子炮(dzp <[email protected]>)
};
};
};

#tab #action;
#tab #alias;
#tab #all;
#tab #banner;
#tab #bell;
#tab #break;
#tab #buffer;
#tab #button;
#tab #case;
#tab #cat;
#tab #chat;
#tab #class;
#tab #commands;
#tab #config;
#tab #continue;
#tab #cr;
#tab #cursor;
#tab #daemon;
#tab #debug;
#tab #default;
#tab #delay;
#tab #dictionary;
#tab #draw;
#tab #echo;
#tab #edit;
#tab #else;
#tab #elseif;
#tab #end;
#tab #event;
#tab #foreach;
#tab #format;
#tab #function;
#tab #gag;
#tab #grep;
#tab #help;
#tab #highlight;
#tab #history;
#tab #if;
#tab #ignore;
#tab #info;
#tab #kill;
#tab #killall;
#tab #line;
#tab #list;
#tab #local;
#tab #log;
#tab #loop;
#tab #macro;
#tab #map;
#tab #match;
#tab #math;
#tab #message;
#tab #nop;
#tab #parse;
#tab #path;
#tab #pathdir;
#tab #port;
#tab #prompt;
#tab #read;
#tab #regexp;
#tab #replace;
#tab #return;
#tab #run;
#tab #scan;
#tab #screen;
#tab #script;
#tab #send;
#tab #session;
#tab #showme;
#tab #snoop;
#tab #split;
#tab #ssl;
#tab #substitute;
#tab #switch;
#tab #system;
#tab #tab;
#tab #test;
#tab #textin;
#tab #ticker;
#tab #unaction;
#tab #unalias;
#tab #unbutton;
#tab #undelay;
#tab #unevent;
#tab #unfunction;
#tab #ungag;
#tab #unhighlight;
#tab #unlocal;
#tab #unmacro;
#tab #unpathdir;
#tab #unprompt;
#tab #unsplit;
#tab #unsubstitute;
#tab #untab;
#tab #unticker;
#tab #unvariable;
#tab #variable;
#tab #while;
#tab #write;
#tab #zap;

0 comments on commit 67c661c

Please sign in to comment.