Changeset 1c01cdf7 for functions.c


Ignore:
Timestamp:
Jun 25, 2011, 2:29:50 AM (13 years ago)
Author:
GitHub Merge Button <merge-button@github.com>
Parents:
8b293ea (diff), 2bc6bb16 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge 2bc6bb1631398bd9cd2eaeee9ed91c2a15649b30 into 8b293ea82bfdae7cddf0e0665ef6eca1cc0df04d
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    r8b293ea r1c01cdf7  
    18411841    if (enter) {
    18421842      owl_history *hist = owl_global_get_cmd_history(&g);
    1843       owl_history_store(hist, buff);
    1844       owl_history_reset(hist);
     1843      owl_history_store(hist, buff, false);
    18451844      owl_function_command_norv(buff);
    18461845    } else {
Note: See TracChangeset for help on using the changeset viewer.