bollu / sublimeBookmark

a better bookmark system for SublimeText
Apache License 2.0
133 stars 30 forks source link

fix incorrect bookmark order in goto next/prev #59

Closed pavel-kokolemin closed 7 years ago

pavel-kokolemin commented 7 years ago

Hi,

Thank you for the great plugin!

There is an issue with incorrect bookmark switch order when next/previous bookmaker called. How to reproduce (used Sublime Text 3 build 3126 on macOS):

  1. Open two files
  2. Add first bookmark in one file, and second in another file.
  3. Run "SublimeBookmarks: Goto Next Bookmark" multiple time. Result: Near half of the commands do not result in bookmark switch.

This pull request fixes this issue. Thanks!