Skip to content

Releases: Andriamanitra/micro-gotoctags

v1.0.1

28 Sep 11:22
Compare
Choose a tag to compare
  • Fix a bug with method names getting cut off at : character in fzf menu

v1.0.0

27 Sep 13:29
Compare
Choose a tag to compare

Changes compared to the original micro-jump plugin:

  • Only show line number and function name rather than the full ctags line in fzf
  • Add [gotoctags] to all infobar outputs to make it clear which plugin is responsible
  • Fix line number not being printed when jumping
  • Do not automatically bind F4 to command:jumptag. IMHO extensions should not automatically add any bindings, especially not with overwrite=true.