irtrc in irt-1.1.6 vs irtrc in irt-1.1.7
- old
+ new
@@ -1,5 +1,8 @@
+# uncomment if you want to use the awesome_print gem
+# require 'ap'
+
# IRT RC file
# ITR conf options
# set this to true if your prompt get messed up when you use the history
# IRT.fix_readline_prompt = false
@@ -25,10 +28,10 @@
# the format to build the command to launch nano
# IRT.nano_command_format = %(nano +%2$d "%1$s")
# the format to build the command to launch vi
-# IRT.vi_command_format = %(vi -c "startinsert" "%1$s" +%2$d)
+# IRT.vi_command_format = %(vi "%1$s" +%2$d)
# the format to build the command to launch the ri tool
# if RUBY_VERSION < 1.9.2 uses qri (from fastri) else bri
# IRT.ri_command_format = %(qri -f #{Dye.color? ? 'ansi' : 'plain'} "%s")
# IRT.ri_command_format = %(bri "%s")