readline fix for rl_undo_list pointer aliasing; arith command sets word_top

This commit is contained in:
Chet Ramey
2023-03-06 10:50:45 -05:00
parent 0bd0fb5966
commit 277c21d2b2
14 changed files with 414 additions and 32 deletions
+1
View File
@@ -737,6 +737,7 @@ examples/loadables/finfo.c f
examples/loadables/cat.c f
examples/loadables/csv.c f
examples/loadables/dsv.c f
examples/loadables/kv.c f
examples/loadables/cut.c f
examples/loadables/logname.c f
examples/loadables/basename.c f