Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
Tcl_Obj mem leak.

* added the command readline text and readline update
that retrieve the current input and redraw it respecively.
that retrieve the current input and redraw it respectively.

2000-07-27 Johannes Zellner <johannes@zellner.org>

Expand Down
2 changes: 1 addition & 1 deletion sample.tclshrc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if {$tcl_interactive} {
#
# tclreadline::Print no

# uncomment the folling line, if you want
# uncomment the following line, if you want
# to change tclreadline's print behaviour
# frequently with less typing.
#
Expand Down
4 changes: 2 additions & 2 deletions tclreadlineCompleter.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ namespace eval tclreadline {
}

# the following two channel proc's make use of
# the brandnew (Sep 99) `file channels' command
# the brand new (Sep 99) `file channels' command
# but have some fallback behaviour for older
# tcl version.
#
Expand Down Expand Up @@ -2696,7 +2696,7 @@ namespace eval tclreadline {

# TODO import ! -force
proc complete(namespace) {text start end line pos mod} {
# TODO dosn't work ???
# TODO doesn't work ???
set space_matches [namespace children :: [string trim ${mod}*]]
set cmd [Lindex $line 1]
switch -- $pos {
Expand Down
Loading