GotoLastEdit
GotoLastEdit copied to clipboard
Add condition for not storing line as edited
if view.substr(sublime.Region(0,curr_pos))[-1] != '\n' and abs(POSNS[vid][0] - curr_line) > 2:
This condition should avoid registering new editing positions when they are within 2 lines of last edit