WIP: feat/upstream-sync #104

Closed
jabber.developer2 wants to merge 54 commits from feat/upstream-sync into master
6 changed files with 157 additions and 98 deletions
Showing only changes of commit 7f7e8307f4 - Show all commits

View File

@@ -1684,6 +1684,9 @@ cmd_ac_complete_filepath(const char* const input, char* const startstr, gboolean
}
inpcp = strdup(inpcp);
if (!inpcp) {
return NULL;
}
// strip quotes
if (*inpcp == '"') {