GiTK running fixed
This commit is contained in:
parent
71f7937446
commit
19cb0a69b0
1093
highlight/tex.tcl
1093
highlight/tex.tcl
File diff suppressed because it is too large
Load Diff
|
@ -856,7 +856,7 @@ proc DoModule {mod} {
|
|||
}
|
||||
close $file
|
||||
|
||||
puts $dir
|
||||
#puts "project dir - $dir"
|
||||
|
||||
set curDir [pwd]
|
||||
case $mod {
|
||||
|
@ -928,6 +928,8 @@ proc DoModule {mod} {
|
|||
fconfigure $pipe -buffering none -blocking no
|
||||
}
|
||||
gitk {
|
||||
cd $dir
|
||||
#puts "========== $projDir $dir $curDir"
|
||||
set pipe [open "|$module(gitk)" "r"]
|
||||
fileevent $pipe readable
|
||||
fconfigure $pipe -buffering none -blocking no
|
||||
|
@ -1090,3 +1092,7 @@ proc TextOperation {oper} {
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -905,3 +905,4 @@ proc InsertTitle {newFile type} {
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user