irtrc in irt-1.1.1 vs irtrc in irt-1.1.2
- old
+ new
@@ -28,10 +28,10 @@
# the format to build the command to launch vi
# IRT.vi_command_format ="vi -c 'startinsert' %1$s +%2$d"
# the format to build the command to launch the ri tool
-# IRT.ri_command_format = "qri -f #{Colorer.color? ? 'ansi' : 'plain'} %s"
+# IRT.ri_command_format = "qri -f #{Dye.color? ? 'ansi' : 'plain'} %s"
# add your command format if you want to use another editor than nano or vi
# default 'open -t %1$s' on MacOX; 'kde-open %1$s' or 'gnome-open %1$s' un unix/linux; '%1$s' on windoze
# IRT.edit_command_format ="your_preferred_GUI_editor %1$s +%2$d"