Skip to content

bacon v3.11.0

Choose a tag to compare

@Canop Canop released this 03 Mar 11:34
· 156 commits to main since this release
  • hit : then type an integer to go to a diagnostic by number - Fix #104
  • standard test analyzer: fix stack overflow not detected - Fix #326 - Thanks @gmorenz

Dynamic Completion

The script providing location aware completion needs to be sourced once.
This can be done for example in your .profile with

    source <(COMPLETE=bash bacon)

(adapt for your shell) This feature is still experimental. Please give feedback, positive or negative, in the chat.
Thanks @bryceberger