Enable math characters in vector (node) names for command spectrum

Replace ft_getpnames() by ft_getpnames_quotes().
This commit is contained in:
Holger Vogt 2021-11-06 13:07:04 +01:00
parent c09839b209
commit 98b7074287
1 changed files with 1 additions and 1 deletions

View File

@ -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) {