In src/utils.c:
> } > - else > - g_printerr("Unable to find 'geany'"); > + > + argv[argc++] = g_strdup("-i"); > + argv[argc++] = g_strdup("--"); > + argv[argc] = g_strdup(doc_path);
Same here for encoding, we need to make sure it's correct
—
Reply to this email directly or view it on GitHub.