diff options
author | Nick White <git@njw.me.uk> | 2014-02-22 17:12:41 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2014-02-22 17:12:41 +0000 |
commit | b071f6a1d026be2fdbac4ee6e7c2a044407817c3 (patch) | |
tree | 1ee2be6f9d26ebc4a86d336c97f3763f7e9b0f55 | |
parent | f39abeb1a9b048713d8de2670523c4d1fe687888 (diff) | |
download | tkread-b071f6a1d026be2fdbac4ee6e7c2a044407817c3.tar.bz2 tkread-b071f6a1d026be2fdbac4ee6e7c2a044407817c3.zip |
Update underline matching to not match lists
-rwxr-xr-x | tkread | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,8 +45,8 @@ set surroundfmt { \ } set underlinefmt { \ - {"=" "6" ""} \ - {"-" "3" "italic"} \ + {"==" "6" ""} \ + {"--" "3" "italic"} \ } if { $::argc > 0 && [lindex $::argv 0] == "-h" } { |