GotoLastEdit icon indicating copy to clipboard operation
GotoLastEdit copied to clipboard

Add condition for not storing line as edited

Open khrizt opened this issue 12 years ago • 0 comments

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

khrizt avatar Mar 07 '12 11:03 khrizt