#ruby #vim #vimrc:

«autocmd FileType ruby inoreabbrev tty; File.open('/dev/tty', ‘w’) { |h| h.puts “\e[33;1mHERE!\e[0m #{FILE}:#{LINE}” }3h»

Useful because it won’t interfere with normal output/piping.