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

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

View File

@ -1251,7 +1251,7 @@ com_alter_common(wordlist *wl, int do_model)
words = eqword->wl_next;
/* skip next line if words is a vector */
if (!eq(words->wl_word, "["))
names = ft_getpnames(words, FALSE);
names = ft_getpnames_quotes(words, FALSE);
else
names = NULL;