Skip to content

Releases: MattesGroeger/vim-bookmarks

vim-bookmarks-1.3.0

31 Aug 18:53
Compare
Choose a tag to compare
  • [feature] Store bookmarks per project #54
  • [enhancement] Integration with Unite, if installed #56

Thanks @rafi for the contribution to this release!

vim-bookmarks-1.2.0

25 Jul 12:19
Compare
Choose a tag to compare
  • [feature] Automatically close bookmarks' quickfix split. #45
  • [enhancement] Shortcut ma should be a toggle #51
  • [enhancement] Consistently named Commands #49
  • [enhancement] Silent loading and saving of bookmarks (for extensions) #46
  • [enhancement] Better positioning of "show all bookmarks" window #41
  • [bugfix] Single quotation mark in annotation causes loss of saved bookmarks #53
  • [bugfix] Unprinted signs at file loading #40

Thanks @nhuizing and sbt who contributed to this release!

vim-bookmarks-1.1.0

04 May 07:11
Compare
Choose a tag to compare
  • [enhancement] Center bookmarks when jumping to them #37
  • [bugfix] Should not show error on invalid buffers #39

Thanks @jherdman for the contribution to this release!

vim-bookmarks-1.0.0

05 Apr 17:07
Compare
Choose a tag to compare
  • [feature] Allow saving/loading bookmarks from/to file #31
  • [feature] Support text annotations #29
  • [feature] Delete bookmarks in all buffers #24
  • [feature] Persist bookmarks automatically #5
  • [enhancement] Sort files in quickfix list alphabetically #26
  • [enhancement] Don't jump to first bookmark when opening quickfix window #18
  • [bugfix] Adding bookmark in new/unsaved buffer fails #30
  • [bugfix] Bookmarks on empty lines show up wrong in quickfix window #25

vim-bookmarks-0.2.0

23 Mar 16:12
Compare
Choose a tag to compare
  • [feature] Jump to first non-blank character in line #17
  • [enhancement] Load sub-script(s) only if bookmarks are used #15
  • [enhancement] Improve load times #14
  • [bugfix] Allow editing files without breaking bookmark jumps #12
  • [bugfix] Line preview in quickfix window doesn't work for closed/previous buffer #10

vim-bookmarks-0.1.0

16 Mar 21:28
Compare
Choose a tag to compare
  • [feature] Provide vim help file #6
  • [feature] Make plugin configurable #4
  • [feature] Show all bookmarks in a quicklist #3
  • [feature] Navigate between bookmarks per buffer #2
  • [feature] Toggle bookmarks per line #1