When building zathura WITH_SYNCTEX=0 compilation fails:
zathura/main.c: In function 'main':zathura/main.c:254:26: error: 'synctex_editor' undeclared (first use in this function) plugin_path, argv, synctex_editor, embed);
Check out, review, and merge locally
Step 1.
Fetch and check out the branch for this merge request
-# All repo/branch refs have been quoted to allow support for special characters (such as #my-branch)
git fetch "https://git.pwmt.org/jpalus/zathura.git" "master"
git checkout -b "jpalus/zathura-master" FETCH_HEAD
Step 2.
Review the changes locally
Step 3.
Merge the branch and fix any conflicts that come up