Explorar el Código

feat: 增加所有 TinTin++ 内置命令的自动补全

dzp hace 2 años
padre
commit
270024f5c7
Se han modificado 1 ficheros con 101 adiciones y 0 borrados
  1. 101 0
      plugins/lib/tab-completion.tin

+ 101 - 0
plugins/lib/tab-completion.tin

@@ -33,3 +33,104 @@ PaoTin++ © 2020~2023 的所有版权均由担子炮(dzp <danzipao@gmail.com>) 
         };
     };
 };
+
+#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;