Norbert Brondeau

Results 2 comments of Norbert Brondeau

zplug don't accept foreign language like French, Germain, Spain... when the command GIT is being used change git.zsh to fix this bug ``` base/utils/git.zsh - remote_show="$(git remote show "$remote_name")" +...

this patch seems to work for me ``` diff --git a/core/rtw_rf.c b/core/rtw_rf.c index c916c9f..bde8267 100644 --- a/core/rtw_rf.c +++ b/core/rtw_rf.c @@ -727,7 +727,11 @@ void rtw_regd_exc_list_free(struct rf_ctl_t *rfctl) ent = LIST_CONTAINOR(cur,...