In moremarkup/src/moremarkup.c:
> +/* MoreMarkup plugin. */ > + > +#include <gtk/gtk.h> > +#include <glib-object.h> > + > +#ifdef HAVE_CONFIG_H > +# include "config.h" > +#endif > + > +#include "geanyplugin.h" > +#include <string.h> > +#include <gdk/gdk.h> > +#include "marker.h" > +#include "moremarkup.h" > + > +PLUGIN_VERSION_CHECK(GEANY_API_VERSION)
I think it would be better to add a real hard coded number here
—
Reply to this email directly or view it on GitHub.