Skip to content

Commit 92ca7a2

Browse files
committed
gitk: Add comment to tilde expander
1 parent 5f03f0c commit 92ca7a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gitk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12481,7 +12481,8 @@ proc get_path_encoding {path} {
1248112481
return $tcl_enc
1248212482
}
1248312483
12484-
# Expand "~" and "~user_name" to canonical path name
12484+
# Tk9: Expand "~" and "~user_name" to canonical path name
12485+
# Tk8: Just pass original path name to use built-in tilde expander
1248512486
proc tilde_expand {path} {
1248612487
global have_tk90
1248712488
if {$have_tk90} {

0 commit comments

Comments
 (0)