The View object has a find function to search forward from a point. How do I search backwards? I can think of a solution that involves searching backwards line by line, but it seems odd that the find() function does not have an option to specify direction, similar to find_by_class.
Sublime Text 3 3062.