File: fixtypo.patch

package info (click to toggle)
visual-regexp 3.1-4
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 292 kB
  • ctags: 127
  • sloc: tcl: 3,963; makefile: 25
file content (16 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: This patch fix the option make regexp (Closes: #594972)
Forwarded: Yes
Author: Wences Arana <aranax@debian.org.gt>
Last-Update: 2011-06-21

--- a/visual_regexp.tcl
+++ b/visual_regexp.tcl
@@ -1439,7 +1439,7 @@
 		set output [text	$f.output \
 			-wrap						char \
 			-undo						1 \
-			-background				white 
+			-background				white \
 			-font						$::font_regexp \
 			-selectbackground		lightblue \
 			-selectborderwidth	0 \