Enable math characters in vector (node) names for command spectrum
Replace ft_getpnames() by ft_getpnames_quotes().
This commit is contained in:
parent
c09839b209
commit
98b7074287
|
|
@ -162,7 +162,7 @@ com_spec(wordlist *wl)
|
|||
}
|
||||
}
|
||||
|
||||
names = ft_getpnames(wl, TRUE);
|
||||
names = ft_getpnames_quotes(wl, TRUE);
|
||||
vlist = NULL;
|
||||
ngood = 0;
|
||||
for (pn = names; pn; pn = pn->pn_next) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue