File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2636,7 +2636,6 @@ proc makewindow {} {
26362636 -command changeignorespace -variable ignorespace
26372637 pack .bleft.mid.ignspace -side left -padx 5
26382638
2639- set worddiff [ mc " Line diff" ]
26402639 makedroplist .bleft.mid.worddiff worddiff [ mc " Line diff" ] \
26412640 [ mc " Markup words" ] [ mc " Color words" ]
26422641 trace add variable worddiff write changeworddiff
@@ -12689,7 +12688,7 @@ set diffbgcolors {"#fff3f3" "#f0fff0"}
1268912688set diffcontext 3
1269012689set mergecolors {red blue " #00ff00" purple brown " #009090" magenta " #808000" " #009000" " #ff0080" cyan " #b07070" " #70b0f0" " #70f0b0" " #f0b070" " #ff70b0" }
1269112690set ignorespace 0
12692- set worddiff " "
12691+ set worddiff [ mc " Line diff " ]
1269312692set markbgcolor " #e0e0ff"
1269412693
1269512694set headbgcolor " #00ff00"
@@ -12776,6 +12775,7 @@ set config_variables {
1277612775 headfgcolor
1277712776 headoutlinecolor
1277812777 hideremotes
12778+ ignorespace
1277912779 indexcirclecolor
1278012780 kscroll
1278112781 limitdiffs
@@ -12811,6 +12811,7 @@ set config_variables {
1281112811 uifont
1281212812 visiblerefs
1281312813 web_browser
12814+ worddiff
1281412815 workingfilescirclecolor
1281512816 wrapcomment
1281612817 wrapdefault
You can’t perform that action at this time.
0 commit comments