- stuff to deal with plugin code wasn't actually compiling
- created a "stand_in" plugin to provide headers and function
definitions
- when these are not used
- it is likely there are better approaches here
- hidebar, newtab -> hide_bar, new_tab
- Significantly simpler
- Easier for me to keep up with upstream
- Alternatives:
- Comments as before
- git patches, as in the suckless community: eventually leads to
confusion about conflicting patches.
- some other option