enabled (empty) custom completer for tclreadline

This commit is contained in:
Stefan Frederik 2022-09-10 09:29:45 +02:00
parent 9c636cbee1
commit 1ad524829b
1 changed files with 1 additions and 1 deletions

View File

@ -2535,7 +2535,7 @@ int Tcl_AppInit(Tcl_Interp *inter)
if(!detach && !cli_opt_no_readline) {
tcleval( "if {![catch {package require tclreadline}]} "
"{::tclreadline::readline builtincompleter 0;"
/* "::tclreadline::readline customcompleter completer;" */
"::tclreadline::readline customcompleter completer;"
"::tclreadline::Loop }"
);
}