Commit 145e9ad51e7e08e7546d6e4691ba56e58d97b3fc

bugfix - "Jump to file" was sometimes throwing a unexpected nil related error when no text selected, on last line, and no text on last line.

Commit diff

Support/lib/ruby_tm_helpers.rb

 
7474
7575 line =
7676 case options[:input_type]
77 when :doc then doc.split("\n")[line_number - 1]
77 when :doc then doc.split("\n")[line_number - 1].to_s
7878 when :line then doc
7979 else
8080 raise "Can't handle input_type #{options[:input_type]} for tm_expanded_selection"
toggle raw diff