try to get text search working on a non-terminated line
gui session matrix fixes
OK, the problem noted by Sven is now fixed in git. Note that there's no $result bundle registered after the add or omit commands. You get $test and $pvalue, and if the procedure test results in a new model, $model.
omit --auto: fix missing omit_order list in some cases
I see what you mean. Strangely, omit_order is there OK in this example: open data4-10 list X = 2 3 4 5 6 7 8 9 ols ENROLL 0 X dummify(REGION) omit --auto=BIC bundle m = $model list Drops = m.omit_order list Drops print but not if I omit the =BIC specifier with auto. I'll look into it.
add documentation for the new which() function
Guide: add some discussion of string literals
move user_matrix_which() to gretl_matrix_which() in matrix_extra.c